Kanak Biscuitwala created HELIX-390:
---------------------------------------
Summary: Race condition: Checking HelixManager#isConnected is
unreliable
Key: HELIX-390
URL: https://issues.apache.org/jira/browse/HELIX-390
Project: Apache Helix
Issue Type: Bug
Reporter: Kanak Biscuitwala
This led to a NPE in trying to execute state transitions due to the fact that
the state model was never re-registered after a post-GC reconnection.
The fix is to invoke the message handler's onConnected method in
handleNewSession, and to put all necessary on-connect logic inside this method.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)