AHeise 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_r402617148
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/ResultPartition.java ########## @@ -158,10 +158,15 @@ public ResultPartitionID getPartitionId() { return partitionId; } - int getPartitionIndex() { + public int getPartitionIndex() { Review comment: The intent of this change is to reflect that you can refer to partitions (and input channels) by index now - they are first class citizens of the respective objects. ---------------------------------------------------------------- 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