Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBASE-22613: Bump Apache Avro to 1.9.0 #326

Closed
wants to merge 2 commits into from

Conversation

Fokko
Copy link

@Fokko Fokko commented Jun 20, 2019

I've compiled it locally and expected some breaking changes since we're upgrading from 1.7.7. But I did not find anything.

Apache Avro 1.9.0 brings a lot of new features:

  • Deprecate Joda-Time in favor of Java8 JSR310 and setting it as default
  • Remove support for Hadoop 1.x
  • Move from Jackson 1.x to 2.9
  • Add ZStandard Codec
  • Lots of updates on the dependencies to fix CVE's
  • Remove Jackson classes from public API
  • Apache Avro is built by default with Java 8
  • Apache Avro is compiled and tested with Java 11 to guarantee compatibility
  • Apache Avro MapReduce is compiled and tested with Hadoop 3
  • Apache Avro is now leaner, multiple dependencies were removed: guava, paranamer, commons-codec, and commons-logging
  • and many, many more!

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 96 Docker mode activated.
_ Prechecks _
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
+1 mvninstall 233 master passed
+1 compile 148 master passed
+1 shadedjars 257 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 139 master passed
_ Patch Compile Tests _
+1 mvninstall 220 the patch passed
+1 compile 144 the patch passed
+1 javac 144 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 1 The patch has no ill-formed XML file.
+1 shadedjars 264 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 681 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 143 the patch passed
_ Other Tests _
+1 unit 16605 root in the patch passed.
+1 asflicense 38 The patch does not generate ASF License warnings.
19273
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/1/artifact/out/Dockerfile
GITHUB PR #326
JIRA Issue HBASE-22613
Optional Tests dupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
uname Linux d51ec5d001e9 4.4.0-145-generic #171-Ubuntu SMP Tue Mar 26 12:43:40 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision master / 5a9d877
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/1/testReport/
Max. process+thread count 4503 (vs. ulimit of 10000)
modules C: . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/1/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache9
Copy link
Contributor

Apache9 commented Jun 23, 2019

It seems that we do not depend on avro directly in HBase...

@busbey
Copy link
Contributor

busbey commented Jun 24, 2019

As I mentioned on jira, we have avro listed in order to harmonize getting it from multiple places as a transitive dependency.

Are we no longer getting it from multiple places?

@Apache9
Copy link
Contributor

Apache9 commented Jun 24, 2019

At least we do not have an explicit dependency of avro now in HBase. Maybe we should add one to force the version?

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 48 Docker mode activated.
_ Prechecks _
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0 mvndep 22 Maven dependency ordering for branch
+1 mvninstall 236 master passed
+1 compile 160 master passed
+1 shadedjars 263 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 172 master passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
-1 mvninstall 233 root in the patch failed.
+1 compile 159 the patch passed
+1 javac 159 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 3 The patch has no ill-formed XML file.
+1 shadedjars 265 patch has no errors when building our shaded downstream artifacts.
-1 hadoopcheck 235 The patch causes 12 errors with Hadoop v2.8.5.
-1 hadoopcheck 472 The patch causes 12 errors with Hadoop v2.9.2.
-1 hadoopcheck 723 The patch causes 12 errors with Hadoop v3.1.2.
+1 javadoc 173 the patch passed
_ Other Tests _
-1 unit 17074 root in the patch failed.
+1 asflicense 64 The patch does not generate ASF License warnings.
19688
Reason Tests
Failed junit tests hadoop.hbase.quotas.TestQuotaAdmin
hadoop.hbase.master.TestMasterShutdown
hadoop.hbase.client.TestFromClientSideWithCoprocessor
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/2/artifact/out/Dockerfile
GITHUB PR #326
JIRA Issue HBASE-22613
Optional Tests dupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
uname Linux 1829779f69e5 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision master / c1e5350
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/2/artifact/out/patch-mvninstall-root.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/2/artifact/out/patch-javac-2.8.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/2/artifact/out/patch-javac-2.9.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/2/artifact/out/patch-javac-3.1.2.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/2/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/2/testReport/
Max. process+thread count 4901 (vs. ulimit of 10000)
modules C: hbase-shaded . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/2/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Fokko
Copy link
Author

Fokko commented Jun 25, 2019

The process of harmonizing Avro is ongoing:

HADOOP-13386: Bump Apache Avro to 1.9.0
HADOOP-13386: Camel-Avro: Upgrade to 1.9.0
BEAM-7328: Update Avro to version 1.9.0 in Java SDK
HIVE-21737: Upgrade Avro to version 1.9.0
FLINK-12532: Upgrade Avro to version 1.9.0
PARQUET-1576: Upgrade to Avro 1.9.0
SPARK-27733: Upgrade to Avro 1.9.x
DRILL-7302: Bump Apache Avro from 1.8.2 to 1.9.0
CAMEL-13538: Camel-Avro: Upgrade to 1.9.0

