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_r241435878
 
 

 ##########
 File path: 
flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBKeyedStateBackend.java
 ##########
 @@ -264,6 +268,7 @@ public RocksDBKeyedStateBackend(
                this.operatorIdentifier = 
Preconditions.checkNotNull(operatorIdentifier);
 
                this.enableIncrementalCheckpointing = 
enableIncrementalCheckpointing;
+               this.restoringThreadNum = restoringThreadNum;
 
 Review comment:
   let's also name it `numberOfRestoringThreads`.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to