pnowojski commented on a change in pull request #11567: [FLINK-16645] Limit the
maximum backlogs in subpartitions
URL: https://github.com/apache/flink/pull/11567#discussion_r400332765
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/ResultPartition.java
##########
@@ -107,6 +109,12 @@
@Nullable
protected final BufferCompressor bufferCompressor;
+ private final AvailabilityHelper availabilityHelper = new
AvailabilityHelper();
+
+ private final int maxBacklogInSubpartition;
+
+ private int unavailableSubpartitionsCnt;
Review comment:
`unavailableSubpartitionsCnt` -> `unavailableSubpartitionsCount`
----------------------------------------------------------------
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