ygerzhedovich commented on code in PR #4580: URL: https://github.com/apache/ignite-3/pull/4580#discussion_r1804609189
########## modules/network-api/src/main/java/org/apache/ignite/internal/network/ClusterService.java: ########## @@ -57,7 +57,6 @@ public interface ClusterService extends IgniteComponent { /** {@inheritDoc} */ @Override default CompletableFuture<Void> stopAsync(ComponentContext componentContext) { Review Comment: such default implementation is error-prone. Can we remove the default behavior here? -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org