pnowojski commented on a change in pull request #6788: [FLINK-10469][core] make 
sure to always write the whole buffer to FileChannel
URL: https://github.com/apache/flink/pull/6788#discussion_r223602597
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/io/disk/iomanager/AsynchronousFileIOChannel.java
 ##########
 @@ -28,6 +28,7 @@
 import java.util.concurrent.atomic.AtomicBoolean;
 import java.util.concurrent.atomic.AtomicInteger;
 
+import static org.apache.flink.util.FileUtils.writeCompletely;
 
 Review comment:
   I would slightly lean towards avoiding it as well. But I won't argue about 
this.

----------------------------------------------------------------
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