zentol commented on a change in pull request #9038:
[FLINK-13169][tests][coordination] IT test for fine-grained recovery (task
executor failures)
URL: https://github.com/apache/flink/pull/9038#discussion_r303853183
##########
File path:
flink-tests/src/test/java/org/apache/flink/test/recovery/BatchFineGrainedRecoveryITCase.java
##########
@@ -199,6 +371,76 @@ private boolean toss() {
}
}
+ private enum StaticMapFailureTracker {
+ ;
+
+ private static final List<AtomicInteger> mapRestarts = new
ArrayList<>(MAP_NUMBER);
+ private static final List<AtomicInteger> expectedMapRestarts =
new ArrayList<>(MAP_NUMBER);
+ private static final List<AtomicInteger> mapFailures = new
ArrayList<>(MAP_NUMBER);
Review comment:
mapFailures and mapFailuresWithBacktracking are not used in any assertion
----------------------------------------------------------------
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