You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by "Zhen Zhang (JIRA)" <ji...@apache.org> on 2014/02/28 02:19:20 UTC

[jira] [Created] (HELIX-394) Shutdown GenericHelixController#_eventThread when HelixManager disconnects

Zhen Zhang created HELIX-394:
--------------------------------

             Summary: Shutdown GenericHelixController#_eventThread when HelixManager disconnects
                 Key: HELIX-394
                 URL: https://issues.apache.org/jira/browse/HELIX-394
             Project: Apache Helix
          Issue Type: Bug
    Affects Versions: 0.7.0-incubating, 0.6.2-incubating
            Reporter: Zhen Zhang
            Assignee: Zhen Zhang


In Helix 0.6.2.x and 0.7.x, we introduces GenericHelixController#_eventThread to merge callbacks, but we are not shutting down the thread when a HelixManager instance disconnects. This lefts a running thread.

To fix this, will add a shutdown method to GenericHelixController and interrupts the thread.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)