sk0x50 commented on code in PR #1016:
URL: https://github.com/apache/ignite-3/pull/1016#discussion_r958413693
##########
modules/metastorage-client/src/main/java/org/apache/ignite/internal/metastorage/client/MetaStorageServiceImpl.java:
##########
@@ -533,6 +538,7 @@ private final class Watcher extends Thread {
* @param lsnr The listener which receives and handles watch
updates.
*/
Watcher(Cursor<WatchEvent> cursor, WatchListener lsnr) {
+ setName("ms-watcher-" + localNodeName);
Review Comment:
It would be better to use `IgniteThread` instead of `Watcher extends Thread`
I think. Will file a ticket for this.
--
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]