zhijiangW commented on a change in pull request #9138: [FLINK-13249][runtime] 
Fix handling of partition producer responses b…
URL: https://github.com/apache/flink/pull/9138#discussion_r304747100
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/consumer/SingleInputGate.java
 ##########
 @@ -601,8 +601,7 @@ void notifyChannelNonEmpty(InputChannel channel) {
        void triggerPartitionStateCheck(ResultPartitionID partitionId) {
                partitionProducerStateProvider.requestPartitionProducerState(
                        consumedResultId,
-                       partitionId)
-                       .thenAccept(responseHandle -> {
+                       partitionId, (responseHandle -> {
 
 Review comment:
   `(responseHandle -> {` in a separate line?

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