TestSplitTransactionOnCluster fails on occasion when it tries to move a region
------------------------------------------------------------------------------

                 Key: HBASE-4700
                 URL: https://issues.apache.org/jira/browse/HBASE-4700
             Project: HBase
          Issue Type: Bug
            Reporter: stack


TestSplitTransactionOnCluster tries to have meta on one server and table region 
on a different server.  If the luck of the draw has the table and meta on same 
server, it'll move the table region elsewhere.  This has been failing since 
hbase-4300 because we've been doing HBaseAdmin#move passing versioned 
ServerName bytes when HBaseAdmin#move expects the raw, unversioned bytes.

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

        

Reply via email to