dafu created HELIX-126:
--------------------------
Summary: StateModel stateTransitionMethod() and rest() are not
synchronized on the partition
Key: HELIX-126
URL: https://issues.apache.org/jira/browse/HELIX-126
Project: Apache Helix
Issue Type: Bug
Reporter: dafu
StateModel.reset() is invoked by the ZkEvent thread
StateModel.stateTransitionMethod() is invoked by thread pool and syn'ed on the
state model for that partition
when zk session expiry happens, it's possible that both are running for on the
same state model instance
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira