You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/10/03 17:37:02 UTC

[GitHub] isunjin commented on a change in pull request #6788: [FLINK-10469][core] make sure to always write the whole buffer to FileChannel

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

 ##########
 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 avoid import static

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


With regards,
Apache Git Services