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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
