curcur commented on a change in pull request #16825:
URL: https://github.com/apache/flink/pull/16825#discussion_r694585208
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinatorRestoringTest.java
##########
@@ -1208,10 +1208,24 @@ public void
testRestoreLatestCheckpointedStateWithoutInFlightData() throws Excep
}
@Test
- public void testRestoringPartiallyFinishedChainsFails() throws Exception {
+ public void testRestoringPartiallyFinishedChainsFailsWithoutUidHash()
throws Exception {
+ // If useUidHash is set to false, the operator states would still be
keyed with the
+ // generated ID, which simulates the case of restoring a checkpoint
taking after jobs
Review comment:
taking -> taken
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]