GJL commented on a change in pull request #9268: [FLINK-13452] Ensure to fail
global when exception happens during reseting tasks of regions
URL: https://github.com/apache/flink/pull/9268#discussion_r310544452
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinatorFailureTest.java
##########
@@ -138,7 +138,7 @@ public void testFailingCompletedCheckpointStoreAdd()
throws Exception {
verify(operatorSubtaskState.getRawKeyedState().iterator().next()).discardState();
}
- private static final class FailingCompletedCheckpointStore implements
CompletedCheckpointStore {
+ public static final class FailingCompletedCheckpointStore implements
CompletedCheckpointStore {
Review comment:
Can be made `private` again.
----------------------------------------------------------------
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