Jimmy Xiang created HBASE-6272:
----------------------------------
Summary: In-memory region state is inconsistent
Key: HBASE-6272
URL: https://issues.apache.org/jira/browse/HBASE-6272
Project: HBase
Issue Type: Bug
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
AssignmentManger stores region state related information in several places:
regionsInTransition, regions (region info to server name map), and servers
(server name to region info set map). However the access to these places is
not coordinated properly. It leads to inconsistent in-memory region state
information. Sometimes, some region could even be offline, and not in
transition.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira