[
https://issues.apache.org/jira/browse/HBASE-20110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16381631#comment-16381631
]
stack commented on HBASE-20110:
-------------------------------
Arghhh... #411 failed for same dumb findbugs issues....
{code}
07:36:20 | Vote | Subsystem | Runtime | Comment
07:36:20
============================================================================
07:36:20 | 0 | reexec | 0m 19s | Docker mode activated.
07:36:20 | | | | Prechecks
07:36:20 | | | | Compile Tests
07:36:20 | 0 | mvndep | 0m 11s | Maven dependency ordering
07:36:20 | +1 | mvninstall | 3m 40s | the source passed
07:36:20 | +1 | compile | 3m 27s | the source passed
07:36:20 | -0 | javac | 3m 27s | root has 32 issues.
07:36:20 | 0 | findbugs | 0m 0s | Skipped 15 modules in the
source tree
07:36:20 | | | | with no Java source.
07:36:20 | -1 | findbugs | 0m 27s | hbase-zookeeper in branch-2 has
3 extant
07:36:20 | | | | Findbugs warnings.
07:36:20 | -1 | findbugs | 0m 38s | hbase-mapreduce in branch-2 has
1 extant
07:36:20 | | | | Findbugs warnings.
07:36:20 | | | | Other Tests
07:36:20 | +1 | unit | 157m 5s | root in the source passed.
07:36:20 | | | 181m 19s |
{code}
... we are close to a successful hbase2 nightly build.
> 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)