You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2021/01/07 20:09:01 UTC

[jira] [Commented] (HBASE-25467) Fix error prone problems on branch-2.2

    [ https://issues.apache.org/jira/browse/HBASE-25467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17260778#comment-17260778 ] 

Hudson commented on HBASE-25467:
--------------------------------

Results for branch branch-2.2
	[build #146 on builds.a.o|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2.2/146/]: (x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2.2/146//General_Nightly_Build_Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2.2/146//JDK8_Nightly_Build_Report_(Hadoop2)/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2.2/146//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(x) {color:red}-1 client integration test{color}
--Failed when running client tests on top of Hadoop 2. [see log for details|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2.2/146//artifact/output-integration/hadoop-2.log]. (note that this means we didn't run on Hadoop 3)


> Fix error prone problems on branch-2.2
> --------------------------------------
>
>                 Key: HBASE-25467
>                 URL: https://issues.apache.org/jira/browse/HBASE-25467
>             Project: HBase
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 2.2.7
>            Reporter: Peter Somogyi
>            Assignee: Peter Somogyi
>            Priority: Critical
>             Fix For: 2.2.7
>
>
> Nightly builds on branch-2.2 do not succeed for more than a month. General checks show a few error prone warnings. These were already corrected on branch-2.3+ (HBASE-23753). A recent error prone upgrade to 2.4.0 on branch-2.2 requires these code fixes.
> {noformat}
> [ERROR] /home/jenkins/jenkins-home/workspace/HBase_HBase_Nightly_branch-2.2/component/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java:[1347,18] error: [ProtoFieldNullComparison] Protobuf fields cannot be null.
>     (see https://errorprone.info/bugpattern/ProtoFieldNullComparison)
>   Did you mean 'if ((!proto.getCellList().isEmpty() && !values.isEmpty()) ||'?
> [ERROR] /home/jenkins/jenkins-home/workspace/HBase_HBase_Nightly_branch-2.2/component/hbase-client/src/main/java/org/apache/hadoop/hbase/client/RegionInfoBuilder.java:[122,9] error: [ComparableType] Type of Comparable (RegionInfo) is not the same as implementing class (MutableRegionInfo).
>     (see https://errorprone.info/bugpattern/ComparableType)
> [INFO] 2 errors 
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)