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_r286862971
 
 

 ##########
 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.
 
 Review comment:
   ```suggestion
         * Fail the production of the partition.
   ```

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