Amitanand Aiyer created HBASE-6741:
--------------------------------------

             Summary: Detect duplicate assignment more accurately
                 Key: HBASE-6741
                 URL: https://issues.apache.org/jira/browse/HBASE-6741
             Project: HBase
          Issue Type: Bug
            Reporter: Amitanand Aiyer
            Priority: Minor


Currently, the duplicate detection logic does not differentiate if the two 
duplicate updates are from the same rs or different RS.

Have seen issues where a duplicate notification from the same RS, causes the 
assignment to be considered a duplicate assignment. ... and the region ends up 
being assigned to no one.

Keep track of where the regions are opened, and make the duplicate detection 
more accurate.

--
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

Reply via email to