[
https://issues.apache.org/jira/browse/FLINK-6535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16009707#comment-16009707
]
ASF GitHub Bot commented on FLINK-6535:
---------------------------------------
Github user StefanRRichter closed the pull request at:
https://github.com/apache/flink/pull/3870
> JobID should not be part of the registration key to the SharedStateRegistry
> ---------------------------------------------------------------------------
>
> Key: FLINK-6535
> URL: https://issues.apache.org/jira/browse/FLINK-6535
> Project: Flink
> Issue Type: Sub-task
> Components: State Backends, Checkpointing
> Affects Versions: 1.3.0
> Reporter: Stefan Richter
> Assignee: Stefan Richter
> Priority: Blocker
> Fix For: 1.3.0
>
>
> Currently, the job id is part of the registration key in the
> {{SharedStateRegistry}}. I suggest to remove this part of the key because the
> job id changes after a restart. So when we do not update job ids in the
> registry, referencing shared state will fail for future checkpoints. When we
> update it, we basically replace the information. So I think there would be no
> value in addint this the the composite key.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)