It is going quite smoothly. If hbase doesn't have a direct dependency on Avro, I would argue that it isn't up to hbase to set the version then.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 31 Docker mode activated.
_ Prechecks _
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 1 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0 mvndep 12 Maven dependency ordering for branch
+1 mvninstall 222 master passed
+1 compile 158 master passed
+1 shadedjars 253 branch has no errors when building our shaded downstream artifacts.
-1 javadoc 128 root in master failed.
_ Patch Compile Tests _
0 mvndep 11 Maven dependency ordering for patch
-1 mvninstall 230 root in the patch failed.
+1 compile 154 the patch passed
+1 javac 154 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 3 The patch has no ill-formed XML file.
+1 shadedjars 262 patch has no errors when building our shaded downstream artifacts.
-1 hadoopcheck 234 The patch causes 12 errors with Hadoop v2.8.5.
-1 hadoopcheck 465 The patch causes 12 errors with Hadoop v2.9.2.
-1 hadoopcheck 702 The patch causes 12 errors with Hadoop v3.1.2.
+1 javadoc 179 the patch passed
_ Other Tests _
-1 unit 10545 root in the patch failed.
+1 asflicense 47 The patch does not generate ASF License warnings.
13010
Reason Tests
Failed junit tests hadoop.hbase.mapreduce.TestTableRecordReader
hadoop.hbase.mapreduce.TestTableInputFormatScanYYYToEmpty
hadoop.hbase.mapred.TestTableOutputFormatConnectionExhaust
hadoop.hbase.mapreduce.TestImportTSVWithTTLs
hadoop.hbase.mapreduce.TestTimeRangeMapRed
hadoop.hbase.mapred.TestTableSnapshotInputFormat
hadoop.hbase.mapreduce.TestTableInputFormatScan
hadoop.hbase.mapreduce.TestCopyTable
hadoop.hbase.mapreduce.TestWALPlayer
hadoop.hbase.mapred.TestTableMapReduce
hadoop.hbase.mapreduce.TestSyncTable
hadoop.hbase.mapreduce.TestTableInputFormatScanYYXToEmpty
hadoop.hbase.mapreduce.TestImportTsv
hadoop.hbase.mapreduce.TestTableInputFormatScanOBBToOPP
hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormat
hadoop.hbase.mapreduce.TestRowCounter
hadoop.hbase.regionserver.TestCompactionTool
hadoop.hbase.mapreduce.TestMultiTableInputFormat
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToBBA
hadoop.hbase.mapreduce.TestTableInputFormatScanYZYToEmpty
hadoop.hbase.mapreduce.TestTableInputFormatScanOPPToEmpty
hadoop.hbase.mapreduce.TestHashTable
hadoop.hbase.mapreduce.TestWALRecordReader
hadoop.hbase.mapreduce.TestCellCounter
hadoop.hbase.mapreduce.TestImportExport
hadoop.hbase.replication.TestVerifyReplicationCrossDiffHdfs
hadoop.hbase.snapshot.TestSecureExportSnapshot
hadoop.hbase.replication.TestVerifyReplication
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToBBB
hadoop.hbase.mapred.TestTableMapReduceUtil
hadoop.hbase.mapred.TestTableInputFormat
hadoop.hbase.snapshot.TestExportSnapshot
hadoop.hbase.snapshot.TestMobExportSnapshot
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToAPP
hadoop.hbase.mapreduce.TestHFileOutputFormat2
hadoop.hbase.mapreduce.TestHRegionPartitioner
hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat
hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToOPP
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToEmpty
hadoop.hbase.mapreduce.TestTableInputFormat
hadoop.hbase.mapreduce.TestMultithreadedTableMapper
hadoop.hbase.snapshot.TestMobSecureExportSnapshot
hadoop.hbase.snapshot.TestExportSnapshotWithTemporaryDirectory
hadoop.hbase.mapreduce.TestTableMapReduce
hadoop.hbase.mapreduce.TestTableInputFormatScanOBBToQPP
hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
Subsystem Report/Notes
Docker Client=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/3/artifact/out/Dockerfile
GITHUB PR #326
JIRA Issue HBASE-22613
Optional Tests dupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
uname Linux 94aa29df4317 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision master / 438bf32
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
javadoc https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/3/artifact/out/branch-javadoc-root.txt
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/3/artifact/out/patch-mvninstall-root.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/3/artifact/out/patch-javac-2.8.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/3/artifact/out/patch-javac-2.9.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/3/artifact/out/patch-javac-3.1.2.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/3/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/3/testReport/
Max. process+thread count 4799 (vs. ulimit of 10000)
modules C: hbase-shaded . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/3/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 145 Docker mode activated.
_ Prechecks _
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0 mvndep 34 Maven dependency ordering for branch
+1 mvninstall 377 master passed
+1 compile 223 master passed
+1 shadedjars 369 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 230 master passed
_ Patch Compile Tests _
0 mvndep 14 Maven dependency ordering for patch
-1 mvninstall 353 root in the patch failed.
+1 compile 241 the patch passed
+1 javac 241 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 4 The patch has no ill-formed XML file.
+1 shadedjars 355 patch has no errors when building our shaded downstream artifacts.
-1 hadoopcheck 327 The patch causes 12 errors with Hadoop v2.8.5.
-1 hadoopcheck 669 The patch causes 12 errors with Hadoop v2.9.2.
-1 hadoopcheck 1033 The patch causes 12 errors with Hadoop v3.1.2.
+1 javadoc 227 the patch passed
_ Other Tests _
-1 unit 14979 root in the patch failed.
+1 asflicense 57 The patch does not generate ASF License warnings.
18730
Reason Tests
Failed junit tests hadoop.hbase.security.visibility.TestVisibilityLabelsWithDeletes
Subsystem Report/Notes
Docker Client=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/4/artifact/out/Dockerfile
GITHUB PR #326
JIRA Issue HBASE-22613
Optional Tests dupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
uname Linux 4667f5c46656 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 22:49:08 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision master / 74731c2
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/4/artifact/out/patch-mvninstall-root.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/4/artifact/out/patch-javac-2.8.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/4/artifact/out/patch-javac-2.9.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/4/artifact/out/patch-javac-3.1.2.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/4/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/4/testReport/
Max. process+thread count 4461 (vs. ulimit of 10000)
modules C: hbase-shaded . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/4/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 51 Docker mode activated.
_ Prechecks _
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0 mvndep 12 Maven dependency ordering for branch
+1 mvninstall 244 master passed
+1 compile 160 master passed
+1 shadedjars 250 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 167 master passed
_ Patch Compile Tests _
0 mvndep 12 Maven dependency ordering for patch
-1 mvninstall 241 root in the patch failed.
+1 compile 166 the patch passed
+1 javac 166 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 3 The patch has no ill-formed XML file.
+1 shadedjars 268 patch has no errors when building our shaded downstream artifacts.
-1 hadoopcheck 232 The patch causes 12 errors with Hadoop v2.8.5.
-1 hadoopcheck 470 The patch causes 12 errors with Hadoop v2.9.2.
-1 hadoopcheck 743 The patch causes 12 errors with Hadoop v3.1.2.
+1 javadoc 177 the patch passed
_ Other Tests _
-1 unit 16243 root in the patch failed.
+1 asflicense 59 The patch does not generate ASF License warnings.
18869
Subsystem Report/Notes
Docker Client=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/5/artifact/out/Dockerfile
GITHUB PR #326
JIRA Issue HBASE-22613
Optional Tests dupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
uname Linux 6f8c3d05f318 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision master / cc38de1
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/5/artifact/out/patch-mvninstall-root.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/5/artifact/out/patch-javac-2.8.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/5/artifact/out/patch-javac-2.9.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/5/artifact/out/patch-javac-3.1.2.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/5/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/5/testReport/
Max. process+thread count 5075 (vs. ulimit of 10000)
modules C: hbase-shaded . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/5/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 54 Docker mode activated.
_ Prechecks _
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0 mvndep 29 Maven dependency ordering for branch
+1 mvninstall 255 master passed
+1 compile 160 master passed
+1 shadedjars 275 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 165 master passed
_ Patch Compile Tests _
0 mvndep 12 Maven dependency ordering for patch
-1 mvninstall 252 root in the patch failed.
+1 compile 178 the patch passed
+1 javac 178 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 3 The patch has no ill-formed XML file.
+1 shadedjars 263 patch has no errors when building our shaded downstream artifacts.
-1 hadoopcheck 236 The patch causes 12 errors with Hadoop v2.8.5.
-1 hadoopcheck 497 The patch causes 12 errors with Hadoop v2.9.2.
-1 hadoopcheck 744 The patch causes 12 errors with Hadoop v3.1.2.
+1 javadoc 167 the patch passed
_ Other Tests _
-1 unit 15704 root in the patch failed.
+1 asflicense 50 The patch does not generate ASF License warnings.
18373
Subsystem Report/Notes
Docker Client=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/6/artifact/out/Dockerfile
GITHUB PR #326
JIRA Issue HBASE-22613
Optional Tests dupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
uname Linux d95982c9da95 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision master / 72e58a8
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/6/artifact/out/patch-mvninstall-root.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/6/artifact/out/patch-javac-2.8.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/6/artifact/out/patch-javac-2.9.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/6/artifact/out/patch-javac-3.1.2.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/6/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/6/testReport/
Max. process+thread count 4691 (vs. ulimit of 10000)
modules C: hbase-shaded . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/6/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 206 Docker mode activated.
_ Prechecks _
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0 mvndep 31 Maven dependency ordering for branch
-1 mvninstall 247 root in master failed.
+1 compile 160 master passed
+1 shadedjars 268 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 191 master passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
-1 mvninstall 241 root in the patch failed.
+1 compile 159 the patch passed
+1 javac 159 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 3 The patch has no ill-formed XML file.
+1 shadedjars 249 patch has no errors when building our shaded downstream artifacts.
-1 hadoopcheck 228 The patch causes 10 errors with Hadoop v2.8.5.
-1 hadoopcheck 464 The patch causes 10 errors with Hadoop v2.9.2.
-1 hadoopcheck 720 The patch causes 10 errors with Hadoop v3.1.2.
+1 javadoc 168 the patch passed
_ Other Tests _
-1 unit 15946 root in the patch failed.
+1 asflicense 63 The patch does not generate ASF License warnings.
18731
Subsystem Report/Notes
Docker Client=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/7/artifact/out/Dockerfile
GITHUB PR #326
JIRA Issue HBASE-22613
Optional Tests dupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
uname Linux 7a21e8dd39f6 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision master / 00075ea
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/7/artifact/out/branch-mvninstall-root.txt
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/7/artifact/out/patch-mvninstall-root.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/7/artifact/out/patch-javac-2.8.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/7/artifact/out/patch-javac-2.9.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/7/artifact/out/patch-javac-3.1.2.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/7/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/7/testReport/
Max. process+thread count 5356 (vs. ulimit of 10000)
modules C: hbase-shaded . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/7/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 70 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0 mvndep 30 Maven dependency ordering for branch
+1 mvninstall 290 master passed
+1 compile 184 master passed
+1 shadedjars 272 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 177 master passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
-1 mvninstall 242 root in the patch failed.
+1 compile 163 the patch passed
+1 javac 163 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 3 The patch has no ill-formed XML file.
+1 shadedjars 288 patch has no errors when building our shaded downstream artifacts.
-1 hadoopcheck 240 The patch causes 12 errors with Hadoop v2.8.5.
-1 hadoopcheck 525 The patch causes 12 errors with Hadoop v2.9.2.
-1 hadoopcheck 811 The patch causes 12 errors with Hadoop v3.1.2.
+1 javadoc 173 the patch passed
_ Other Tests _
-1 unit 19274 root in the patch failed.
+1 asflicense 53 The patch does not generate ASF License warnings.
22123
Reason Tests
Failed junit tests hadoop.hbase.master.procedure.TestSCPWithReplicas
hadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.replication.TestReplicationSmallTests
hadoop.hbase.replication.TestReplicationSmallTestsSync
hadoop.hbase.tool.TestSecureBulkLoadHFiles
hadoop.hbase.tool.TestBulkLoadHFiles
hadoop.hbase.util.TestFromClientSide3WoUnsafe
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.namespace.TestNamespaceAuditor
Subsystem Report/Notes
Docker Client=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/8/artifact/out/Dockerfile
GITHUB PR #326
JIRA Issue HBASE-22613
Optional Tests dupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
uname Linux 2ec882de0454 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-326/out/precommit/personality/provided.sh
git revision master / c9293b0
Default Java 1.8.0_181
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/8/artifact/out/patch-mvninstall-root.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/8/artifact/out/patch-javac-2.8.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/8/artifact/out/patch-javac-2.9.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/8/artifact/out/patch-javac-3.1.2.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/8/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/8/testReport/
Max. process+thread count 4935 (vs. ulimit of 10000)
modules C: hbase-shaded . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/8/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z)
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 122 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0 mvndep 27 Maven dependency ordering for branch
+1 mvninstall 347 master passed
+1 compile 252 master passed
+1 shadedjars 335 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 200 master passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
-1 mvninstall 274 root in the patch failed.
+1 compile 196 the patch passed
+1 javac 196 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 3 The patch has no ill-formed XML file.
+1 shadedjars 301 patch has no errors when building our shaded downstream artifacts.
-1 hadoopcheck 275 The patch causes 12 errors with Hadoop v2.8.5.
-1 hadoopcheck 574 The patch causes 12 errors with Hadoop v2.9.2.
-1 hadoopcheck 875 The patch causes 12 errors with Hadoop v3.1.2.
+1 javadoc 202 the patch passed
_ Other Tests _
-1 unit 18779 root in the patch failed.
+1 asflicense 59 The patch does not generate ASF License warnings.
22068
Reason Tests
Failed junit tests hadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
hadoop.hbase.master.procedure.TestSCPWithReplicas
hadoop.hbase.regionserver.TestTags
Subsystem Report/Notes
Docker Client=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/9/artifact/out/Dockerfile
GITHUB PR #326
JIRA Issue HBASE-22613
Optional Tests dupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
uname Linux 88e4cb39eaaf 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 22:49:08 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-326/out/precommit/personality/provided.sh
git revision master / aa9679d
Default Java 1.8.0_181
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/9/artifact/out/patch-mvninstall-root.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/9/artifact/out/patch-javac-2.8.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/9/artifact/out/patch-javac-2.9.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/9/artifact/out/patch-javac-3.1.2.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/9/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/9/testReport/
Max. process+thread count 4845 (vs. ulimit of 10000)
modules C: hbase-shaded . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/9/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z)
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 31 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0 mvndep 12 Maven dependency ordering for branch
+1 mvninstall 230 master passed
+1 compile 164 master passed
+1 shadedjars 272 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 173 master passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
-1 mvninstall 239 root in the patch failed.
+1 compile 165 the patch passed
+1 javac 165 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 2 The patch has no ill-formed XML file.
+1 shadedjars 267 patch has no errors when building our shaded downstream artifacts.
-1 hadoopcheck 243 The patch causes 12 errors with Hadoop v2.8.5.
-1 hadoopcheck 478 The patch causes 12 errors with Hadoop v2.9.2.
-1 hadoopcheck 722 The patch causes 12 errors with Hadoop v3.1.2.
+1 javadoc 168 the patch passed
_ Other Tests _
-1 unit 10599 root in the patch failed.
+1 asflicense 61 The patch does not generate ASF License warnings.
13192
Reason Tests
Failed junit tests hadoop.hbase.mapreduce.TestSyncTable
hadoop.hbase.mapreduce.TestWALRecordReader
hadoop.hbase.mapreduce.TestTableInputFormatScanYYXToEmpty
hadoop.hbase.mapreduce.TestWALPlayer
hadoop.hbase.regionserver.TestCompactionTool
hadoop.hbase.mapreduce.TestCopyTable
hadoop.hbase.mapreduce.TestHashTable
hadoop.hbase.mapreduce.TestTimeRangeMapRed
hadoop.hbase.mapreduce.TestRowCounter
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToEmpty
hadoop.hbase.mapreduce.TestImportExport
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToAPP
hadoop.hbase.mapred.TestTableMapReduce
hadoop.hbase.snapshot.TestExportSnapshotWithTemporaryDirectory
hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
hadoop.hbase.mapreduce.TestCellCounter
hadoop.hbase.replication.TestVerifyReplicationCrossDiffHdfs
hadoop.hbase.mapreduce.TestTableMapReduce
hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat
hadoop.hbase.mapreduce.TestTableInputFormatScanYZYToEmpty
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToBBB
hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormat
hadoop.hbase.mapreduce.TestTableInputFormatScanOBBToOPP
hadoop.hbase.mapreduce.TestTableRecordReader
hadoop.hbase.mapreduce.TestMultiTableInputFormat
hadoop.hbase.mapreduce.TestTableInputFormatScanYYYToEmpty
hadoop.hbase.mapreduce.TestTableInputFormat
hadoop.hbase.mapreduce.TestHRegionPartitioner
hadoop.hbase.mapreduce.TestHFileOutputFormat2
hadoop.hbase.mapreduce.TestImportTsv
hadoop.hbase.mapreduce.TestMultithreadedTableMapper
hadoop.hbase.snapshot.TestMobExportSnapshot
hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
hadoop.hbase.snapshot.TestExportSnapshot
hadoop.hbase.replication.TestVerifyReplication
hadoop.hbase.mapred.TestTableSnapshotInputFormat
hadoop.hbase.mapred.TestTableMapReduceUtil
hadoop.hbase.mapreduce.TestImportTSVWithTTLs
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToBBA
hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
hadoop.hbase.mapred.TestTableOutputFormatConnectionExhaust
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToOPP
hadoop.hbase.mapreduce.TestTableInputFormatScanOPPToEmpty
hadoop.hbase.mapreduce.TestTableInputFormatScanOBBToQPP
hadoop.hbase.mapreduce.TestTableInputFormatScan
hadoop.hbase.snapshot.TestSecureExportSnapshot
hadoop.hbase.mapred.TestTableInputFormat
Subsystem Report/Notes
Docker Client=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/12/artifact/out/Dockerfile
GITHUB PR #326
JIRA Issue HBASE-22613
Optional Tests dupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
uname Linux b94683050adb 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-326/out/precommit/personality/provided.sh
git revision master / 9615c64
Default Java 1.8.0_181
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/12/artifact/out/patch-mvninstall-root.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/12/artifact/out/patch-javac-2.8.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/12/artifact/out/patch-javac-2.9.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/12/artifact/out/patch-javac-3.1.2.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/12/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/12/testReport/
Max. process+thread count 4411 (vs. ulimit of 10000)
modules C: hbase-shaded . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/12/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z)
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 35 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0 mvndep 24 Maven dependency ordering for branch
+1 mvninstall 254 master passed
+1 compile 160 master passed
+1 shadedjars 262 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 171 master passed
_ Patch Compile Tests _
0 mvndep 12 Maven dependency ordering for patch
-1 mvninstall 248 root in the patch failed.
+1 compile 164 the patch passed
+1 javac 164 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 3 The patch has no ill-formed XML file.
+1 shadedjars 275 patch has no errors when building our shaded downstream artifacts.
-1 hadoopcheck 247 The patch causes 12 errors with Hadoop v2.8.5.
-1 hadoopcheck 543 The patch causes 12 errors with Hadoop v2.9.2.
-1 hadoopcheck 786 The patch causes 12 errors with Hadoop v3.1.2.
+1 javadoc 169 the patch passed
_ Other Tests _
-1 unit 9478 root in the patch failed.
+1 asflicense 47 The patch does not generate ASF License warnings.
12155
Reason Tests
Failed junit tests hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster
Subsystem Report/Notes
Docker Client=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/15/artifact/out/Dockerfile
GITHUB PR #326
JIRA Issue HBASE-22613
Optional Tests dupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
uname Linux 5aad3f1d8a1b 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-326/out/precommit/personality/provided.sh
git revision master / 06f5c43
Default Java 1.8.0_181
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/15/artifact/out/patch-mvninstall-root.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/15/artifact/out/patch-javac-2.8.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/15/artifact/out/patch-javac-2.9.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/15/artifact/out/patch-javac-3.1.2.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/15/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/15/testReport/
Max. process+thread count 4648 (vs. ulimit of 10000)
modules C: hbase-shaded . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/15/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z)
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 57 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0 mvndep 27 Maven dependency ordering for branch
+1 mvninstall 251 master passed
+1 compile 161 master passed
+1 shadedjars 255 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 176 master passed
_ Patch Compile Tests _
0 mvndep 12 Maven dependency ordering for patch
-1 mvninstall 253 root in the patch failed.
+1 compile 162 the patch passed
+1 javac 162 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 3 The patch has no ill-formed XML file.
+1 shadedjars 260 patch has no errors when building our shaded downstream artifacts.
-1 hadoopcheck 239 The patch causes 12 errors with Hadoop v2.8.5.
-1 hadoopcheck 486 The patch causes 12 errors with Hadoop v2.9.2.
-1 hadoopcheck 749 The patch causes 12 errors with Hadoop v3.1.2.
+1 javadoc 192 the patch passed
_ Other Tests _
-1 unit 18977 root in the patch failed.
+1 asflicense 52 The patch does not generate ASF License warnings.
21651
Reason Tests
Failed junit tests hadoop.hbase.replication.TestMasterReplication
hadoop.hbase.master.procedure.TestProcedurePriority
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.replication.TestReplicationSyncUpTool
Subsystem Report/Notes
Docker Client=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/13/artifact/out/Dockerfile
GITHUB PR #326
JIRA Issue HBASE-22613
Optional Tests dupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
uname Linux 3c461c5e37bf 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-326/out/precommit/personality/provided.sh
git revision master / 0e34dcb
Default Java 1.8.0_181
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/13/artifact/out/patch-mvninstall-root.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/13/artifact/out/patch-javac-2.8.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/13/artifact/out/patch-javac-2.9.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/13/artifact/out/patch-javac-3.1.2.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/13/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/13/testReport/
Max. process+thread count 5111 (vs. ulimit of 10000)
modules C: hbase-shaded . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/13/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z)
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 133 Docker mode activated.
_ Prechecks _
+1 dupname 1 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0 mvndep 68 Maven dependency ordering for branch
-1 mvninstall 315 root in master failed.
+1 compile 169 master passed
+1 shadedjars 292 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 171 master passed
_ Patch Compile Tests _
0 mvndep 11 Maven dependency ordering for patch
-1 mvninstall 242 root in the patch failed.
+1 compile 286 the patch passed
+1 javac 286 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 3 The patch has no ill-formed XML file.
+1 shadedjars 314 patch has no errors when building our shaded downstream artifacts.
-1 hadoopcheck 235 The patch causes 10 errors with Hadoop v2.8.5.
-1 hadoopcheck 516 The patch causes 10 errors with Hadoop v2.9.2.
-1 hadoopcheck 758 The patch causes 10 errors with Hadoop v3.1.2.
+1 javadoc 172 the patch passed
_ Other Tests _
-1 unit 19322 root in the patch failed.
+1 asflicense 147 The patch does not generate ASF License warnings.
22554
Reason Tests
Failed junit tests hadoop.hbase.client.TestRestoreSnapshotFromClientClone
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.client.TestAsyncRegionAdminApi2
hadoop.hbase.client.TestConnection
Subsystem Report/Notes
Docker Client=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/14/artifact/out/Dockerfile
GITHUB PR #326
JIRA Issue HBASE-22613
Optional Tests dupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
uname Linux a29eb2be74c7 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-326/out/precommit/personality/provided.sh
git revision master / 06f5c43
Default Java 1.8.0_181
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/14/artifact/out/branch-mvninstall-root.txt
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/14/artifact/out/patch-mvninstall-root.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/14/artifact/out/patch-javac-2.8.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/14/artifact/out/patch-javac-2.9.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/14/artifact/out/patch-javac-3.1.2.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/14/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/14/testReport/
Max. process+thread count 4875 (vs. ulimit of 10000)
modules C: hbase-shaded . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/14/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z)
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 57 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0 mvndep 18 Maven dependency ordering for branch
+1 mvninstall 327 master passed
+1 compile 169 master passed
+1 shadedjars 294 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 170 master passed
_ Patch Compile Tests _
0 mvndep 12 Maven dependency ordering for patch
-1 mvninstall 290 root in the patch failed.
+1 compile 186 the patch passed
+1 javac 186 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 3 The patch has no ill-formed XML file.
+1 shadedjars 261 patch has no errors when building our shaded downstream artifacts.
-1 hadoopcheck 321 The patch causes 12 errors with Hadoop v2.8.5.
-1 hadoopcheck 629 The patch causes 12 errors with Hadoop v2.9.2.
-1 hadoopcheck 947 The patch causes 12 errors with Hadoop v3.1.2.
+1 javadoc 174 the patch passed
_ Other Tests _
-1 unit 17717 root in the patch failed.
+1 asflicense 53 The patch does not generate ASF License warnings.
20748
Reason Tests
Failed junit tests hadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.util.TestFromClientSide3WoUnsafe
Subsystem Report/Notes
Docker Client=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/16/artifact/out/Dockerfile
GITHUB PR #326
JIRA Issue HBASE-22613
Optional Tests dupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
uname Linux 32ba61c51ae3 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-326/out/precommit/personality/provided.sh
git revision master / e74d501
Default Java 1.8.0_181
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/16/artifact/out/patch-mvninstall-root.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/16/artifact/out/patch-javac-2.8.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/16/artifact/out/patch-javac-2.9.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/16/artifact/out/patch-javac-3.1.2.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/16/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/16/testReport/
Max. process+thread count 5044 (vs. ulimit of 10000)
modules C: hbase-shaded . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/16/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z)
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 53 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0 mvndep 30 Maven dependency ordering for branch
+1 mvninstall 364 master passed
+1 compile 220 master passed
+1 shadedjars 341 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 226 master passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
-1 mvninstall 357 root in the patch failed.
+1 compile 221 the patch passed
+1 javac 221 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 4 The patch has no ill-formed XML file.
+1 shadedjars 343 patch has no errors when building our shaded downstream artifacts.
-1 hadoopcheck 345 The patch causes 12 errors with Hadoop v2.8.5.
-1 hadoopcheck 717 The patch causes 12 errors with Hadoop v2.9.2.
-1 hadoopcheck 1100 The patch causes 12 errors with Hadoop v3.1.2.
+1 javadoc 224 the patch passed
_ Other Tests _
-1 unit 20254 root in the patch failed.
+1 asflicense 64 The patch does not generate ASF License warnings.
23901
Reason Tests
Failed junit tests hadoop.hbase.replication.TestReplicationKillSlaveRS
hadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.util.TestFromClientSide3WoUnsafe
hadoop.hbase.replication.TestReplicationSmallTestsSync
hadoop.hbase.replication.TestReplicationSmallTests
hadoop.hbase.client.TestCloneSnapshotFromClientNormal
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
Subsystem Report/Notes
Docker Client=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/19/artifact/out/Dockerfile
GITHUB PR #326
JIRA Issue HBASE-22613
Optional Tests dupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
uname Linux 560cc6f327c0 4.4.0-154-generic #181-Ubuntu SMP Tue Jun 25 05:29:03 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-326/out/precommit/personality/provided.sh
git revision master / 6705d4f
Default Java 1.8.0_181
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/19/artifact/out/patch-mvninstall-root.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/19/artifact/out/patch-javac-2.8.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/19/artifact/out/patch-javac-2.9.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/19/artifact/out/patch-javac-3.1.2.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/19/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/19/testReport/
Max. process+thread count 4638 (vs. ulimit of 10000)
modules C: hbase-shaded . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/19/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z)
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 77 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0 mvndep 26 Maven dependency ordering for branch
+1 mvninstall 403 master passed
+1 compile 237 master passed
+1 shadedjars 381 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 242 master passed
_ Patch Compile Tests _
0 mvndep 14 Maven dependency ordering for patch
-1 mvninstall 446 root in the patch failed.
+1 compile 244 the patch passed
+1 javac 244 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 3 The patch has no ill-formed XML file.
+1 shadedjars 367 patch has no errors when building our shaded downstream artifacts.
-1 hadoopcheck 448 The patch causes 12 errors with Hadoop v2.8.5.
-1 hadoopcheck 933 The patch causes 12 errors with Hadoop v2.9.2.
-1 hadoopcheck 1316 The patch causes 12 errors with Hadoop v3.1.2.
+1 javadoc 236 the patch passed
_ Other Tests _
-1 unit 17403 root in the patch failed.
+1 asflicense 50 The patch does not generate ASF License warnings.
21523
Reason Tests
Failed junit tests hadoop.hbase.regionserver.TestHRegionWithInMemoryFlush
hadoop.hbase.util.TestFromClientSide3WoUnsafe
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.client.TestCloneSnapshotFromClientNormal
Subsystem Report/Notes
Docker Client=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/20/artifact/out/Dockerfile
GITHUB PR #326
JIRA Issue HBASE-22613
Optional Tests dupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
uname Linux 25dc029d2a81 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 22:49:08 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-326/out/precommit/personality/provided.sh
git revision master / 7ebf80f
Default Java 1.8.0_181
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/20/artifact/out/patch-mvninstall-root.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/20/artifact/out/patch-javac-2.8.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/20/artifact/out/patch-javac-2.9.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/20/artifact/out/patch-javac-3.1.2.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/20/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/20/testReport/
Max. process+thread count 4549 (vs. ulimit of 10000)
modules C: hbase-shaded . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/20/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z)
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 142 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0 mvndep 37 Maven dependency ordering for branch
+1 mvninstall 451 master passed
+1 compile 240 master passed
+1 shadedjars 340 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 189 master passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
-1 mvninstall 325 root in the patch failed.
+1 compile 193 the patch passed
+1 javac 193 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 2 The patch has no ill-formed XML file.
+1 shadedjars 295 patch has no errors when building our shaded downstream artifacts.
-1 hadoopcheck 406 The patch causes 12 errors with Hadoop v2.8.5.
-1 hadoopcheck 800 The patch causes 12 errors with Hadoop v2.9.2.
-1 hadoopcheck 1164 The patch causes 12 errors with Hadoop v3.1.2.
+1 javadoc 182 the patch passed
_ Other Tests _
-1 unit 18694 root in the patch failed.
+1 asflicense 79 The patch does not generate ASF License warnings.
22436
Reason Tests
Failed junit tests hadoop.hbase.mapreduce.TestTimeRangeMapRed
hadoop.hbase.snapshot.TestMobSecureExportSnapshot
hadoop.hbase.mapred.TestTableOutputFormatConnectionExhaust
hadoop.hbase.mapreduce.TestTableInputFormatScanOPPToEmpty
hadoop.hbase.mapreduce.TestHashTable
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToOPP
hadoop.hbase.snapshot.TestSecureExportSnapshot
hadoop.hbase.mapreduce.TestTableInputFormatScan
hadoop.hbase.snapshot.TestMobExportSnapshot
hadoop.hbase.snapshot.TestExportSnapshotWithTemporaryDirectory
hadoop.hbase.mapreduce.TestCellCounter
hadoop.hbase.mapred.TestTableInputFormat
hadoop.hbase.replication.TestVerifyReplicationCrossDiffHdfs
hadoop.hbase.mapreduce.TestTableInputFormatScanYYYToEmpty
hadoop.hbase.mapreduce.TestTableInputFormatScanOBBToQPP
hadoop.hbase.mapreduce.TestHRegionPartitioner
hadoop.hbase.mapreduce.TestWALPlayer
hadoop.hbase.snapshot.TestExportSnapshot
hadoop.hbase.mapreduce.TestImportExport
hadoop.hbase.mapreduce.TestWALRecordReader
hadoop.hbase.mapred.TestTableSnapshotInputFormat
hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat
hadoop.hbase.mapreduce.TestTableRecordReader
hadoop.hbase.mapreduce.TestTableInputFormatScanYZYToEmpty
hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
hadoop.hbase.mapreduce.TestTableInputFormatScanOBBToOPP
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToBBB
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToBBA
hadoop.hbase.mapreduce.TestHFileOutputFormat2
hadoop.hbase.mapreduce.TestCopyTable
hadoop.hbase.mapreduce.TestSyncTable
hadoop.hbase.mapreduce.TestImportTSVWithTTLs
hadoop.hbase.mapreduce.TestTableInputFormatScanYYXToEmpty
hadoop.hbase.mapreduce.TestMultiTableInputFormat
hadoop.hbase.mapreduce.TestTableInputFormat
hadoop.hbase.mapreduce.TestRowCounter
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToAPP
hadoop.hbase.mapreduce.TestTableMapReduce
hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormat
hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
hadoop.hbase.mapred.TestTableMapReduce
hadoop.hbase.regionserver.TestCompactionTool
hadoop.hbase.mapreduce.TestImportTsv
hadoop.hbase.replication.TestVerifyReplication
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToEmpty
hadoop.hbase.mapred.TestTableMapReduceUtil
Subsystem Report/Notes
Docker Client=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/21/artifact/out/Dockerfile
GITHUB PR #326
JIRA Issue HBASE-22613
Optional Tests dupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
uname Linux 4cc60accc9b5 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 22:49:08 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-326/out/precommit/personality/provided.sh
git revision master / 7ebf80f
Default Java 1.8.0_181
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/21/artifact/out/patch-mvninstall-root.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/21/artifact/out/patch-javac-2.8.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/21/artifact/out/patch-javac-2.9.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/21/artifact/out/patch-javac-3.1.2.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/21/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/21/testReport/
Max. process+thread count 4880 (vs. ulimit of 10000)
modules C: hbase-shaded . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/21/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z)
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 65 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0 mvndep 17 Maven dependency ordering for branch
+1 mvninstall 326 master passed
+1 compile 161 master passed
+1 shadedjars 281 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 161 master passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
-1 mvninstall 276 root in the patch failed.
+1 compile 181 the patch passed
+1 javac 181 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 3 The patch has no ill-formed XML file.
+1 shadedjars 285 patch has no errors when building our shaded downstream artifacts.
-1 hadoopcheck 317 The patch causes 12 errors with Hadoop v2.8.5.
-1 hadoopcheck 605 The patch causes 12 errors with Hadoop v2.9.2.
-1 hadoopcheck 903 The patch causes 12 errors with Hadoop v3.1.2.
+1 javadoc 166 the patch passed
_ Other Tests _
-1 unit 14459 root in the patch failed.
+1 asflicense 64 The patch does not generate ASF License warnings.
17436
Subsystem Report/Notes
Docker Client=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/22/artifact/out/Dockerfile
GITHUB PR #326
JIRA Issue HBASE-22613
Optional Tests dupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
uname Linux 00455f9d8b00 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-326/out/precommit/personality/provided.sh
git revision master / a399a14
Default Java 1.8.0_181
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/22/artifact/out/patch-mvninstall-root.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/22/artifact/out/patch-javac-2.8.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/22/artifact/out/patch-javac-2.9.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/22/artifact/out/patch-javac-3.1.2.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/22/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/22/testReport/
Max. process+thread count 5067 (vs. ulimit of 10000)
modules C: hbase-shaded . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/22/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z)
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 59 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0 mvndep 16 Maven dependency ordering for branch
+1 mvninstall 286 master passed
+1 compile 164 master passed
+1 shadedjars 256 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 164 master passed
_ Patch Compile Tests _
0 mvndep 12 Maven dependency ordering for patch
-1 mvninstall 277 root in the patch failed.
+1 compile 162 the patch passed
+1 javac 162 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 4 The patch has no ill-formed XML file.
+1 shadedjars 255 patch has no errors when building our shaded downstream artifacts.
-1 hadoopcheck 278 The patch causes 12 errors with Hadoop v2.8.5.
-1 hadoopcheck 561 The patch causes 12 errors with Hadoop v2.9.2.
-1 hadoopcheck 871 The patch causes 12 errors with Hadoop v3.1.2.
+1 javadoc 182 the patch passed
_ Other Tests _
-1 unit 18705 root in the patch failed.
+1 asflicense 49 The patch does not generate ASF License warnings.
21526
Reason Tests
Failed junit tests hadoop.hbase.master.procedure.TestSCPWithReplicas
hadoop.hbase.replication.TestReplicationSmallTestsSync
hadoop.hbase.tool.TestSecureBulkLoadHFiles
hadoop.hbase.security.access.TestSnapshotScannerHDFSAclController
hadoop.hbase.tool.TestBulkLoadHFiles
Subsystem Report/Notes
Docker Client=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/25/artifact/out/Dockerfile
GITHUB PR #326
JIRA Issue HBASE-22613
Optional Tests dupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
uname Linux 7260dfb29ca0 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-326/out/precommit/personality/provided.sh
git revision master / a65e72d
Default Java 1.8.0_181
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/25/artifact/out/patch-mvninstall-root.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/25/artifact/out/patch-javac-2.8.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/25/artifact/out/patch-javac-2.9.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/25/artifact/out/patch-javac-3.1.2.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/25/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/25/testReport/
Max. process+thread count 5061 (vs. ulimit of 10000)
modules C: hbase-shaded . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-326/25/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z)
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache9
Copy link
Contributor

Apache9 commented Jul 25, 2019

Close since no progress here. And I think the main problem here is whether we need the avro dependency. Feel free to reopen after we have a consensus.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants