1u0 commented on a change in pull request #8741: [FLINK-12752] Add Option to 
Pass Seed for JobID Hash for StandaloneJobClusterEntrypoint
URL: https://github.com/apache/flink/pull/8741#discussion_r297534771
 
 

 ##########
 File path: 
flink-container/src/main/java/org/apache/flink/container/entrypoint/StandaloneJobClusterConfigurationParserFactory.java
 ##########
 @@ -60,13 +60,25 @@
                .desc("Job ID of the job to run.")
                .build();
 
+       private static final Option JOB_ID_SEED_OPTION = Option.builder("jids")
+               .longOpt("job-id-seed")
 
 Review comment:
   What do you think about an alternative and more explicit name, like 
`--random-job-id-seed`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to