Cyrill commented on code in PR #3629:
URL: https://github.com/apache/ignite-3/pull/3629#discussion_r1576570458


##########
modules/raft/src/integrationTest/java/org/apache/ignite/raft/server/ItSimpleCounterServerTest.java:
##########
@@ -97,14 +99,16 @@ void before() throws Exception {
 
         server = new JraftServerImpl(service, workDir, raftConfiguration) {
             @Override
-            public synchronized void stop() throws Exception {
-                super.stop();
+            public synchronized CompletableFuture<Void> stopAsync() {

Review Comment:
   Looks like it's a leftover from the past times. removed it.



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

Reply via email to