azagrebin commented on a change in pull request #6777: [FLINK-10461] [State 
Backends, Checkpointing] Speed up download files when restore from DFS
URL: https://github.com/apache/flink/pull/6777#discussion_r237538899
 
 

 ##########
 File path: 
flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBOptions.java
 ##########
 @@ -45,4 +45,12 @@
                .withDescription(String.format("This determines the factory for 
timer service state implementation. Options " +
                        "are either %s (heap-based, default) or %s for an 
implementation based on RocksDB .",
                        HEAP.name(), ROCKSDB.name()));
+
+       /**
+        * The thread numbers used to download files from DFS in 
RocksDBStateBackend.
 
 Review comment:
   Also here without s:
   `The thread number used`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to