tkalkirill commented on code in PR #815:
URL: https://github.com/apache/ignite-3/pull/815#discussion_r882754017
##########
modules/core/src/main/java/org/apache/ignite/internal/thread/IgniteThread.java:
##########
@@ -19,24 +19,34 @@
import java.util.concurrent.atomic.AtomicLong;
import org.apache.ignite.internal.tostring.S;
+import org.apache.ignite.internal.util.worker.IgniteWorker;
/**
* This class adds some necessary plumbing on top of the {@link Thread} class.
Specifically, it adds:
* <ul>
* <li>Consistent naming of threads</li>;
- * <li>Name of the grid this thread belongs to</li>.
+ * <li>Name of the ignite this thread belongs to</li>.
Review Comment:
fix it
--
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]