[jira] [Created] (FLINK-4313) Inconsistent code for Key/Value in the CheckpointCoordinator

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-4313) Inconsistent code for Key/Value in the CheckpointCoordinator

Shang Yuanchun (Jira)
Stephan Ewen created FLINK-4313:
-----------------------------------

             Summary: Inconsistent code for Key/Value in the CheckpointCoordinator
                 Key: FLINK-4313
                 URL: https://issues.apache.org/jira/browse/FLINK-4313
             Project: Flink
          Issue Type: Bug
          Components: State Backends, Checkpointing
    Affects Versions: 1.1.0
            Reporter: Stephan Ewen
             Fix For: 1.2.0


The CheckpointCoordinator seems to have maps to track KeyValue states independently from other state.

However, currently all state is transferred via a single {{StateHandle}}. The CheckpointCoordinator does not populate the key/value state map ever, nor do the deploy fields actually pick up any contents from that map.

This is currently quite confusing and probably error prone.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)