jiajunwang opened a new issue #325: We should use system provided thread Id instead of using a self maintained integer URL: https://github.com/apache/helix/issues/325 https://github.com/apache/helix/blob/aa77f5c0bfc3cafb6482b1cef4a1689191cbd846/helix-core/src/main/java/org/apache/helix/task/TaskStateModelFactory.java#L56 Let's do something like this: thread.setName("TaskStateModelFactory-task_thread" + thread.getId())
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
