forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-3718] Add Option For Completely Async Backup in RocksDB State …
…Backend This also refactors the RocksDB backend to keep one RocksDB data base in the backend where all key/value state is stored. Individual named key/value states get a reference to the db and store their state in a column family. This way, we only have to backup one RocksDB data base and can centrally decide how to do backups.
- Loading branch information
Showing
22 changed files
with
1,536 additions
and
1,133 deletions.
There are no files selected for viewing
381 changes: 27 additions & 354 deletions
381
...-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/AbstractRocksDBState.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.