Sihua Zhou created FLINK-8679: --------------------------------- Summary: RocksDBKeyedBackend.getKeys(stateName, namespace) doesn't filter data with namespace Key: FLINK-8679 URL: https://issues.apache.org/jira/browse/FLINK-8679 Project: Flink Issue Type: Bug Components: State Backends, Checkpointing Reporter: Sihua Zhou Assignee: Sihua Zhou
Currently, `RocksDBKeyedBackend.getKeys(stateName, namespace)` is odds. It doesn't use the namespace to filter data. And `HeapKeyedBackend.getKeys(stateName, namespace)` has done that, I think they should be consistent at least. -- This message was sent by Atlassian JIRA (v7.6.3#76005)