yanghua commented on a change in pull request #6470: [FLINK-10006][network] 
improve logging in BarrierBuffer: prepend owning task name
URL: https://github.com/apache/flink/pull/6470#discussion_r206931865
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/consumer/UnionInputGate.java
 ##########
 @@ -129,6 +129,12 @@ public int getNumberOfInputChannels() {
                return totalNumberOfInputChannels;
        }
 
+       @Override
+       public String getOwningTaskName() {
+               // all input dates have the same owning task
 
 Review comment:
   "dates" ? or "gates"?

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