You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@helix.apache.org by GitBox <gi...@apache.org> on 2019/06/25 20:59:36 UTC

[GitHub] [helix] jiajunwang opened a new issue #325: We should use system provided thread Id instead of using a self maintained integer

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:
users@infra.apache.org


With regards,
Apache Git Services