Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
RocksDBStateDownloader is used to download the files for incremental checkpoints in parallel. However, the parallelism is currently restricted to a single IncrementalRemoteKeyedStateHandle and also a single state type (shared, private) within the handle at a time.
We should support parallelization across multiple state types and across multiple state handles. In particular, this can improve our download times for scale-in.
Attachments
Issue Links
- causes
-
FLINK-32681 RocksDBStateDownloaderTest.testMultiThreadCleanupOnFailure unstablie
- Closed
- relates to
-
FLINK-10461 Speed up RocksDB download file procedure when restoring
- Closed
- links to
- mentioned in
-
Page Loading...