Sergey Shelukhin created HBASE-8037:
---------------------------------------

             Summary: RegionMovedException is handled incorrectly for 
multi-region requests that fail completely
                 Key: HBASE-8037
                 URL: https://issues.apache.org/jira/browse/HBASE-8037
             Project: HBase
          Issue Type: Bug
            Reporter: Sergey Shelukhin
            Priority: Minor


RegionMovedException is currently thrown on global level, and due to how 
ProtobufUtil does things, it fails the entire multi-request, see HBASE-8036. 
RME also doesn't specify the region.
Thus, if it's thrown for one region and there are multiple regions in the 
request, HCM applies it to all of them, which causes clients to become confused 
temporarily. We should either fix HBASE-8036 or add region encoded name in the 
description. 

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