rkhachatryan commented on a change in pull request #17774: URL: https://github.com/apache/flink/pull/17774#discussion_r767810732
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/DeactivatedCheckpointCompletedCheckpointStore.java ########## @@ -69,6 +69,11 @@ public SharedStateRegistry getSharedStateRegistry() { throw unsupportedOperationException(); } + @Override + public SharedStateRegistry getRegistry() { + return SharedStateRegistry.NO_OP; + } + Review comment: I'll remove this method as per comment [above](https://github.com/apache/flink/pull/17774#discussion_r767808214). -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org