tkalkirill commented on code in PR #2412:
URL: https://github.com/apache/ignite-3/pull/2412#discussion_r1284357379
##########
modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/DistributionZoneManagerConfigurationChangesTest.java:
##########
@@ -172,18 +175,20 @@ public void setUp() throws Exception {
@AfterEach
public void tearDown() throws Exception {
- distributionZoneManager.stop();
- metaStorageManager.stop();
- clusterCfgMgr.stop();
- vaultMgr.stop();
- generator.close();
+ IgniteUtils.closeAll(
Review Comment:
Since managers do not support `ManuallyCloseable`, I did not quite
understand your proposal.
--
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]