[
https://issues.apache.org/jira/browse/FLINK-12752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16869378#comment-16869378
]
Alex commented on FLINK-12752:
------------------------------
If a user have to specify --{{jobId-seed}} manually, wouldn't it be equivalent
to ask the user to manually specify --{{jobId}} itself (aside of convenience,
that seed is in free-form format)?
_Offtopic:_ [~knaufk], would you be interested to extract the fixes of
end-to-end tests in your PR as a separate PR? That way, the fixes can be merged
faster and this should help running more nightly CI tests.
> Add Option to Pass Seed for JobID Hash for StandaloneJobClusterEntrypoint
> -------------------------------------------------------------------------
>
> Key: FLINK-12752
> URL: https://issues.apache.org/jira/browse/FLINK-12752
> Project: Flink
> Issue Type: Sub-task
> Components: Deployment / Docker
> Reporter: Konstantin Knauf
> Assignee: Konstantin Knauf
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In case of a standalone job cluster setup, we would like to generate random a
> {{JobID}} for every job, but the {{JobID}} nevertheless needs to stay
> constant between JobManager process restarts.
> For this, I would like to add an additional command line options for the
> {{StandaloneJobClusterEntrypoint}} called {{jobId-seed}}. A manually
> specified jobId would still take precedence (not breaking current behavior):
> * --jobId
> * --jobId-seed
> * (default)
> On Kubernetes, this new command line argument would need to be set to a
> property which is stable over Pod Restarts but changes for different K8s Jobs
> or K8s Deployments.
> *Open Questions*
> * what available information to use a seed for deployments on Kubernetes?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)