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-22828 Log a region close journal #471

Merged
merged 1 commit into from
Aug 13, 2019
Merged

Conversation

apurtell
Copy link
Contributor

@apurtell apurtell commented Aug 10, 2019

We already track region close activity with a MonitoredTask. Enable the status journal and dump it at DEBUG log level so if for some reasons region closes are taking a long time we have a timestamped journal of the activity and how long each step took.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 41 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+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 320 master passed
+1 compile 52 master passed
+1 checkstyle 78 master passed
+1 shadedjars 269 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 36 master passed
0 spotbugs 238 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 235 master passed
_ Patch Compile Tests _
+1 mvninstall 290 the patch passed
+1 compile 53 the patch passed
+1 javac 53 the patch passed
+1 checkstyle 78 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 271 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 915 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 34 the patch passed
+1 findbugs 247 the patch passed
_ Other Tests _
+1 unit 8344 hbase-server in the patch passed.
+1 asflicense 31 The patch does not generate ASF License warnings.
11680
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/1/artifact/out/Dockerfile
GITHUB PR #471
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 2b886bea14cf 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-471/out/precommit/personality/provided.sh
git revision master / c8f57bf
Default Java 1.8.0_181
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/1/testReport/
Max. process+thread count 4512 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/1/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

Copy link
Contributor

