kaisun2000 commented on a change in pull request #1227:
URL: https://github.com/apache/helix/pull/1227#discussion_r489854463
##########
File path:
helix-core/src/main/java/org/apache/helix/messaging/handling/HelixTaskExecutor.java
##########
@@ -177,7 +177,7 @@ public HelixTaskExecutor(ParticipantStatusMonitor
participantStatusMonitor,
_lock = new Object();
_statusUpdateUtil = new StatusUpdateUtil();
- _timer = new Timer("HelixTaskExecutor_timer", true); // created as a
daemon timer thread to handle task timeout
+ _timer = new Timer("HelixTaskExecutor_Timer", true); // created as a
daemon timer thread to handle task timeout
Review comment:
Capital "T" we can do a little better matching when finding leaked
thread by name.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]