zentol commented on a change in pull request #8494: [FLINK-12570] Switch Task 
from ResultPartition to ResultPartitionWriter interface
URL: https://github.com/apache/flink/pull/8494#discussion_r286863552
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/api/writer/ResultPartitionWriter.java
 ##########
 @@ -65,4 +67,23 @@
         * Manually trigger consumption from enqueued {@link BufferConsumer 
BufferConsumers} in one specified subpartition.
         */
        void flush(int subpartitionIndex);
+
+       /**
+        * Fails partition producing.
+        *
+        * <p>The method propagates non-{@code null} failure cause to consumer 
based on best effort.
 
 Review comment:
   ```suggestion
         * <p>This method propagates non-{@code null} failure causes to 
consumers on a best-effort basis.
   ```

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


With regards,
Apache Git Services

Reply via email to