You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by "xyuanlu (via GitHub)" <gi...@apache.org> on 2023/03/03 22:37:59 UTC

[GitHub] [helix] xyuanlu opened a new issue, #2393: Potential thread leak when calling ZkClient.connect multiple times.

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

   ### Describe the bug
   A clear and concise description of what the bug is.
   Right now it is possible to call ZkClient.connect multiple times. When ZkClient.connect is invoked mutiple times, there will be more than one event thread created.
   
   ### Expected behavior
   Add guard in ZkClient.connect so that it is only called once.
   


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


[GitHub] [helix] xyuanlu closed issue #2393: Potential thread leak when calling ZkClient.connect multiple times.

Posted by "xyuanlu (via GitHub)" <gi...@apache.org>.
xyuanlu closed issue #2393: Potential thread leak when calling ZkClient.connect multiple times.
URL: https://github.com/apache/helix/issues/2393


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