zhijiangW commented on a change in pull request #11507: [FLINK-16587] Add basic 
CheckpointBarrierHandler for unaligned checkpoint
URL: https://github.com/apache/flink/pull/11507#discussion_r400806571
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/consumer/UnionInputGate.java
 ##########
 @@ -77,37 +77,34 @@
         */
        private final LinkedHashSet<InputGate> inputGatesWithData = new 
LinkedHashSet<>();
 
-       /** The total number of input channels across all unioned input gates. 
*/
-       private final int totalNumberOfInputChannels;
+       /** Input channels across all unioned input gates. */
+       private final InputChannel[] inputChannels;
 
        /**
         * A mapping from input gate to (logical) channel index offset. Valid 
channel indexes go from 0
 
 Review comment:
   nit: should also adjust the javadoc after changing the data structure

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


With regards,
Apache Git Services

Reply via email to