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 2022/01/18 09:04:52 UTC

[GitHub] [helix] hmhagberg commented on issue #1915: GC_THREAD in ZkBucketDataAccessor is not shut down

hmhagberg commented on issue #1915:
URL: https://github.com/apache/helix/issues/1915#issuecomment-1015203565


   @narendly it took a while but here's PR that aims to solve the issue by daemonizing `GC_THREAD`: https://github.com/apache/helix/pull/1936
   
   Also a small correction to reproduction steps: simply referencing `ZkBucketDataAccessor` is not enough to trigger the issue. `ThreadPoolExecutor` threads are not prestarted by default so it is necessary to schedule some task on `GC_THREAD` to create the thread and trigger the issue.


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

To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org

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