[jira] [Created] (FLINK-3354) RocksDB should compute checkpoint size based on backup file size

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

[jira] [Created] (FLINK-3354) RocksDB should compute checkpoint size based on backup file size

Shang Yuanchun (Jira)
Gyula Fora created FLINK-3354:
---------------------------------

             Summary: RocksDB should compute checkpoint size based on backup file size
                 Key: FLINK-3354
                 URL: https://issues.apache.org/jira/browse/FLINK-3354
             Project: Flink
          Issue Type: Improvement
          Components: Streaming
            Reporter: Gyula Fora
            Priority: Critical


Currently the RocksDB backend returns 0 for state size, the actual state size could be computed using:

fs.getContentSummary(path).getLength();



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