[
https://issues.apache.org/jira/browse/HBASE-12535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14218605#comment-14218605
]
Hadoop QA commented on HBASE-12535:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12682481/HBASE-12535.1.patch.txt
against master branch at commit 05ced20a347213c31e46c528e53b93c675f85891.
ATTACHMENT ID: 12682481
{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:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:red}-1 javadoc{color}. The javadoc tool appears to have generated 1
warning messages.
{color:green}+1 checkstyle{color}. The applied patch does not increase the
total number of checkstyle errors
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 lineLengths{color}. The patch does not introduce lines
longer than 100
{color:green}+1 site{color}. The mvn site goal succeeds with this patch.
{color:red}-1 core tests{color}. The patch failed these unit tests:
{color:red}-1 core zombie tests{color}. There are 1 zombie test(s):
at
org.apache.hadoop.hbase.master.balancer.TestBaseLoadBalancer.testImmediateAssignment(TestBaseLoadBalancer.java:136)
Test results:
https://builds.apache.org/job/PreCommit-HBASE-Build/11756//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11756//artifact/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11756//artifact/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11756//artifact/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11756//artifact/patchprocess/newPatchFindbugsWarningshbase-annotations.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11756//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11756//artifact/patchprocess/newPatchFindbugsWarningshbase-rest.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11756//artifact/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11756//artifact/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11756//artifact/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11756//artifact/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11756//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Checkstyle Errors:
https://builds.apache.org/job/PreCommit-HBASE-Build/11756//artifact/patchprocess/checkstyle-aggregate.html
Javadoc warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11756//artifact/patchprocess/patchJavadocWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/11756//console
This message is automatically generated.
> NPE in WALFactory close under contention for getInstance
> --------------------------------------------------------
>
> Key: HBASE-12535
> URL: https://issues.apache.org/jira/browse/HBASE-12535
> Project: HBase
> Issue Type: Bug
> Components: Replication, wal
> Reporter: stack
> Assignee: Sean Busbey
> Attachments: HBASE-12535.1.patch.txt
>
>
> From trunk build last night....
> https://builds.apache.org/view/H-L/view/HBase/job/HBase-TRUNK/5796/consoleText
> {code}
> ...
> 2014-11-19 09:23:06,000 ERROR [RS:0;asf900:49047.replicationSource,2]
> regionserver.ReplicationSource$1(778): Unexpected exception in
> ReplicationSource,
> currentPath=hdfs://localhost:53151/user/jenkins/hbase/WALs/asf900.gq1.ygridcore.net,49047,1416388982221/asf900.gq1.ygridcore.net%2C49047%2C1416388982221.default.1416388983009
> java.lang.NullPointerException
> at org.apache.hadoop.hbase.wal.WALFactory.close(WALFactory.java:190)
> at
> org.apache.hadoop.hbase.wal.WALFactory.getInstance(WALFactory.java:365)
> at
> org.apache.hadoop.hbase.wal.WALFactory.createReader(WALFactory.java:382)
> at
> org.apache.hadoop.hbase.replication.regionserver.ReplicationWALReaderManager.openReader(ReplicationWALReaderManager.java:69)
> at
> org.apache.hadoop.hbase.replication.regionserver.ReplicationSource.openReader(ReplicationSource.java:518)
> at
> org.apache.hadoop.hbase.replication.regionserver.ReplicationSource.run(ReplicationSource.java:331)
> 2014-11-19 09:23:06,006 INFO [M:0;asf900:60818] wal.FSHLog(543): WAL
> configuration: blocksize=128 MB, rollsize=39.32 KB,
> ...
> {code}
> You want to take a looksee [~busbey]?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)