[
https://issues.apache.org/jira/browse/HBASE-12235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14168055#comment-14168055
]
Hadoop QA commented on HBASE-12235:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12674347/HBASE-12235-0.94.1.patch.txt
against trunk revision .
ATTACHMENT ID: 12674347
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 4 new
or modified tests.
{color:red}-1 patch{color}. The patch command could not apply the patch.
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/11313//console
This message is automatically generated.
> Backport to 0.94: HBASE-9002 TestDistributedLogSplitting.testRecoverdEdits
> should test correct region
> -----------------------------------------------------------------------------------------------------
>
> Key: HBASE-12235
> URL: https://issues.apache.org/jira/browse/HBASE-12235
> Project: HBase
> Issue Type: Task
> Components: test
> Affects Versions: 0.94.0
> Environment: 0.94.15 compiled with jdk6 running on jdk7 (but I don't
> think it's relevant)
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Priority: Minor
> Fix For: 0.94.25
>
> Attachments: HBASE-12235-0.94.1.patch.txt
>
>
> I had TestDistributedLogSplitting.testRecoveredEdits fail on a internal test
> rig. It's very infrequent.
> The proximal failure looks like HBASE-9002, the assertion finds 0 edits
> instead of 1000.
> Looking through the logs, the #regions printed is 1
> {code}
> line 236 LOG.info("#regions = " + regions.size());
> {code}
> And then in the makeHLog method I never see any log entry for the actual
> writing
> {code}
> line 569 for (int i = 0; i < n; i++) {
> line 570 LOG.info("region " + hris.get(i).getRegionNameAsString() + "
> has " + counts[i] + " edits");
> line 571 }
> {code}
> I think what's happening is we're picking a region that is META or ROOT, so
> the checks after the "#regions=" line removes the region and we end up
> inserting no data.
> It looks like the patch for HBASE-9002 should fix this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)