SammyVimes commented on code in PR #1016:
URL: https://github.com/apache/ignite-3/pull/1016#discussion_r957299833


##########
modules/metastorage-client/src/main/java/org/apache/ignite/internal/metastorage/client/MetaStorageServiceImpl.java:
##########
@@ -529,10 +532,12 @@ private final class Watcher extends Thread {
             /**
              * Constructor.
              *
+             * @param nodeId Node id.
              * @param cursor Watch event cursor.
              * @param lsnr   The listener which receives and handles watch 
updates.
              */
-            Watcher(Cursor<WatchEvent> cursor, WatchListener lsnr) {
+            Watcher(String nodeId, Cursor<WatchEvent> cursor, WatchListener 
lsnr) {
+                setName(nodeId);

Review Comment:
   How about `ms-watcher-${nodeName}`?



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