Infinite loop for secondary master
----------------------------------
Key: HBASE-3988
URL: https://issues.apache.org/jira/browse/HBASE-3988
Project: HBase
Issue Type: Bug
Reporter: Liyin Tang
There seems be a bug that the secondary master didn't come out when the primary
master dead.
Because the secondary master will be in a loop forever to watch a local
variable before setting a zk watcher.
However this local variable is changed by the zk call back function.
So the secondary master will be in the infinite loop forever.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira