Skip to content

Commit

Permalink
[FLINK-21694][rocksdb] Increase default value for 'state.backend.rock…
Browse files Browse the repository at this point in the history
…sdb.checkpoint.transfer.thread.num'
  • Loading branch information
StephanEwen committed Apr 20, 2021
1 parent 8256213 commit 861a46e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class RocksDBOptions {
public static final ConfigOption<Integer> CHECKPOINT_TRANSFER_THREAD_NUM =
ConfigOptions.key("state.backend.rocksdb.checkpoint.transfer.thread.num")
.intType()
.defaultValue(1)
.defaultValue(4)
.withDescription(
"The number of threads (per stateful operator) used to transfer (download and upload) files in RocksDBStateBackend.");

Expand Down

0 comments on commit 861a46e

Please sign in to comment.