StephanEwen commented on a change in pull request #12282:
URL: https://github.com/apache/flink/pull/12282#discussion_r429804977



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/state/filesystem/FsStateBackend.java
##########
@@ -388,6 +388,10 @@ private FsStateBackend(FsStateBackend original, 
ReadableConfig configuration, Cl
                this.writeBufferSize = Math.max(bufferSize, 
this.fileStateThreshold);
        }
 
+       private boolean checkFileSateThresholdValid(int fileStateThreshold) {

Review comment:
       Typo in this method name.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to