You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Yu Li (JIRA)" <ji...@apache.org> on 2019/05/31 13:29:00 UTC

[jira] [Created] (FLINK-12697) Support on-disk state storage for HeapKeyedStateBackend

Yu Li created FLINK-12697:
-----------------------------

             Summary: Support on-disk state storage for HeapKeyedStateBackend
                 Key: FLINK-12697
                 URL: https://issues.apache.org/jira/browse/FLINK-12697
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / State Backends
            Reporter: Yu Li
            Assignee: Yu Li


We need to store state on disk after spilling, and to support this, we need:
1. A data structure to efficiently support copy-on-write for asynchronous snapshot
2. An allocator to allocate and manage chunks from the memory mapped file(s)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)