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 2021/02/08 22:28:48 UTC

[GitHub] [helix] xyuanlu opened a new issue #1642: Too many thread causing memory issue when enable batch mode in CallbackHandler

xyuanlu opened a new issue #1642:
URL: https://github.com/apache/helix/issues/1642


   ### Describe the bug
   After enabling batch mode for prod, we notice the thread count is high. 
   The reason is that when enable batch mode, each callBackHandler has a dedicated thread (CallBackProcessor) handles all callbacks. Originally then batch mode disabled, the _eventThread in zlClient handles all callbacks. 
   Proposed solution : A thread pool for each zkHelixManager to limit the thread number
   


----------------------------------------------------------------
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] xyuanlu closed issue #1642: Too many thread causing memory issue when enable batch mode in CallbackHandler

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


   


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