sanpwc commented on a change in pull request #399:
URL: https://github.com/apache/ignite-3/pull/399#discussion_r736717711
##########
File path:
modules/metastorage-client/src/integrationTest/java/org/apache/ignite/internal/metastorage/client/ITMetaStorageServiceTest.java
##########
@@ -242,6 +242,7 @@ public void beforeTest(TestInfo testInfo) throws Exception {
*/
@AfterEach
public void afterTest() throws Exception {
+ metaStorageRaftSrv.stopRaftGroup(METASTORAGE_RAFT_GROUP_NAME);
Review comment:
Why we need to explicitly remove raft group from listeners before server
stop?
--
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]