rkhachatryan commented on a change in pull request #15505:
URL: https://github.com/apache/flink/pull/15505#discussion_r608547577
##########
File path:
flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/SubtaskCheckpointCoordinatorTest.java
##########
@@ -198,14 +198,6 @@ public void broadcastEvent(AbstractEvent event, boolean
isPriorityEvent)
throws IOException {
super.broadcastEvent(event, isPriorityEvent);
broadcastedPriorityEvent.set(isPriorityEvent);
- // test if we can write output data
Review comment:
You're right. And the checkpoint **is** actually started, just IDs don't
match (`0` here and `42` below).
I'll revert this change correct the checkpoint id.
--
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]