You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gyula Fora (JIRA)" <ji...@apache.org> on 2016/08/21 19:56:20 UTC

[jira] [Created] (FLINK-4441) RocksDB statebackend makes all operators appear stateful

Gyula Fora created FLINK-4441:
---------------------------------

             Summary: RocksDB statebackend makes all operators appear stateful
                 Key: FLINK-4441
                 URL: https://issues.apache.org/jira/browse/FLINK-4441
             Project: Flink
          Issue Type: Bug
          Components: State Backends, Checkpointing, Streaming
    Affects Versions: 1.1.1
            Reporter: Gyula Fora
            Assignee: Gyula Fora
            Priority: Blocker


When the state is empty the rocks db state backend returns an empty hashmap instead of a null in the snapshotPartitionedState method.

This means that these operators always appear stateful to the flink runtime which makes it impossible for instance to remove a stateless operator using the savepoints.



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