SammyVimes commented on code in PR #1016:
URL: https://github.com/apache/ignite-3/pull/1016#discussion_r958437208
##########
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:
I agree, we don't need to extend java's basic threads when we have ignite
thread
--
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]