NicoK opened a new pull request #10164: [hotfix][docs] clarify some rocksdb configuration options URL: https://github.com/apache/flink/pull/10164 ## What is the purpose of the change This is to address some documentation deficiencies with respect to RocksDB configuration and setup. ## Brief change log - clarify that `state.backend.rocksdb.thread.num` and `state.backend.rocksdb.files.open` are actually per TM - clarify that `state.backend.rocksdb.checkpoint.transfer.thread.num` is per stateful operator - clarify that the user may not need to setup a dependency to `flink-statebackend-rocksdb_<scala>` - fix this `flink-statebackend-rocksdb_<scala>` dependency to `<scope>provided</scope>` since it is in the flink-dist.jar nowadays Once reviewed, I will forward-port this to 1.9 and master.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
