You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2020/08/01 00:35:31 UTC

[GitHub] [helix] kaisun2000 opened a new issue #1200: Eliminate Timer thread leakage

kaisun2000 opened a new issue #1200:
URL: https://github.com/apache/helix/issues/1200


   Helix extensively using timer. (This by itself is not best practice as there are many threads for this purpose which can be consolidate using ExecutionService). There are a lot of (hundreds at least) timer thread leakage in unit test. This leakage of timer thread is one of the major contributor for unit test slowness and unable to finish. We should identify the leaked time thread and shut them down properly.


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] jiajunwang closed issue #1200: Eliminate Timer thread leakage

Posted by GitBox <gi...@apache.org>.
jiajunwang closed issue #1200:
URL: https://github.com/apache/helix/issues/1200


   


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org