[
https://issues.apache.org/jira/browse/HBASE-17246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15718533#comment-15718533
]
Ted Yu commented on HBASE-17246:
--------------------------------
Thanks for working over the weekend.
{code}
1689 Put putDaughter =
makeParentPut(mergedRegion.getEncodedNameAsBytes(), Bytes.toBytes(
{code}
The method talks about parent but the variable is daughter.
Can you clarify ?
> TestSerialReplication#testRegionMerge fails in master branch
> ------------------------------------------------------------
>
> Key: HBASE-17246
> URL: https://issues.apache.org/jira/browse/HBASE-17246
> Project: HBase
> Issue Type: Test
> Reporter: Ted Yu
> Assignee: Phil Yang
> Attachments: HBASE-17246.01.patch, HBASE-17246.02.patch,
> org.apache.hadoop.hbase.replication.TestSerialReplication-output.txt
>
>
> TestSerialReplication#testRegionMerge fails intermittently in master branch.
> {code}
> testRegionMerge(org.apache.hadoop.hbase.replication.TestSerialReplication)
> Time elapsed: 15.193 sec <<< FAILURE!
> java.lang.AssertionError: expected:<9> but was:<4>
> at
> org.apache.hadoop.hbase.replication.TestSerialReplication.testRegionMerge(TestSerialReplication.java:305)
> {code}
> I can reproduce the test failure locally.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)