sanpwc commented on a change in pull request #399:
URL: https://github.com/apache/ignite-3/pull/399#discussion_r736723000
##########
File path:
modules/raft/src/integrationTest/java/org/apache/ignite/raft/server/ITJRaftCounterServerTest.java
##########
@@ -164,6 +164,11 @@ void before() {
iterSrv.remove();
+ server.stopRaftGroup(COUNTER_GROUP_0);
Review comment:
Same question as above, why do we need to stop raft groups explicitly
before raft server stop?
Do we expect raft non-majority errors if some but not all raft servers are
stopped?
--
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]