rkhachatryan commented on a change in pull request #17774:
URL: https://github.com/apache/flink/pull/17774#discussion_r766735108



##########
File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinatorRestoringTest.java
##########
@@ -776,13 +775,10 @@ public void 
testStateRecoveryWithTopologyChange(TestScaleType scaleType) throws
                         new TestCompletedCheckpointStorageLocation());
 
         // set up the coordinator and validate the initial state
-        SharedStateRegistry sharedStateRegistry =
-                
SharedStateRegistry.DEFAULT_FACTORY.create(Executors.directExecutor());
         CheckpointCoordinator coord =
                 new CheckpointCoordinatorBuilder()
                         .setExecutionGraph(newGraph)
-                        .setCompletedCheckpointStore(storeFor(
-                                        sharedStateRegistry, () -> {}, 
completedCheckpoint))
+                        .setCompletedCheckpointStore(storeFor(() -> {}, 
completedCheckpoint))
                         .setTimer(manuallyTriggeredScheduledExecutor)

Review comment:
       Yes, it probably came from the commit from #17179.
   I don't see it after rebasing.




-- 
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]


Reply via email to