@Reidddddd Reidddddd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 34 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+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 399 master passed
+1 compile 57 master passed
+1 checkstyle 92 master passed
+1 shadedjars 295 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 37 master passed
0 spotbugs 242 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 239 master passed
_ Patch Compile Tests _
+1 mvninstall 317 the patch passed
+1 compile 57 the patch passed
+1 javac 57 the patch passed
+1 checkstyle 92 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 292 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1013 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 41 the patch passed
+1 findbugs 311 the patch passed
_ Other Tests _
+1 unit 9197 hbase-server in the patch passed.
+1 asflicense 27 The patch does not generate ASF License warnings.
12938
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/2/artifact/out/Dockerfile
GITHUB PR #471
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux c3ba0babd0fe 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-471/out/precommit/personality/provided.sh
git revision master / 15c903b
Default Java 1.8.0_181
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/2/testReport/
Max. process+thread count 4511 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/2/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 56 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+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 352 master passed
+1 compile 59 master passed
+1 checkstyle 83 master passed
+1 shadedjars 315 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 37 master passed
0 spotbugs 251 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 249 master passed
_ Patch Compile Tests _
+1 mvninstall 300 the patch passed
+1 compile 53 the patch passed
+1 javac 53 the patch passed
+1 checkstyle 76 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 269 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1014 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 44 the patch passed
+1 findbugs 263 the patch passed
_ Other Tests _
-1 unit 17724 hbase-server in the patch failed.
+1 asflicense 50 The patch does not generate ASF License warnings.
21363
Reason Tests
Failed junit tests hadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.client.TestFromClientSide
hadoop.hbase.master.TestAssignmentManagerMetrics
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/3/artifact/out/Dockerfile
GITHUB PR #471
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux b7ef5a345a08 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-471/out/precommit/personality/provided.sh
git revision master / e938215
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/3/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/3/testReport/
Max. process+thread count 5005 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/3/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 32 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+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 343 master passed
+1 compile 56 master passed
+1 checkstyle 92 master passed
+1 shadedjars 297 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 36 master passed
0 spotbugs 280 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 278 master passed
_ Patch Compile Tests _
+1 mvninstall 321 the patch passed
+1 compile 57 the patch passed
+1 javac 57 the patch passed
+1 checkstyle 89 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 299 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1036 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 34 the patch passed
+1 findbugs 269 the patch passed
_ Other Tests _
-1 unit 9754 hbase-server in the patch failed.
+1 asflicense 29 The patch does not generate ASF License warnings.
13415
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/4/artifact/out/Dockerfile
GITHUB PR #471
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux c1998531376c 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-471/out/precommit/personality/provided.sh
git revision master / 3867fae
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/4/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/4/testReport/
Max. process+thread count 4547 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/4/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 32 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+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 360 master passed
+1 compile 60 master passed
+1 checkstyle 94 master passed
+1 shadedjars 304 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 41 master passed
0 spotbugs 290 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 286 master passed
_ Patch Compile Tests _
+1 mvninstall 380 the patch passed
+1 compile 70 the patch passed
+1 javac 70 the patch passed
+1 checkstyle 105 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 348 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1227 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 41 the patch passed
+1 findbugs 345 the patch passed
_ Other Tests _
-1 unit 14174 hbase-server in the patch failed.
+1 asflicense 30 The patch does not generate ASF License warnings.
18358
Reason Tests
Failed junit tests hadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.master.procedure.TestMasterFailoverWithProcedures
hadoop.hbase.replication.TestAddToSerialReplicationPeer
hadoop.hbase.client.TestMultiRespectsLimits
hadoop.hbase.quotas.TestFileArchiverNotifierImpl
hadoop.hbase.tool.TestSecureBulkLoadHFilesSplitRecovery
hadoop.hbase.master.assignment.TestSplitTableRegionProcedure
hadoop.hbase.client.TestAdmin
hadoop.hbase.quotas.TestQuotaAdmin
hadoop.hbase.regionserver.wal.TestAsyncWALReplayCompressed
hadoop.hbase.security.access.TestSnapshotScannerHDFSAclController
hadoop.hbase.master.TestSplitRegionWhileRSCrash
hadoop.hbase.client.TestRestoreSnapshotFromClientSchemaChange
hadoop.hbase.regionserver.TestCompactSplitThread
hadoop.hbase.regionserver.wal.TestSecureAsyncWALReplay
hadoop.hbase.client.TestAsyncTableLocateRegionForDeletedTable
hadoop.hbase.regionserver.wal.TestLogRolling
hadoop.hbase.client.TestRestoreSnapshotFromClientAfterTruncate
hadoop.hbase.TestPartialResultsFromClientSide
hadoop.hbase.client.TestMobRestoreSnapshotFromClientSchemaChange
hadoop.hbase.snapshot.TestMobFlushSnapshotFromClient
hadoop.hbase.client.TestSizeFailures
hadoop.hbase.regionserver.wal.TestSecureWALReplay
hadoop.hbase.regionserver.TestEndToEndSplitTransaction
hadoop.hbase.coprocessor.TestOpenTableInCoprocessor
hadoop.hbase.client.TestAsyncSingleRequestRpcRetryingCaller
hadoop.hbase.util.TestRegionMover
hadoop.hbase.regionserver.wal.TestWALReplayBoundedLogWriterCreation
hadoop.hbase.client.TestAsyncNonMetaRegionLocator
hadoop.hbase.client.TestFromClientSide
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.client.TestMobRestoreSnapshotFromClientAfterSplittingRegions
hadoop.hbase.client.TestMvccConsistentScanner
hadoop.hbase.client.TestRestoreSnapshotFromClientAfterSplittingRegions
hadoop.hbase.client.TestRestoreSnapshotFromClientSimple
hadoop.hbase.client.TestRestoreSnapshotFromClientClone
hadoop.hbase.master.TestMergeTableRegionsWhileRSCrash
hadoop.hbase.master.replication.TestTransitPeerSyncReplicationStateProcedureRetry
hadoop.hbase.client.TestAsyncTableAdminApi
hadoop.hbase.client.TestMultiParallel
hadoop.hbase.regionserver.TestHRegionOnCluster
hadoop.hbase.client.TestAsyncSnapshotAdminApi
hadoop.hbase.regionserver.wal.TestAsyncWALReplay
hadoop.hbase.regionserver.wal.TestWALReplayCompressed
hadoop.hbase.master.assignment.TestMergeTableRegionsProcedure
hadoop.hbase.client.TestAsyncTableBatch
hadoop.hbase.snapshot.TestFlushSnapshotFromClient
hadoop.hbase.replication.TestSerialReplication
hadoop.hbase.client.TestSeparateClientZKCluster
hadoop.hbase.regionserver.wal.TestAsyncLogRolling
hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
hadoop.hbase.client.TestTableSnapshotScanner
hadoop.hbase.regionserver.wal.TestWALReplay
hadoop.hbase.client.TestAdmin2
hadoop.hbase.client.TestAsyncTableGetMultiThreaded
hadoop.hbase.master.TestRetainAssignmentOnRestartSplitWithoutZk
hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/5/artifact/out/Dockerfile
GITHUB PR #471
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 287d9ac8b879 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-471@2/out/precommit/personality/provided.sh
git revision master / 009851d
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/5/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/5/testReport/
Max. process+thread count 4669 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/5/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 hbaseanti 0 Patch does not have any anti-patterns.
+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 372 master passed
+1 compile 63 master passed
+1 checkstyle 96 master passed
+1 shadedjars 331 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 36 master passed
0 spotbugs 274 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 273 master passed
_ Patch Compile Tests _
+1 mvninstall 323 the patch passed
+1 compile 59 the patch passed
+1 javac 59 the patch passed
+1 checkstyle 87 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 292 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1032 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 29 the patch passed
+1 findbugs 253 the patch passed
_ Other Tests _
-1 unit 13667 hbase-server in the patch failed.
+1 asflicense 31 The patch does not generate ASF License warnings.
17385
Reason Tests
Failed junit tests hadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.master.procedure.TestMasterFailoverWithProcedures
hadoop.hbase.replication.TestAddToSerialReplicationPeer
hadoop.hbase.client.TestMultiRespectsLimits
hadoop.hbase.quotas.TestFileArchiverNotifierImpl
hadoop.hbase.tool.TestSecureBulkLoadHFilesSplitRecovery
hadoop.hbase.master.assignment.TestSplitTableRegionProcedure
hadoop.hbase.client.TestAdmin
hadoop.hbase.quotas.TestQuotaAdmin
hadoop.hbase.regionserver.wal.TestAsyncWALReplayCompressed
hadoop.hbase.security.access.TestSnapshotScannerHDFSAclController
hadoop.hbase.master.TestSplitRegionWhileRSCrash
hadoop.hbase.client.TestRestoreSnapshotFromClientSchemaChange
hadoop.hbase.regionserver.TestCompactSplitThread
hadoop.hbase.regionserver.wal.TestSecureAsyncWALReplay
hadoop.hbase.client.TestAsyncTableLocateRegionForDeletedTable
hadoop.hbase.regionserver.wal.TestLogRolling
hadoop.hbase.client.TestRestoreSnapshotFromClientAfterTruncate
hadoop.hbase.TestPartialResultsFromClientSide
hadoop.hbase.client.TestMobRestoreSnapshotFromClientSchemaChange
hadoop.hbase.snapshot.TestMobFlushSnapshotFromClient
hadoop.hbase.client.TestSizeFailures
hadoop.hbase.regionserver.wal.TestSecureWALReplay
hadoop.hbase.regionserver.TestEndToEndSplitTransaction
hadoop.hbase.coprocessor.TestOpenTableInCoprocessor
hadoop.hbase.client.TestAsyncSingleRequestRpcRetryingCaller
hadoop.hbase.util.TestRegionMover
hadoop.hbase.regionserver.wal.TestWALReplayBoundedLogWriterCreation
hadoop.hbase.client.TestAsyncNonMetaRegionLocator
hadoop.hbase.client.TestFromClientSide
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.client.TestMobRestoreSnapshotFromClientAfterSplittingRegions
hadoop.hbase.client.TestMvccConsistentScanner
hadoop.hbase.client.TestRestoreSnapshotFromClientAfterSplittingRegions
hadoop.hbase.client.TestRestoreSnapshotFromClientSimple
hadoop.hbase.client.TestRestoreSnapshotFromClientClone
hadoop.hbase.master.TestMergeTableRegionsWhileRSCrash
hadoop.hbase.client.TestAsyncTableAdminApi
hadoop.hbase.client.TestMultiParallel
hadoop.hbase.regionserver.TestHRegionOnCluster
hadoop.hbase.client.TestAsyncSnapshotAdminApi
hadoop.hbase.regionserver.wal.TestAsyncWALReplay
hadoop.hbase.regionserver.wal.TestWALReplayCompressed
hadoop.hbase.master.assignment.TestMergeTableRegionsProcedure
hadoop.hbase.client.TestAsyncTableBatch
hadoop.hbase.snapshot.TestFlushSnapshotFromClient
hadoop.hbase.replication.TestSerialReplication
hadoop.hbase.client.TestSeparateClientZKCluster
hadoop.hbase.regionserver.wal.TestAsyncLogRolling
hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
hadoop.hbase.client.TestTableSnapshotScanner
hadoop.hbase.regionserver.wal.TestWALReplay
hadoop.hbase.TestRegionRebalancing
hadoop.hbase.client.TestAdmin2
hadoop.hbase.client.TestAsyncTableGetMultiThreaded
hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/6/artifact/out/Dockerfile
GITHUB PR #471
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 7efc0581b619 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-471/out/precommit/personality/provided.sh
git revision master / 9d6a653
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/6/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/6/testReport/
Max. process+thread count 4579 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/6/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 36 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+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 319 master passed
+1 compile 50 master passed
+1 checkstyle 76 master passed
+1 shadedjars 271 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 33 master passed
0 spotbugs 246 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 243 master passed
_ Patch Compile Tests _
+1 mvninstall 300 the patch passed
+1 compile 55 the patch passed
+1 javac 55 the patch passed
+1 checkstyle 78 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 274 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 947 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 34 the patch passed
+1 findbugs 248 the patch passed
_ Other Tests _
+1 unit 6648 hbase-server in the patch passed.
+1 asflicense 27 The patch does not generate ASF License warnings.
10007
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/7/artifact/out/Dockerfile
GITHUB PR #471
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux dc2248e98465 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-471/out/precommit/personality/provided.sh
git revision master / 07ab9ed
Default Java 1.8.0_181
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/7/testReport/
Max. process+thread count 4404 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/7/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 79 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+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 456 master passed
+1 compile 65 master passed
+1 checkstyle 80 master passed
+1 shadedjars 321 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 36 master passed
0 spotbugs 281 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 280 master passed
_ Patch Compile Tests _
+1 mvninstall 352 the patch passed
+1 compile 66 the patch passed
+1 javac 66 the patch passed
+1 checkstyle 85 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 330 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1213 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 38 the patch passed
+1 findbugs 255 the patch passed
_ Other Tests _
-1 unit 14643 hbase-server in the patch failed.
+1 asflicense 29 The patch does not generate ASF License warnings.
18818
Reason Tests
Failed junit tests hadoop.hbase.util.TestFromClientSide3WoUnsafe
hadoop.hbase.regionserver.TestHRegionWithInMemoryFlush
hadoop.hbase.client.TestFromClientSide3
hadoop.hbase.client.TestCloneSnapshotFromClientNormal
hadoop.hbase.client.TestAsyncRegionAdminApi
hadoop.hbase.client.TestAsyncRegionAdminApi2
hadoop.hbase.tool.TestCanaryTool
hadoop.hbase.client.TestAsyncReplicationAdminApiWithClusters
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/8/artifact/out/Dockerfile
GITHUB PR #471
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 61735540e99d 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-471/out/precommit/personality/provided.sh
git revision master / 8c1edb3
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/8/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/8/testReport/
Max. process+thread count 4853 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/8/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 36 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+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 401 master passed
+1 compile 67 master passed
+1 checkstyle 106 master passed
+1 shadedjars 338 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 44 master passed
0 spotbugs 320 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 317 master passed
_ Patch Compile Tests _
+1 mvninstall 364 the patch passed
+1 compile 67 the patch passed
+1 javac 67 the patch passed
+1 checkstyle 104 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 352 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1146 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 34 the patch passed
+1 findbugs 267 the patch passed
_ Other Tests _
+1 unit 7296 hbase-server in the patch passed.
+1 asflicense 26 The patch does not generate ASF License warnings.
11368
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/9/artifact/out/Dockerfile
GITHUB PR #471
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 2fd46bfec100 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-471/out/precommit/personality/provided.sh
git revision master / e69af5a
Default Java 1.8.0_181
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/9/testReport/
Max. process+thread count 4284 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-471/9/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@apurtell apurtell merged commit 27ed2ac into apache:master Aug 13, 2019
@apurtell apurtell deleted the HBASE-22828 branch August 13, 2019 22:42
asfgit pushed a commit that referenced this pull request Aug 13, 2019
Signed-off-by: Michael Stack <[email protected]>
Signed-off-by: Reid Chan <[email protected]>
asfgit pushed a commit that referenced this pull request Aug 13, 2019
Signed-off-by: Michael Stack <[email protected]>
Signed-off-by: Reid Chan <[email protected]>
asfgit pushed a commit that referenced this pull request Aug 13, 2019
Signed-off-by: Michael Stack <[email protected]>
Signed-off-by: Reid Chan <[email protected]>
asfgit pushed a commit that referenced this pull request Aug 13, 2019
Signed-off-by: Michael Stack <[email protected]>
Signed-off-by: Reid Chan <[email protected]>
asfgit pushed a commit that referenced this pull request Aug 13, 2019
Signed-off-by: Michael Stack <[email protected]>
Signed-off-by: Reid Chan <[email protected]>
asfgit pushed a commit that referenced this pull request Aug 13, 2019
Signed-off-by: Michael Stack <[email protected]>
Signed-off-by: Reid Chan <[email protected]>
infraio pushed a commit to infraio/hbase that referenced this pull request Aug 17, 2020
Signed-off-by: Michael Stack <[email protected]>
Signed-off-by: Reid Chan <[email protected]>
symat pushed a commit to symat/hbase that referenced this pull request Feb 17, 2021
Signed-off-by: Michael Stack <[email protected]>
Signed-off-by: Reid Chan <[email protected]>
(cherry picked from commit f69d15b)

Change-Id: I3802eb2fa572b507e837c58ca0aa08ae1dbc91b9
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