[
https://issues.apache.org/jira/browse/HADOOP-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531606
]
Hadoop QA commented on HADOOP-1975:
-----------------------------------
+1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12366859/patch.txt
against trunk revision r581028.
@author +1. The patch does not contain any @author tags.
javadoc +1. The javadoc tool did not generate any warning messages.
javac +1. The applied patch does not generate any new compiler warnings.
findbugs +1. The patch does not introduce any new Findbugs warnings.
core tests +1. The patch passed core unit tests.
contrib tests +1. The patch passed contrib unit tests.
Test results:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/858/testReport/
Findbugs warnings:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/858/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/858/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/858/console
This message is automatically generated.
> hbase tests failing with java.lang.NumberFormatException
> ---------------------------------------------------------
>
> Key: HADOOP-1975
> URL: https://issues.apache.org/jira/browse/HADOOP-1975
> Project: Hadoop
> Issue Type: Bug
> Components: contrib/hbase
> Affects Versions: 0.15.0
> Reporter: Amareshwari Sri Ramadasu
> Assignee: Jim Kellerman
> Fix For: 0.15.0
>
> Attachments: patch.txt
>
>
> hbase tests are failing with java.lang.NumberFormatException.
> the stack trace is as follows
> For input string: "0:0:0:0:0:0:0:60000"
> java.lang.NumberFormatException: For input string: "0:0:0:0:0:0:0:60000"
> at java.lang.NumberFormatException.forInputString(Unknown Source)
> at java.lang.Integer.parseInt(Unknown Source)
> at java.lang.Integer.valueOf(Unknown Source)
> at org.apache.hadoop.hbase.HServerAddress.<init>(HServerAddress.java:62)
> at org.apache.hadoop.hbase.HRegionServer.<init>(HRegionServer.java:413)
> at org.apache.hadoop.hbase.HRegionServer.<init>(HRegionServer.java:367)
> at
> org.apache.hadoop.hbase.MiniHBaseCluster.startRegionServer(MiniHBaseCluster.java:264)
> at
> org.apache.hadoop.hbase.MiniHBaseCluster.startRegionServers(MiniHBaseCluster.java:243)
> at
> org.apache.hadoop.hbase.MiniHBaseCluster.init(MiniHBaseCluster.java:146)
> at
> org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:109)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.