sanpwc commented on code in PR #1572:
URL: https://github.com/apache/ignite-3/pull/1572#discussion_r1093575603


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -950,6 +994,8 @@ public void stop() {
 
         busyLock.block();
 
+        metaStorageMgr.unregisterWatch(zonesWatchListener);

Review Comment:
   It's a secret knowledge that meta storage manager aggregates all watches 
into big one and unregister it on ms.stop. We shouldn't rely on such 
side-effetcts. All in all that may change in future,



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

Reply via email to