Details
-
Improvement
-
Status: Closed
-
Not a Priority
-
Resolution: Duplicate
-
1.6.0
-
None
-
None
Description
Flink 1.6.0, via FLINK-9485, introduced the option to store timers in RocksDB instead of the heap. Alas, this can only be configured via the state.backend.rocksdb.timer-service.factory config file option. That means that the choice of state backend to use for timer can't be made on a per job basis on a shared cluster.
There is a need for an API in RocksDBStateBackend to configure the backend per job.
Attachments
Issue Links
- is fixed by
-
FLINK-11193 Rocksdb timer service factory configuration option is not settable per job
- Closed