[
https://issues.apache.org/jira/browse/HBASE-20110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16382027#comment-16382027
]
Hudson commented on HBASE-20110:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4670 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/4670/])
HBASE-20110 Findbugs in zk and mr caused nightly #409 branch-2 to fail (stack:
rev 5b64de45edf85abdc32ed98cf4396dea43283377)
* (edit)
hbase-zookeeper/src/main/java/org/apache/hadoop/hbase/zookeeper/RecoverableZooKeeper.java
* (edit)
hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/Import.java
> Findbugs in zk and mr caused nightly #409 branch-2 to fail
> ----------------------------------------------------------
>
> Key: HBASE-20110
> URL: https://issues.apache.org/jira/browse/HBASE-20110
> Project: HBase
> Issue Type: Bug
> Components: findbugs
> Reporter: stack
> Assignee: stack
> Priority: Major
> Fix For: 2.0.0-beta-2
>
> Attachments: HBASE-20110.branch-2.001.patch
>
>
> Build nightly #409 on branch-2 passed all unit tests on hadoop2 and hadoop3
> and then failed because of extant findbugs issues in zk and mr.
> Here was report from the nightly:
> {code}
> 01:24:40 | Vote | Subsystem | Runtime | Comment
> 01:24:40
> ============================================================================
> 01:24:40 | 0 | reexec | 0m 17s | Docker mode activated.
> 01:24:40 | | | | Prechecks
> 01:24:40 | | | | Compile Tests
> 01:24:40 | 0 | mvndep | 0m 10s | Maven dependency ordering
> 01:24:40 | +1 | mvninstall | 3m 23s | the source passed
> 01:24:40 | +1 | compile | 3m 17s | the source passed
> 01:24:40 | -0 | javac | 3m 17s | root has 32 issues.
> 01:24:40 | 0 | findbugs | 0m 1s | Skipped 15 modules in the
> source tree
> 01:24:40 | | | | with no Java source.
> 01:24:40 | -1 | findbugs | 0m 22s | hbase-zookeeper in branch-2
> has 3 extant
> 01:24:40 | | | | Findbugs warnings.
> 01:24:40 | -1 | findbugs | 0m 32s | hbase-mapreduce in branch-2
> has 1 extant
> 01:24:40 | | | | Findbugs warnings.
> 01:24:40 | | | | Other Tests
> 01:24:40 | +1 | unit | 158m 41s | root in the source passed.
> 01:24:40 | | | 180m 39s |
> {code}
> A couple of dead assigns and a compareTo w/o an equals ignored in original
> class but copy-paste was missing the findbugs exemption.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)