Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
Failing about 10% of the time: https://builds.apache.org/job/HBASE-Flaky-Tests-branch2.0/590/artifact/hbase-server/target/surefire-reports/org.apache.hadoop.hbase.master.assignment.TestMergeTableRegionsProcedure.txt
Its a good one. Probably an issue down deep.
Attachments
Attachments
- 0hbase-19839.master.004.patch
- 9 kB
- Michael Stack
- 0hbase-19839.master.004.patch
- 9 kB
- Michael Stack
- 0hbase-19839.master.004.patch
- 9 kB
- Michael Stack
- 0hbase-19839.master.004.patch
- 9 kB
- Michael Stack
- hbase-19839.master.001.patch
- 2 kB
- Umesh Agashe
- hbase-19839.master.002.patch
- 8 kB
- Umesh Agashe
- hbase-19839.master.003.patch
- 9 kB
- Michael Stack
- hbase-19839.master.003.patch
- 9 kB
- Umesh Agashe
- hbase-19839.master.003.patch
- 9 kB
- Umesh Agashe
- hbase-19839.master.004.patch
- 9 kB
- Michael Stack
- hbase-19839.master.004.patch
- 9 kB
- Michael Stack
- hbase-19839.master.004.patch
- 9 kB
- Michael Stack
- hbase-19839.master.004.patch
- 9 kB
- Michael Stack
- hbase-19839.master.004.patch
- 9 kB
- Michael Stack
- hbase-19839.master.004.patch
- 9 kB
- Michael Stack
- hbase-19839.master.004.patch
- 9 kB
- Umesh Agashe
Issue Links
- relates to
-
HBASE-19851 ProcV2 framework's rollback() needs to maintain stack like execute()
- Open
Activity
Patch for option #3: fixes the flaky test. Tested in my dev setup, no failure observed in 50 runs.
Do we have to change the framework? Doing so, are we going to suppress possible errors we might see out in the wild?
So, rollback has a hole in it in that it doesn't wait on completion of Procedures its submitted as part of rollback processing? We should implement #2 above? Or roll-forward for now until we fix this hole?
Yes, framework change is needed around rollback() in the long run. This could have been caught with more rollback() tests. I think, currently this test caught the error though unintentionally.
-1 overall |
Vote | Subsystem | Runtime | Comment |
---|---|---|---|
0 | reexec | 0m 10s | Docker mode activated. |
Prechecks | |||
0 | findbugs | 0m 0s | Findbugs executables are not available. |
+1 | hbaseanti | 0m 0s | Patch does not have any anti-patterns. |
+1 | @author | 0m 0s | The patch does not contain any @author tags. |
+1 | test4tests | 0m 0s | The patch appears to include 1 new or modified test files. |
master Compile Tests | |||
+1 | mvninstall | 4m 46s | master passed |
+1 | compile | 0m 43s | master passed |
+1 | checkstyle | 1m 6s | master passed |
+1 | shadedjars | 5m 50s | branch has no errors when building our shaded downstream artifacts. |
+1 | javadoc | 0m 28s | master passed |
Patch Compile Tests | |||
+1 | mvninstall | 4m 44s | the patch passed |
+1 | compile | 0m 53s | the patch passed |
+1 | javac | 0m 53s | the patch passed |
+1 | checkstyle | 1m 14s | the patch passed |
+1 | whitespace | 0m 0s | The patch has no whitespace issues. |
+1 | shadedjars | 5m 21s | patch has no errors when building our shaded downstream artifacts. |
+1 | hadoopcheck | 23m 44s | Patch does not cause any errors with Hadoop 2.6.5 2.7.4 or 3.0.0. |
+1 | javadoc | 0m 40s | the patch passed |
Other Tests | |||
-1 | unit | 111m 35s | hbase-server in the patch failed. |
+1 | asflicense | 0m 17s | The patch does not generate ASF License warnings. |
155m 15s |
Subsystem | Report/Notes |
---|---|
Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01 |
JIRA Issue | |
JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12907197/hbase-19839.master.001.patch |
Optional Tests | asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile |
uname | Linux 6ff12b2cedc1 3.13.0-133-generic #182-Ubuntu SMP Tue Sep 19 15:49:21 UTC 2017 x86_64 GNU/Linux |
Build tool | maven |
Personality | /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build@2/component/dev-support/hbase-personality.sh |
git revision | master / d49357f265 |
maven | version: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) |
Default Java | 1.8.0_151 |
unit | https://builds.apache.org/job/PreCommit-HBASE-Build/11160/artifact/patchprocess/patch-unit-hbase-server.txt |
Test Results | https://builds.apache.org/job/PreCommit-HBASE-Build/11160/testReport/ |
modules | C: hbase-server U: hbase-server |
Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/11160/console |
Powered by | Apache Yetus 0.6.0 http://yetus.apache.org |
This message was automatically generated.
stack, as we discussed I have created separate Jira HBASE-19851 to track #2 above. For now, I have added a new overloaded method MasterProcedureTestingUtility#testRollbackAndDoubleExecution which will wait for all procedures to finish before asserting conditions for tests. This function is currently used by TestMergeTableRegionsProcedure and TestSplitTableRegionProcedure. Rollback of these procedures have side effect of spawning AssignProcedure/s and doesn't wait for spawned's procedures' completion. Because of this, rollback of these procedures are tested with exception in the framework. Let me know if the patch 003 looks okay. Thanks!
-1 overall |
Vote | Subsystem | Runtime | Comment |
---|---|---|---|
0 | reexec | 0m 28s | Docker mode activated. |
Prechecks | |||
0 | findbugs | 0m 0s | Findbugs executables are not available. |
+1 | hbaseanti | 0m 0s | Patch does not have any anti-patterns. |
+1 | @author | 0m 0s | The patch does not contain any @author tags. |
+1 | test4tests | 0m 0s | The patch appears to include 3 new or modified test files. |
master Compile Tests | |||
+1 | mvninstall | 5m 1s | master passed |
+1 | compile | 0m 53s | master passed |
+1 | checkstyle | 1m 2s | master passed |
+1 | shadedjars | 5m 29s | branch has no errors when building our shaded downstream artifacts. |
+1 | javadoc | 0m 26s | master passed |
Patch Compile Tests | |||
+1 | mvninstall | 5m 49s | the patch passed |
+1 | compile | 1m 22s | the patch passed |
+1 | javac | 1m 22s | the patch passed |
+1 | checkstyle | 0m 59s | the patch passed |
+1 | whitespace | 0m 0s | The patch has no whitespace issues. |
+1 | shadedjars | 4m 35s | patch has no errors when building our shaded downstream artifacts. |
+1 | hadoopcheck | 18m 20s | Patch does not cause any errors with Hadoop 2.6.5 2.7.4 or 3.0.0. |
+1 | javadoc | 1m 0s | the patch passed |
Other Tests | |||
-1 | unit | 22m 58s | hbase-server in the patch failed. |
+1 | asflicense | 0m 15s | The patch does not generate ASF License warnings. |
63m 12s |
Reason | Tests |
---|---|
Failed junit tests | hadoop.hbase.master.balancer.TestRegionLocationFinder |
Subsystem | Report/Notes |
---|---|
Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01 |
JIRA Issue | |
JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12908435/hbase-19839.master.003.patch |
Optional Tests | asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile |
uname | Linux 531e21c69042 4.4.0-89-generic #112-Ubuntu SMP Mon Jul 31 19:38:41 UTC 2017 x86_64 GNU/Linux |
Build tool | maven |
Personality | /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh |
git revision | master / 08bcd64c25 |
maven | version: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) |
Default Java | 1.8.0_151 |
unit | https://builds.apache.org/job/PreCommit-HBASE-Build/11267/artifact/patchprocess/patch-unit-hbase-server.txt |
Test Results | https://builds.apache.org/job/PreCommit-HBASE-Build/11267/testReport/ |
Max. process+thread count | 818 (vs. ulimit of 5000) |
modules | C: hbase-server U: hbase-server |
Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/11267/console |
Powered by | Apache Yetus 0.7.0 http://yetus.apache.org |
This message was automatically generated.
Failure doesn't seem to be related to the changes. TestRegionLocationFinder is showing up in flaky as well.
-1 overall |
Vote | Subsystem | Runtime | Comment |
---|---|---|---|
0 | reexec | 0m 11s | Docker mode activated. |
Prechecks | |||
0 | findbugs | 0m 0s | Findbugs executables are not available. |
+1 | hbaseanti | 0m 0s | Patch does not have any anti-patterns. |
+1 | @author | 0m 0s | The patch does not contain any @author tags. |
+1 | test4tests | 0m 0s | The patch appears to include 3 new or modified test files. |
master Compile Tests | |||
+1 | mvninstall | 4m 44s | master passed |
+1 | compile | 0m 44s | master passed |
+1 | checkstyle | 1m 8s | master passed |
+1 | shadedjars | 5m 58s | branch has no errors when building our shaded downstream artifacts. |
+1 | javadoc | 0m 30s | master passed |
Patch Compile Tests | |||
+1 | mvninstall | 4m 32s | the patch passed |
+1 | compile | 0m 44s | the patch passed |
+1 | javac | 0m 44s | the patch passed |
+1 | checkstyle | 1m 8s | the patch passed |
+1 | whitespace | 0m 0s | The patch has no whitespace issues. |
+1 | shadedjars | 4m 42s | patch has no errors when building our shaded downstream artifacts. |
+1 | hadoopcheck | 18m 32s | Patch does not cause any errors with Hadoop 2.6.5 2.7.4 or 3.0.0. |
+1 | javadoc | 0m 27s | the patch passed |
Other Tests | |||
-1 | unit | 139m 53s | hbase-server in the patch failed. |
0 | asflicense | 0m 37s | ASF License check generated no output? |
178m 34s |
Reason | Tests |
---|---|
Failed junit tests | hadoop.hbase.io.asyncfs.TestFanOutOneBlockAsyncDFSOutput |
hadoop.hbase.client.TestUpdateConfiguration | |
hadoop.hbase.TestMetaTableAccessor | |
hadoop.hbase.regionserver.wal.TestAsyncFSWAL | |
hadoop.hbase.replication.TestMultiSlaveReplication | |
hadoop.hbase.regionserver.wal.TestAsyncLogRolling | |
hadoop.hbase.client.TestAsyncToolAdminApi | |
hadoop.hbase.client.TestAsyncTableGetMultiThreaded | |
hadoop.hbase.client.TestScannerTimeout | |
hadoop.hbase.io.hfile.TestCacheOnWrite | |
hadoop.hbase.coprocessor.TestMasterObserver | |
hadoop.hbase.TestJMXListener | |
hadoop.hbase.wal.TestWALOpenAfterDNRollingStart | |
hadoop.hbase.regionserver.TestSplitTransactionOnCluster | |
hadoop.hbase.client.TestResultFromCoprocessor | |
hadoop.hbase.security.visibility.TestVisibilityLabelsWithSLGStack | |
hadoop.hbase.client.TestAsyncReplicationAdminApiWithClusters | |
hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore | |
hadoop.hbase.util.TestFSUtils | |
hadoop.hbase.client.TestCIPutRpcTimeout | |
hadoop.hbase.coprocessor.TestIncrementTimeRange | |
hadoop.hbase.TestAcidGuaranteesWithNoInMemCompaction | |
hadoop.hbase.regionserver.TestHRegionServerBulkLoad | |
hadoop.hbase.regionserver.wal.TestAsyncWALReplay | |
hadoop.hbase.TestFullLogReconstruction | |
hadoop.hbase.regionserver.TestClearRegionBlockCache | |
hadoop.hbase.client.TestTableSnapshotScanner | |
hadoop.hbase.util.TestMiniClusterLoadSequential | |
hadoop.hbase.wal.TestFSHLogProvider | |
hadoop.hbase.regionserver.TestEncryptionKeyRotation | |
hadoop.hbase.client.TestCIIncrementRpcTimeout | |
hadoop.hbase.security.access.TestNamespaceCommands | |
hadoop.hbase.regionserver.TestRegionOpen | |
hadoop.hbase.client.TestCloneSnapshotFromClientWithRegionReplicas | |
hadoop.hbase.mob.TestExpiredMobFileCleaner | |
hadoop.hbase.client.TestFromClientSide3 | |
hadoop.hbase.TestRegionMetrics | |
hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide | |
hadoop.hbase.regionserver.TestEncryptionRandomKeying | |
hadoop.hbase.replication.TestReplicationStatus | |
hadoop.hbase.replication.multiwal.TestReplicationKillMasterRSCompressedWithMultipleWAL | |
hadoop.hbase.replication.regionserver.TestGlobalThrottler | |
hadoop.hbase.client.TestAsyncTable | |
hadoop.hbase.client.TestScanWithoutFetchingData | |
hadoop.hbase.regionserver.TestJoinedScanners | |
hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpointNoMaster | |
hadoop.hbase.security.access.TestCellACLWithMultipleVersions | |
hadoop.hbase.client.TestSmallReversedScanner | |
hadoop.hbase.TestInfoServers | |
hadoop.hbase.regionserver.TestScannerRetriableFailure | |
hadoop.hbase.regionserver.TestTimestampFilterSeekHint | |
hadoop.hbase.client.TestSplitOrMergeStatus | |
hadoop.hbase.util.TestHBaseFsckEncryption | |
hadoop.hbase.client.TestAsyncNonMetaRegionLocatorConcurrenyLimit | |
hadoop.hbase.regionserver.TestMultiLogThreshold | |
hadoop.hbase.security.TestSecureIPC | |
hadoop.hbase.regionserver.TestSettingTimeoutOnBlockingPoint | |
hadoop.hbase.util.TestConnectionCache | |
hadoop.hbase.regionserver.wal.TestAsyncLogRollPeriod | |
hadoop.hbase.regionserver.TestRegionReplicasAreDistributed | |
hadoop.hbase.replication.multiwal.TestReplicationKillMasterRSCompressedWithMultipleAsyncWAL | |
hadoop.hbase.replication.multiwal.TestReplicationSyncUpToolWithMultipleWAL | |
hadoop.hbase.TestPartialResultsFromClientSide | |
hadoop.hbase.coprocessor.TestPassCustomCellViaRegionObserver | |
hadoop.hbase.client.TestMultiParallel | |
hadoop.hbase.trace.TestHTraceHooks | |
hadoop.hbase.replication.TestReplicationDroppedTables | |
hadoop.hbase.client.TestLimitedScanWithFilter | |
hadoop.hbase.util.TestMiniClusterLoadEncoded | |
hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint | |
hadoop.hbase.client.TestSnapshotFromClientWithRegionReplicas | |
hadoop.hbase.regionserver.TestPerColumnFamilyFlush | |
hadoop.hbase.regionserver.TestRegionReplicaFailover | |
hadoop.hbase.client.TestRawAsyncTableScan | |
hadoop.hbase.replication.TestReplicationDisableInactivePeer | |
hadoop.hbase.wal.TestWALRootDir | |
hadoop.hbase.coprocessor.TestRegionObserverBypass | |
hadoop.hbase.client.TestAvoidCellReferencesIntoShippedBlocks | |
hadoop.hbase.replication.TestReplicationSmallTests | |
hadoop.hbase.TestGlobalMemStoreSize | |
hadoop.hbase.regionserver.TestScannerHeartbeatMessages | |
hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors | |
hadoop.hbase.replication.TestReplicationWithTags | |
hadoop.hbase.security.access.TestZKPermissionWatcher | |
hadoop.hbase.util.TestRegionSplitter | |
hadoop.hbase.regionserver.TestRegionReplicas | |
hadoop.hbase.replication.multiwal.TestReplicationEndpointWithMultipleWAL | |
hadoop.hbase.replication.TestReplicationSyncUpTool | |
hadoop.hbase.regionserver.wal.TestSecureAsyncWALReplay | |
hadoop.hbase.io.encoding.TestLoadAndSwitchEncodeOnDisk | |
hadoop.hbase.client.TestTimestampsFilter | |
hadoop.hbase.security.access.TestAccessController2 | |
hadoop.hbase.client.TestAsyncClusterAdminApi | |
hadoop.hbase.replication.regionserver.TestReplicationSink | |
hadoop.hbase.regionserver.TestMobStoreCompaction | |
hadoop.hbase.util.TestIdReadWriteLock | |
hadoop.hbase.client.TestCIPutOperationTimeout | |
hadoop.hbase.ipc.TestProtoBufRpc | |
hadoop.hbase.client.TestSnapshotCloneIndependence | |
hadoop.hbase.security.access.TestWithDisabledAuthorization | |
hadoop.hbase.mob.TestMobDataBlockEncoding | |
hadoop.hbase.client.TestCheckAndMutate | |
hadoop.hbase.regionserver.wal.TestSecureWALReplay | |
hadoop.hbase.regionserver.wal.TestWALReplay | |
hadoop.hbase.wal.TestWALFactory | |
hadoop.hbase.snapshot.TestFlushSnapshotFromClient | |
hadoop.hbase.replication.TestReplicationKillMasterRS | |
hadoop.hbase.security.access.TestCellACLs | |
hadoop.hbase.wal.TestBoundedRegionGroupingStrategy | |
hadoop.hbase.security.visibility.TestVisibilityLabelReplicationWithExpAsString | |
hadoop.hbase.client.TestGetProcedureResult | |
hadoop.hbase.util.TestHBaseFsckMOB | |
hadoop.hbase.mob.TestDefaultMobStoreFlusher | |
hadoop.hbase.client.TestBlockEvictionFromClient | |
hadoop.hbase.mob.compactions.TestMobCompactor | |
hadoop.hbase.quotas.TestSpaceQuotasWithSnapshots | |
hadoop.hbase.regionserver.TestCompactionLifeCycleTracker | |
hadoop.hbase.replication.TestReplicationChangingPeerRegionservers | |
hadoop.hbase.client.TestAsyncQuotaAdminApi | |
hadoop.hbase.client.TestAsyncTableScanner | |
hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster | |
hadoop.hbase.coprocessor.TestRegionObserverInterface | |
hadoop.hbase.coprocessor.TestCoprocessorStop | |
hadoop.hbase.util.TestRegionMover | |
hadoop.hbase.util.TestHBaseFsckReplication | |
hadoop.hbase.regionserver.wal.TestAsyncWALReplayCompressed | |
hadoop.hbase.client.TestIncrementsFromClientSide | |
hadoop.hbase.client.TestFastFail | |
hadoop.hbase.wal.TestWALFiltering | |
hadoop.hbase.client.TestCloneSnapshotFromClient | |
hadoop.hbase.client.TestAsyncTableScanAll | |
hadoop.hbase.client.TestFromClientSideWithCoprocessor | |
hadoop.hbase.coprocessor.TestAppendTimeRange | |
hadoop.hbase.regionserver.TestRegionServerOnlineConfigChange | |
hadoop.hbase.client.TestAsyncTableBatch | |
hadoop.hbase.wal.TestSecureWAL | |
hadoop.hbase.client.TestRawAsyncTablePartialScan | |
hadoop.hbase.client.TestFromClientSideScanExcpetionWithCoprocessor | |
hadoop.hbase.replication.TestReplicationEmptyWALRecovery | |
hadoop.hbase.regionserver.TestMutateRowsRecovery | |
hadoop.hbase.wal.TestWALSplitCompressed | |
hadoop.hbase.client.TestMobRestoreSnapshotFromClient | |
hadoop.hbase.regionserver.TestRegionServerHostname | |
hadoop.hbase.coprocessor.TestNegativeMemStoreSizeWithSlowCoprocessor | |
hadoop.hbase.client.TestSnapshotFromClient | |
hadoop.hbase.regionserver.wal.TestFSHLog | |
hadoop.hbase.client.TestAsyncSingleRequestRpcRetryingCaller | |
hadoop.hbase.client.TestLeaseRenewal | |
hadoop.hbase.client.TestAsyncMetaRegionLocator | |
hadoop.hbase.client.TestPutWithDelete | |
hadoop.hbase.tool.TestCanaryTool | |
hadoop.hbase.client.TestAsyncTableNoncedRetry | |
hadoop.hbase.regionserver.TestColumnSeeking | |
hadoop.hbase.client.TestHTableMultiplexerFlushCache | |
hadoop.hbase.regionserver.TestRegionServerNoMaster | |
hadoop.hbase.client.TestAsyncTableScanMetrics | |
hadoop.hbase.security.access.TestCoprocessorWhitelistMasterObserver | |
hadoop.hbase.backup.TestHFileArchiving | |
hadoop.hbase.client.TestRawAsyncScanCursor | |
hadoop.hbase.util.TestMiniClusterLoadParallel | |
hadoop.hbase.fs.TestBlockReorder | |
hadoop.hbase.replication.multiwal.TestReplicationEndpointWithMultipleAsyncWAL | |
hadoop.hbase.replication.TestReplicationProcedureRetry | |
hadoop.hbase.security.access.TestAccessController | |
hadoop.hbase.TestZooKeeper | |
hadoop.hbase.io.TestFileLink | |
hadoop.hbase.client.TestTableFavoredNodes | |
hadoop.hbase.client.TestMobSnapshotCloneIndependence | |
hadoop.hbase.ipc.TestRpcServerSlowConnectionSetup | |
hadoop.hbase.client.TestRestoreSnapshotFromClientWithRegionReplicas | |
hadoop.hbase.regionserver.TestRemoveRegionMetrics | |
hadoop.hbase.client.TestCIDeleteOperationTimeout | |
hadoop.hbase.regionserver.TestDeleteMobTable | |
hadoop.hbase.regionserver.TestTags | |
hadoop.hbase.client.TestFromClientSideScanExcpetion | |
hadoop.hbase.master.TestMasterMetrics | |
hadoop.hbase.replication.TestReplicationKillSlaveRS | |
hadoop.hbase.replication.regionserver.TestWALEntryStream | |
hadoop.hbase.TestAcidGuaranteesWithAdaptivePolicy | |
hadoop.hbase.io.hfile.TestHFileBlock | |
hadoop.hbase.security.access.TestAccessControlFilter | |
hadoop.hbase.io.asyncfs.TestSaslFanOutOneBlockAsyncDFSOutput | |
hadoop.hbase.client.TestFlushFromClient | |
hadoop.hbase.regionserver.TestCompactSplitThread | |
hadoop.hbase.client.TestFromClientSideNoCodec | |
hadoop.hbase.client.TestAsyncNamespaceAdminApi | |
hadoop.hbase.snapshot.TestSnapshotClientRetries |
Subsystem | Report/Notes |
---|---|
Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01 |
JIRA Issue | |
JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12908410/hbase-19839.master.002.patch |
Optional Tests | asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile |
uname | Linux 9e0073beb123 3.13.0-133-generic #182-Ubuntu SMP Tue Sep 19 15:49:21 UTC 2017 x86_64 GNU/Linux |
Build tool | maven |
Personality | /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build@2/component/dev-support/hbase-personality.sh |
git revision | master / 194890b694 |
maven | version: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) |
Default Java | 1.8.0_151 |
unit | https://builds.apache.org/job/PreCommit-HBASE-Build/11264/artifact/patchprocess/patch-unit-hbase-server.txt |
Test Results | https://builds.apache.org/job/PreCommit-HBASE-Build/11264/testReport/ |
Max. process+thread count | 880 (vs. ulimit of 1000) |
modules | C: hbase-server U: hbase-server |
Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/11264/console |
Powered by | Apache Yetus 0.7.0 http://yetus.apache.org |
This message was automatically generated.
Set numOfSteps before abort back to 3 for TestSplitTableRegionProcedure.
-1 overall |
Vote | Subsystem | Runtime | Comment |
---|---|---|---|
0 | reexec | 0m 14s | Docker mode activated. |
Prechecks | |||
0 | findbugs | 0m 0s | Findbugs executables are not available. |
+1 | hbaseanti | 0m 0s | Patch does not have any anti-patterns. |
+1 | @author | 0m 0s | The patch does not contain any @author tags. |
+1 | test4tests | 0m 0s | The patch appears to include 3 new or modified test files. |
master Compile Tests | |||
+1 | mvninstall | 16m 32s | master passed |
+1 | compile | 0m 42s | master passed |
+1 | checkstyle | 1m 16s | master passed |
+1 | shadedjars | 6m 21s | branch has no errors when building our shaded downstream artifacts. |
+1 | javadoc | 0m 33s | master passed |
Patch Compile Tests | |||
+1 | mvninstall | 12m 50s | the patch passed |
+1 | compile | 2m 33s | the patch passed |
+1 | javac | 2m 33s | the patch passed |
+1 | checkstyle | 2m 25s | the patch passed |
+1 | whitespace | 0m 0s | The patch has no whitespace issues. |
+1 | shadedjars | 5m 4s | patch has no errors when building our shaded downstream artifacts. |
+1 | hadoopcheck | 20m 14s | Patch does not cause any errors with Hadoop 2.6.5 2.7.4 or 3.0.0. |
+1 | javadoc | 2m 59s | the patch passed |
Other Tests | |||
-1 | unit | 30m 5s | hbase-server in the patch failed. |
+1 | asflicense | 0m 13s | The patch does not generate ASF License warnings. |
96m 37s |
Reason | Tests |
---|---|
Failed junit tests | hadoop.hbase.io.encoding.TestSeekBeforeWithReverseScan |
hadoop.hbase.filter.TestDependentColumnFilter | |
hadoop.hbase.filter.TestInvocationRecordFilter | |
hadoop.hbase.TestCheckTestClasses | |
hadoop.hbase.coprocessor.TestCoprocessorShortCircuitRPC | |
hadoop.hbase.filter.TestColumnPrefixFilter |
Subsystem | Report/Notes |
---|---|
Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01 |
JIRA Issue | |
JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12908457/hbase-19839.master.004.patch |
Optional Tests | asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile |
uname | Linux a844abf7416a 4.4.0-43-generic #63-Ubuntu SMP Wed Oct 12 13:48:03 UTC 2016 x86_64 GNU/Linux |
Build tool | maven |
Personality | /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build@2/component/dev-support/hbase-personality.sh |
git revision | master / 08bcd64c25 |
maven | version: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) |
Default Java | 1.8.0_151 |
unit | https://builds.apache.org/job/PreCommit-HBASE-Build/11274/artifact/patchprocess/patch-unit-hbase-server.txt |
Test Results | https://builds.apache.org/job/PreCommit-HBASE-Build/11274/testReport/ |
Max. process+thread count | 837 (vs. ulimit of 5000) |
modules | C: hbase-server U: hbase-server |
Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/11274/console |
Powered by | Apache Yetus 0.7.0 http://yetus.apache.org |
This message was automatically generated.
-1 overall |
Vote | Subsystem | Runtime | Comment |
---|---|---|---|
0 | reexec | 0m 9s | Docker mode activated. |
Prechecks | |||
0 | findbugs | 0m 0s | Findbugs executables are not available. |
+1 | hbaseanti | 0m 0s | Patch does not have any anti-patterns. |
+1 | @author | 0m 0s | The patch does not contain any @author tags. |
+1 | test4tests | 0m 0s | The patch appears to include 3 new or modified test files. |
master Compile Tests | |||
+1 | mvninstall | 4m 43s | master passed |
+1 | compile | 0m 47s | master passed |
+1 | checkstyle | 1m 11s | master passed |
+1 | shadedjars | 6m 17s | branch has no errors when building our shaded downstream artifacts. |
+1 | javadoc | 0m 32s | master passed |
Patch Compile Tests | |||
+1 | mvninstall | 4m 50s | the patch passed |
+1 | compile | 0m 48s | the patch passed |
+1 | javac | 0m 48s | the patch passed |
+1 | checkstyle | 1m 10s | the patch passed |
+1 | whitespace | 0m 0s | The patch has no whitespace issues. |
+1 | shadedjars | 5m 1s | patch has no errors when building our shaded downstream artifacts. |
+1 | hadoopcheck | 20m 1s | Patch does not cause any errors with Hadoop 2.6.5 2.7.4 or 3.0.0. |
+1 | javadoc | 0m 34s | the patch passed |
Other Tests | |||
-1 | unit | 331m 36s | hbase-server in the patch failed. |
+1 | asflicense | 0m 29s | The patch does not generate ASF License warnings. |
372m 18s |
Reason | Tests |
---|---|
Failed junit tests | hadoop.hbase.client.TestAdmin1 |
hadoop.hbase.regionserver.wal.TestAsyncFSWAL | |
hadoop.hbase.replication.TestMultiSlaveReplication | |
hadoop.hbase.master.TestAssignmentListener | |
hadoop.hbase.quotas.TestSuperUserQuotaPermissions | |
hadoop.hbase.client.TestAsyncTableGetMultiThreaded | |
hadoop.hbase.snapshot.TestMobRestoreFlushSnapshotFromClient | |
hadoop.hbase.snapshot.TestMobFlushSnapshotFromClient | |
hadoop.hbase.io.hfile.TestCacheOnWrite | |
hadoop.hbase.master.balancer.TestStochasticLoadBalancerMidCluster | |
hadoop.hbase.replication.TestSerialReplication | |
hadoop.hbase.client.TestAsyncReplicationAdminApiWithClusters | |
hadoop.hbase.regionserver.wal.TestAsyncWALReplay | |
hadoop.hbase.security.visibility.TestVisibilityLablesWithGroups | |
hadoop.hbase.regionserver.TestClearRegionBlockCache | |
hadoop.hbase.util.TestMiniClusterLoadSequential | |
hadoop.hbase.regionserver.TestHRegionReplayEvents | |
hadoop.hbase.client.TestCIIncrementRpcTimeout | |
hadoop.hbase.client.TestCloneSnapshotFromClientWithRegionReplicas | |
hadoop.hbase.client.TestFromClientSide3 | |
hadoop.hbase.TestRegionMetrics | |
hadoop.hbase.replication.TestReplicationStatus | |
hadoop.hbase.replication.regionserver.TestGlobalThrottler | |
hadoop.hbase.client.TestAsyncTable | |
hadoop.hbase.client.TestMultipleTimestamps | |
hadoop.hbase.regionserver.TestJoinedScanners | |
hadoop.hbase.security.access.TestCellACLWithMultipleVersions | |
hadoop.hbase.client.TestSmallReversedScanner | |
hadoop.hbase.client.TestAsyncTableScannerCloseWhileSuspending | |
hadoop.hbase.tool.TestSecureLoadIncrementalHFiles | |
hadoop.hbase.regionserver.wal.TestLogRollPeriod | |
hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort | |
hadoop.hbase.replication.TestReplicationSource | |
hadoop.hbase.security.TestSecureIPC | |
hadoop.hbase.replication.multiwal.TestReplicationKillMasterRSCompressedWithMultipleAsyncWAL | |
hadoop.hbase.replication.multiwal.TestReplicationSyncUpToolWithMultipleWAL | |
hadoop.hbase.master.normalizer.TestSimpleRegionNormalizerOnCluster | |
hadoop.hbase.TestPartialResultsFromClientSide | |
hadoop.hbase.master.procedure.TestDeleteTableProcedure | |
hadoop.hbase.client.TestMultiParallel | |
hadoop.hbase.regionserver.wal.TestWALReplayBoundedLogWriterCreation | |
hadoop.hbase.replication.TestReplicationDroppedTables | |
hadoop.hbase.regionserver.TestCompactionState | |
hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint | |
hadoop.hbase.regionserver.TestPerColumnFamilyFlush | |
hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd | |
hadoop.hbase.regionserver.TestRegionReplicaFailover | |
hadoop.hbase.replication.multiwal.TestReplicationSyncUpToolWithMultipleAsyncWAL | |
hadoop.hbase.client.TestRawAsyncTableScan | |
hadoop.hbase.replication.TestReplicationDisableInactivePeer | |
hadoop.hbase.master.assignment.TestRogueRSAssignment | |
hadoop.hbase.replication.TestReplicationSmallTests | |
hadoop.hbase.replication.TestMasterReplication | |
hadoop.hbase.regionserver.TestScannerHeartbeatMessages | |
hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors | |
hadoop.hbase.replication.TestReplicationWithTags | |
hadoop.hbase.TestHBaseOnOtherDfsCluster | |
hadoop.hbase.regionserver.TestSplitWalDataLoss | |
hadoop.hbase.replication.TestReplicationKillMasterRSCompressed | |
hadoop.hbase.master.procedure.TestTruncateTableProcedure | |
hadoop.hbase.regionserver.TestRegionReplicas | |
hadoop.hbase.regionserver.wal.TestSecureAsyncWALReplay | |
hadoop.hbase.replication.TestReplicationEndpoint | |
hadoop.hbase.io.encoding.TestLoadAndSwitchEncodeOnDisk | |
hadoop.hbase.client.TestAsyncClusterAdminApi | |
hadoop.hbase.client.TestSnapshotCloneIndependence | |
hadoop.hbase.wal.TestWALSplitBoundedLogWriterCreation | |
hadoop.hbase.mob.TestMobDataBlockEncoding | |
hadoop.hbase.security.visibility.TestVisibilityLabelsReplication | |
hadoop.hbase.replication.TestNamespaceReplication | |
hadoop.hbase.regionserver.wal.TestWALReplay | |
hadoop.hbase.snapshot.TestFlushSnapshotFromClient | |
hadoop.hbase.replication.TestReplicationKillMasterRS | |
hadoop.hbase.wal.TestBoundedRegionGroupingStrategy | |
hadoop.hbase.master.procedure.TestCloneSnapshotProcedure | |
hadoop.hbase.client.TestBlockEvictionFromClient | |
hadoop.hbase.mob.compactions.TestMobCompactor | |
hadoop.hbase.regionserver.TestMobStoreScanner | |
hadoop.hbase.security.visibility.TestWithDisabledAuthorization | |
hadoop.hbase.regionserver.TestCompactionLifeCycleTracker | |
hadoop.hbase.replication.TestReplicationChangingPeerRegionservers | |
hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster | |
hadoop.hbase.client.TestCIBadHostname | |
hadoop.hbase.coprocessor.TestRegionObserverInterface | |
hadoop.hbase.TestIOFencing | |
hadoop.hbase.TestRegionLoad | |
hadoop.hbase.util.TestRegionMover | |
hadoop.hbase.client.TestMetaCache | |
hadoop.hbase.tool.TestLoadIncrementalHFiles | |
hadoop.hbase.replication.TestPerTableCFReplication | |
hadoop.hbase.regionserver.wal.TestAsyncWALReplayCompressed | |
hadoop.hbase.TestHBaseTestingUtility | |
hadoop.hbase.master.assignment.TestAssignmentOnRSCrash | |
hadoop.hbase.client.TestClientOperationInterrupt | |
hadoop.hbase.client.TestAsyncTableScanAll | |
hadoop.hbase.client.TestAsyncTableAdminApi | |
hadoop.hbase.client.TestAsyncTableBatch | |
hadoop.hbase.client.TestRawAsyncTablePartialScan | |
hadoop.hbase.procedure.TestFailedProcCleanup | |
hadoop.hbase.replication.TestReplicationEmptyWALRecovery | |
hadoop.hbase.regionserver.TestRegionServerHostname | |
hadoop.hbase.coprocessor.TestNegativeMemStoreSizeWithSlowCoprocessor | |
hadoop.hbase.TestAcidGuaranteesWithBasicPolicy | |
hadoop.hbase.master.balancer.TestStochasticLoadBalancerLargeCluster | |
hadoop.hbase.regionserver.TestScannerWithBulkload | |
hadoop.hbase.client.TestLeaseRenewal | |
hadoop.hbase.master.procedure.TestMasterProcedureEvents | |
hadoop.hbase.namespace.TestNamespaceAuditor | |
hadoop.hbase.client.TestSnapshotMetadata | |
hadoop.hbase.master.balancer.TestFavoredNodeTableImport | |
hadoop.hbase.regionserver.wal.TestLogRolling | |
hadoop.hbase.client.TestAdmin2 | |
hadoop.hbase.regionserver.TestHRegion | |
hadoop.hbase.backup.TestHFileArchiving | |
hadoop.hbase.security.visibility.TestVisibilityLabelsWithACL | |
hadoop.hbase.master.TestMasterFailover | |
hadoop.hbase.master.procedure.TestRestoreSnapshotProcedure | |
hadoop.hbase.procedure.TestProcedureManager | |
hadoop.hbase.replication.multiwal.TestReplicationEndpointWithMultipleAsyncWAL | |
hadoop.hbase.replication.TestReplicationProcedureRetry | |
hadoop.hbase.security.visibility.TestVisibilityLabelsWithDefaultVisLabelService | |
hadoop.hbase.TestZooKeeper | |
hadoop.hbase.client.TestMobSnapshotCloneIndependence | |
hadoop.hbase.regionserver.TestRemoveRegionMetrics | |
hadoop.hbase.client.TestAsyncRegionLocatorTimeout | |
hadoop.hbase.util.TestFromClientSide3WoUnsafe | |
hadoop.hbase.constraint.TestConstraint | |
hadoop.hbase.replication.regionserver.TestWALEntryStream | |
hadoop.hbase.security.visibility.TestVisibilityWithCheckAuths | |
hadoop.hbase.master.assignment.TestRegionStates | |
hadoop.hbase.TestAcidGuaranteesWithAdaptivePolicy | |
hadoop.hbase.io.hfile.TestHFileBlock | |
hadoop.hbase.client.TestScannersFromClientSide | |
hadoop.hbase.regionserver.TestHdfsSnapshotHRegion | |
hadoop.hbase.regionserver.TestMajorCompaction | |
hadoop.hbase.regionserver.TestRegionReplicasWithRestartScenarios | |
hadoop.hbase.quotas.TestMasterSpaceQuotaObserver | |
hadoop.hbase.client.TestAsyncTableScan |
Subsystem | Report/Notes |
---|---|
Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01 |
JIRA Issue | |
JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12908450/hbase-19839.master.003.patch |
Optional Tests | asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile |
uname | Linux a9302393a198 3.13.0-133-generic #182-Ubuntu SMP Tue Sep 19 15:49:21 UTC 2017 x86_64 GNU/Linux |
Build tool | maven |
Personality | /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh |
git revision | master / 08bcd64c25 |
maven | version: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) |
Default Java | 1.8.0_151 |
unit | https://builds.apache.org/job/PreCommit-HBASE-Build/11273/artifact/patchprocess/patch-unit-hbase-server.txt |
Test Results | https://builds.apache.org/job/PreCommit-HBASE-Build/11273/testReport/ |
Max. process+thread count | 3456 (vs. ulimit of 5000) |
modules | C: hbase-server U: hbase-server |
Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/11273/console |
Powered by | Apache Yetus 0.7.0 http://yetus.apache.org |
This message was automatically generated.
Retry with yetus rolled back to 0.6.0 on hadoopqa. Lets see.. https://builds.apache.org/view/H-L/view/HBase/job/PreCommit-HBASE-Build/11283/console Don't forget its running old patches, not latest because it 0.6.0.
-1 overall |
Vote | Subsystem | Runtime | Comment |
---|---|---|---|
0 | reexec | 3m 28s | Docker mode activated. |
Prechecks | |||
0 | findbugs | 0m 0s | Findbugs executables are not available. |
+1 | hbaseanti | 0m 0s | Patch does not have any anti-patterns. |
+1 | @author | 0m 0s | The patch does not contain any @author tags. |
+1 | test4tests | 0m 0s | The patch appears to include 1 new or modified test files. |
master Compile Tests | |||
+1 | mvninstall | 4m 41s | master passed |
+1 | compile | 0m 45s | master passed |
+1 | checkstyle | 1m 4s | master passed |
+1 | shadedjars | 5m 53s | branch has no errors when building our shaded downstream artifacts. |
+1 | javadoc | 0m 32s | master passed |
Patch Compile Tests | |||
+1 | mvninstall | 4m 29s | the patch passed |
+1 | compile | 0m 43s | the patch passed |
+1 | javac | 0m 43s | the patch passed |
+1 | checkstyle | 1m 4s | the patch passed |
+1 | whitespace | 0m 0s | The patch has no whitespace issues. |
+1 | shadedjars | 4m 42s | patch has no errors when building our shaded downstream artifacts. |
+1 | hadoopcheck | 18m 47s | Patch does not cause any errors with Hadoop 2.6.5 2.7.4 or 3.0.0. |
+1 | javadoc | 0m 30s | the patch passed |
Other Tests | |||
-1 | unit | 123m 34s | hbase-server in the patch failed. |
+1 | asflicense | 0m 19s | The patch does not generate ASF License warnings. |
164m 56s |
Reason | Tests |
---|---|
Failed junit tests | hadoop.hbase.TestZooKeeper |
Subsystem | Report/Notes |
---|---|
Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01 |
JIRA Issue | |
JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12907197/hbase-19839.master.001.patch |
Optional Tests | asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile |
uname | Linux ce5aa7ea3094 3.13.0-137-generic #186-Ubuntu SMP Mon Dec 4 19:09:19 UTC 2017 x86_64 GNU/Linux |
Build tool | maven |
Personality | /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh |
git revision | master / f7faad0477 |
maven | version: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) |
Default Java | 1.8.0_151 |
unit | https://builds.apache.org/job/PreCommit-HBASE-Build/11283/artifact/patchprocess/patch-unit-hbase-server.txt |
Test Results | https://builds.apache.org/job/PreCommit-HBASE-Build/11283/testReport/ |
modules | C: hbase-server U: hbase-server |
Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/11283/console |
Powered by | Apache Yetus 0.6.0 http://yetus.apache.org |
This message was automatically generated.
Retry but with right patch (added a '0' prefix). The TestZooKeeper timeout probably needs fixing first though.
-1 overall |
Vote | Subsystem | Runtime | Comment |
---|---|---|---|
0 | reexec | 0m 11s | Docker mode activated. |
Prechecks | |||
0 | findbugs | 0m 0s | Findbugs executables are not available. |
+1 | hbaseanti | 0m 0s | Patch does not have any anti-patterns. |
+1 | @author | 0m 0s | The patch does not contain any @author tags. |
+1 | test4tests | 0m 0s | The patch appears to include 3 new or modified test files. |
master Compile Tests | |||
+1 | mvninstall | 4m 51s | master passed |
+1 | compile | 0m 45s | master passed |
+1 | checkstyle | 1m 1s | master passed |
+1 | shadedjars | 5m 26s | branch has no errors when building our shaded downstream artifacts. |
+1 | javadoc | 0m 26s | master passed |
Patch Compile Tests | |||
+1 | mvninstall | 4m 27s | the patch passed |
+1 | compile | 0m 42s | the patch passed |
+1 | javac | 0m 42s | the patch passed |
+1 | checkstyle | 1m 0s | the patch passed |
+1 | whitespace | 0m 0s | The patch has no whitespace issues. |
+1 | shadedjars | 4m 16s | patch has no errors when building our shaded downstream artifacts. |
+1 | hadoopcheck | 17m 45s | Patch does not cause any errors with Hadoop 2.6.5 2.7.4 or 3.0.0. |
+1 | javadoc | 0m 28s | the patch passed |
Other Tests | |||
-1 | unit | 101m 45s | hbase-server in the patch failed. |
+1 | asflicense | 0m 20s | The patch does not generate ASF License warnings. |
138m 18s |
Reason | Tests |
---|---|
Failed junit tests | hadoop.hbase.TestZooKeeper |
hadoop.hbase.TestFullLogReconstruction |
Subsystem | Report/Notes |
---|---|
Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01 |
JIRA Issue | |
JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12908584/0hbase-19839.master.004.patch |
Optional Tests | asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile |
uname | Linux d998c3e584bf 4.4.0-43-generic #63-Ubuntu SMP Wed Oct 12 13:48:03 UTC 2016 x86_64 GNU/Linux |
Build tool | maven |
Personality | /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh |
git revision | master / 7c318cead9 |
maven | version: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) |
Default Java | 1.8.0_151 |
unit | https://builds.apache.org/job/PreCommit-HBASE-Build/11292/artifact/patchprocess/patch-unit-hbase-server.txt |
Test Results | https://builds.apache.org/job/PreCommit-HBASE-Build/11292/testReport/ |
modules | C: hbase-server U: hbase-server |
Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/11292/console |
Powered by | Apache Yetus 0.6.0 http://yetus.apache.org |
This message was automatically generated.
Retry again but with hadoopqa set to yetus 0.7.0 and higher proclimit.....
-1 overall |
Vote | Subsystem | Runtime | Comment |
---|---|---|---|
0 | reexec | 0m 12s | Docker mode activated. |
Prechecks | |||
0 | findbugs | 0m 0s | Findbugs executables are not available. |
+1 | hbaseanti | 0m 0s | Patch does not have any anti-patterns. |
+1 | @author | 0m 0s | The patch does not contain any @author tags. |
+1 | test4tests | 0m 0s | The patch appears to include 3 new or modified test files. |
master Compile Tests | |||
+1 | mvninstall | 4m 51s | master passed |
+1 | compile | 0m 55s | master passed |
+1 | checkstyle | 1m 21s | master passed |
+1 | shadedjars | 6m 58s | branch has no errors when building our shaded downstream artifacts. |
+1 | javadoc | 0m 37s | master passed |
Patch Compile Tests | |||
+1 | mvninstall | 5m 9s | the patch passed |
+1 | compile | 0m 51s | the patch passed |
+1 | javac | 0m 51s | the patch passed |
+1 | checkstyle | 1m 11s | the patch passed |
+1 | whitespace | 0m 0s | The patch has no whitespace issues. |
+1 | shadedjars | 5m 6s | patch has no errors when building our shaded downstream artifacts. |
+1 | hadoopcheck | 21m 3s | Patch does not cause any errors with Hadoop 2.6.5 2.7.4 or 3.0.0. |
+1 | javadoc | 0m 33s | the patch passed |
Other Tests | |||
-1 | unit | 25m 6s | hbase-server in the patch failed. |
+1 | asflicense | 0m 13s | The patch does not generate ASF License warnings. |
67m 53s |
Reason | Tests |
---|---|
Failed junit tests | hadoop.hbase.master.balancer.TestRegionLocationFinder |
Subsystem | Report/Notes |
---|---|
Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01 |
JIRA Issue | |
JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12908606/0hbase-19839.master.004.patch |
Optional Tests | asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile |
uname | Linux ed385d337f06 3.13.0-139-generic #188-Ubuntu SMP Tue Jan 9 14:43:09 UTC 2018 x86_64 GNU/Linux |
Build tool | maven |
Personality | /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh |
git revision | master / 7c318cead9 |
maven | version: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) |
Default Java | 1.8.0_151 |
unit | https://builds.apache.org/job/PreCommit-HBASE-Build/11296/artifact/patchprocess/patch-unit-hbase-server.txt |
Test Results | https://builds.apache.org/job/PreCommit-HBASE-Build/11296/testReport/ |
Max. process+thread count | 779 (vs. ulimit of 20000) |
modules | C: hbase-server U: hbase-server |
Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/11296/console |
Powered by | Apache Yetus 0.7.0 http://yetus.apache.org |
This message was automatically generated.
Trying w/ yetus 0.7.0 and proclimit of 6k https://builds.apache.org/job/PreCommit-HBASE-Build/11297/
-1 overall |
Vote | Subsystem | Runtime | Comment |
---|---|---|---|
0 | reexec | 0m 11s | Docker mode activated. |
Prechecks | |||
0 | findbugs | 0m 0s | Findbugs executables are not available. |
+1 | hbaseanti | 0m 0s | Patch does not have any anti-patterns. |
+1 | @author | 0m 0s | The patch does not contain any @author tags. |
+1 | test4tests | 0m 0s | The patch appears to include 3 new or modified test files. |
master Compile Tests | |||
+1 | mvninstall | 4m 23s | master passed |
+1 | compile | 0m 44s | master passed |
+1 | checkstyle | 1m 8s | master passed |
+1 | shadedjars | 5m 54s | branch has no errors when building our shaded downstream artifacts. |
+1 | javadoc | 0m 28s | master passed |
Patch Compile Tests | |||
+1 | mvninstall | 4m 23s | the patch passed |
+1 | compile | 0m 51s | the patch passed |
+1 | javac | 0m 51s | the patch passed |
+1 | checkstyle | 1m 11s | the patch passed |
+1 | whitespace | 0m 0s | The patch has no whitespace issues. |
+1 | shadedjars | 5m 5s | patch has no errors when building our shaded downstream artifacts. |
+1 | hadoopcheck | 19m 18s | Patch does not cause any errors with Hadoop 2.6.5 2.7.4 or 3.0.0. |
+1 | javadoc | 0m 28s | the patch passed |
Other Tests | |||
-1 | unit | 21m 44s | hbase-server in the patch failed. |
+1 | asflicense | 0m 12s | The patch does not generate ASF License warnings. |
60m 0s |
Reason | Tests |
---|---|
Failed junit tests | hadoop.hbase.io.hfile.bucket.TestBucketCache |
hadoop.hbase.util.compaction.MajorCompactionRequestTest |
Subsystem | Report/Notes |
---|---|
Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01 |
JIRA Issue | |
JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12908649/hbase-19839.master.004.patch |
Optional Tests | asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile |
uname | Linux 09b5eedcacdd 3.13.0-139-generic #188-Ubuntu SMP Tue Jan 9 14:43:09 UTC 2018 x86_64 GNU/Linux |
Build tool | maven |
Personality | /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh |
git revision | master / 4b3b627abe |
maven | version: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) |
Default Java | 1.8.0_151 |
unit | https://builds.apache.org/job/PreCommit-HBASE-Build/11297/artifact/patchprocess/patch-unit-hbase-server.txt |
Test Results | https://builds.apache.org/job/PreCommit-HBASE-Build/11297/testReport/ |
Max. process+thread count | 801 (vs. ulimit of 6000) |
modules | C: hbase-server U: hbase-server |
Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/11297/console |
Powered by | Apache Yetus 0.7.0 http://yetus.apache.org |
This message was automatically generated.
-1 overall |
Vote | Subsystem | Runtime | Comment |
---|---|---|---|
0 | reexec | 0m 13s | Docker mode activated. |
Prechecks | |||
0 | findbugs | 0m 0s | Findbugs executables are not available. |
+1 | hbaseanti | 0m 0s | Patch does not have any anti-patterns. |
+1 | @author | 0m 0s | The patch does not contain any @author tags. |
+1 | test4tests | 0m 0s | The patch appears to include 3 new or modified test files. |
master Compile Tests | |||
+1 | mvninstall | 3m 55s | master passed |
+1 | compile | 0m 39s | master passed |
+1 | checkstyle | 0m 57s | master passed |
+1 | shadedjars | 5m 6s | branch has no errors when building our shaded downstream artifacts. |
+1 | javadoc | 0m 26s | master passed |
Patch Compile Tests | |||
+1 | mvninstall | 3m 57s | the patch passed |
+1 | compile | 0m 39s | the patch passed |
+1 | javac | 0m 39s | the patch passed |
+1 | checkstyle | 0m 58s | the patch passed |
+1 | whitespace | 0m 0s | The patch has no whitespace issues. |
+1 | shadedjars | 4m 12s | patch has no errors when building our shaded downstream artifacts. |
+1 | hadoopcheck | 16m 50s | Patch does not cause any errors with Hadoop 2.6.5 2.7.4 or 3.0.0. |
+1 | javadoc | 0m 27s | the patch passed |
Other Tests | |||
-1 | unit | 21m 58s | hbase-server in the patch failed. |
+1 | asflicense | 0m 10s | The patch does not generate ASF License warnings. |
55m 32s |
Reason | Tests |
---|---|
Failed junit tests | hadoop.hbase.util.compaction.MajorCompactionRequestTest |
Subsystem | Report/Notes |
---|---|
Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01 |
JIRA Issue | |
JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12908649/hbase-19839.master.004.patch |
Optional Tests | asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile |
uname | Linux 897b14dc85fc 4.4.0-43-generic #63-Ubuntu SMP Wed Oct 12 13:48:03 UTC 2016 x86_64 GNU/Linux |
Build tool | maven |
Personality | /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh |
git revision | master / 4b3b627abe |
maven | version: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) |
Default Java | 1.8.0_151 |
unit | https://builds.apache.org/job/PreCommit-HBASE-Build/11298/artifact/patchprocess/patch-unit-hbase-server.txt |
Test Results | https://builds.apache.org/job/PreCommit-HBASE-Build/11298/testReport/ |
Max. process+thread count | 843 (vs. ulimit of 6000) |
modules | C: hbase-server U: hbase-server |
Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/11298/console |
Powered by | Apache Yetus 0.7.0 http://yetus.apache.org |
This message was automatically generated.
-1 overall |
Vote | Subsystem | Runtime | Comment |
---|---|---|---|
0 | reexec | 0m 10s | Docker mode activated. |
Prechecks | |||
0 | findbugs | 0m 0s | Findbugs executables are not available. |
+1 | hbaseanti | 0m 0s | Patch does not have any anti-patterns. |
+1 | @author | 0m 0s | The patch does not contain any @author tags. |
+1 | test4tests | 0m 0s | The patch appears to include 3 new or modified test files. |
master Compile Tests | |||
+1 | mvninstall | 3m 55s | master passed |
+1 | compile | 0m 37s | master passed |
+1 | checkstyle | 0m 53s | master passed |
+1 | shadedjars | 4m 58s | branch has no errors when building our shaded downstream artifacts. |
+1 | javadoc | 0m 26s | master passed |
Patch Compile Tests | |||
+1 | mvninstall | 3m 56s | the patch passed |
+1 | compile | 0m 39s | the patch passed |
+1 | javac | 0m 39s | the patch passed |
+1 | checkstyle | 0m 53s | the patch passed |
+1 | whitespace | 0m 0s | The patch has no whitespace issues. |
+1 | shadedjars | 4m 4s | patch has no errors when building our shaded downstream artifacts. |
+1 | hadoopcheck | 16m 20s | Patch does not cause any errors with Hadoop 2.6.5 2.7.4 or 3.0.0. |
+1 | javadoc | 1m 39s | the patch passed |
Other Tests | |||
-1 | unit | 25m 18s | hbase-server in the patch failed. |
+1 | asflicense | 0m 11s | The patch does not generate ASF License warnings. |
59m 35s |
Reason | Tests |
---|---|
Failed junit tests | hadoop.hbase.master.balancer.TestRegionLocationFinder |
hadoop.hbase.TestCheckTestClasses |
Subsystem | Report/Notes |
---|---|
Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01 |
JIRA Issue | |
JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12908666/hbase-19839.master.004.patch |
Optional Tests | asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile |
uname | Linux e05d772963e8 4.4.0-43-generic #63-Ubuntu SMP Wed Oct 12 13:48:03 UTC 2016 x86_64 GNU/Linux |
Build tool | maven |
Personality | /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build@2/component/dev-support/hbase-personality.sh |
git revision | master / 60827fc1ea |
maven | version: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) |
Default Java | 1.8.0_151 |
unit | https://builds.apache.org/job/PreCommit-HBASE-Build/11301/artifact/patchprocess/patch-unit-hbase-server.txt |
Test Results | https://builds.apache.org/job/PreCommit-HBASE-Build/11301/testReport/ |
Max. process+thread count | 720 (vs. ulimit of 6000) |
modules | C: hbase-server U: hbase-server |
Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/11301/console |
Powered by | Apache Yetus 0.7.0 http://yetus.apache.org |
This message was automatically generated.
-1 overall |
Vote | Subsystem | Runtime | Comment |
---|---|---|---|
0 | reexec | 0m 21s | Docker mode activated. |
Prechecks | |||
0 | findbugs | 0m 0s | Findbugs executables are not available. |
+1 | hbaseanti | 0m 0s | Patch does not have any anti-patterns. |
+1 | @author | 0m 0s | The patch does not contain any @author tags. |
+1 | test4tests | 0m 0s | The patch appears to include 3 new or modified test files. |
master Compile Tests | |||
+1 | mvninstall | 5m 9s | master passed |
+1 | compile | 0m 43s | master passed |
+1 | checkstyle | 1m 8s | master passed |
+1 | shadedjars | 6m 1s | branch has no errors when building our shaded downstream artifacts. |
+1 | javadoc | 0m 29s | master passed |
Patch Compile Tests | |||
+1 | mvninstall | 4m 23s | the patch passed |
+1 | compile | 0m 43s | the patch passed |
+1 | javac | 0m 43s | the patch passed |
+1 | checkstyle | 1m 7s | the patch passed |
+1 | whitespace | 0m 0s | The patch has no whitespace issues. |
+1 | shadedjars | 4m 49s | patch has no errors when building our shaded downstream artifacts. |
+1 | hadoopcheck | 21m 27s | Patch does not cause any errors with Hadoop 2.6.5 2.7.4 or 3.0.0. |
+1 | javadoc | 0m 46s | the patch passed |
Other Tests | |||
-1 | unit | 356m 27s | hbase-server in the patch failed. |
+1 | asflicense | 0m 30s | The patch does not generate ASF License warnings. |
398m 26s |
Reason | Tests |
---|---|
Failed junit tests | hadoop.hbase.client.TestAdmin1 |
hadoop.hbase.TestMetaTableAccessor | |
hadoop.hbase.master.cleaner.TestSnapshotFromMaster | |
hadoop.hbase.replication.TestMultiSlaveReplication | |
hadoop.hbase.regionserver.wal.TestAsyncLogRolling | |
hadoop.hbase.client.TestAsyncToolAdminApi | |
hadoop.hbase.quotas.TestSuperUserQuotaPermissions | |
hadoop.hbase.tool.TestSecureLoadIncrementalHFilesSplitRecovery | |
hadoop.hbase.snapshot.TestMobFlushSnapshotFromClient | |
hadoop.hbase.io.hfile.TestCacheOnWrite | |
hadoop.hbase.replication.TestSerialReplication | |
hadoop.hbase.regionserver.TestSplitTransactionOnCluster | |
hadoop.hbase.regionserver.wal.TestAsyncWALReplay | |
hadoop.hbase.client.TestMobCloneSnapshotFromClient | |
hadoop.hbase.TestFullLogReconstruction | |
hadoop.hbase.master.balancer.TestStochasticLoadBalancerRegionReplicaSameHosts | |
hadoop.hbase.filter.TestFuzzyRowAndColumnRangeFilter | |
hadoop.hbase.client.TestTableSnapshotScanner | |
hadoop.hbase.util.TestMiniClusterLoadSequential | |
hadoop.hbase.TestHColumnDescriptorDefaultVersions | |
hadoop.hbase.regionserver.throttle.TestCompactionWithThroughputController | |
hadoop.hbase.regionserver.TestEncryptionKeyRotation | |
hadoop.hbase.client.TestCloneSnapshotFromClientWithRegionReplicas | |
hadoop.hbase.client.TestFromClientSide3 | |
hadoop.hbase.TestRegionMetrics | |
hadoop.hbase.master.locking.TestLockProcedure | |
hadoop.hbase.regionserver.TestFSErrorsExposed | |
hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide | |
hadoop.hbase.regionserver.TestHRegionWithInMemoryFlush | |
hadoop.hbase.master.procedure.TestModifyTableProcedure | |
hadoop.hbase.replication.TestReplicationStatus | |
hadoop.hbase.master.procedure.TestMasterFailoverWithProcedures | |
hadoop.hbase.replication.multiwal.TestReplicationKillMasterRSCompressedWithMultipleWAL | |
hadoop.hbase.security.token.TestGenerateDelegationToken | |
hadoop.hbase.client.TestMultipleTimestamps | |
hadoop.hbase.regionserver.TestJoinedScanners | |
hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpointNoMaster | |
hadoop.hbase.quotas.TestQuotaAdmin | |
hadoop.hbase.security.access.TestCellACLWithMultipleVersions | |
hadoop.hbase.client.TestSmallReversedScanner | |
hadoop.hbase.tool.TestSecureLoadIncrementalHFiles | |
hadoop.hbase.filter.TestMultiRowRangeFilter | |
hadoop.hbase.client.TestAsyncNonMetaRegionLocatorConcurrenyLimit | |
hadoop.hbase.replication.TestReplicationSource | |
hadoop.hbase.regionserver.wal.TestAsyncLogRollPeriod | |
hadoop.hbase.regionserver.TestRegionReplicasAreDistributed | |
hadoop.hbase.replication.multiwal.TestReplicationKillMasterRSCompressedWithMultipleAsyncWAL | |
hadoop.hbase.replication.multiwal.TestReplicationSyncUpToolWithMultipleWAL | |
hadoop.hbase.master.normalizer.TestSimpleRegionNormalizerOnCluster | |
hadoop.hbase.TestPartialResultsFromClientSide | |
hadoop.hbase.client.TestMultiParallel | |
hadoop.hbase.regionserver.wal.TestWALReplayBoundedLogWriterCreation | |
hadoop.hbase.trace.TestHTraceHooks | |
hadoop.hbase.replication.TestReplicationDroppedTables | |
hadoop.hbase.regionserver.TestCompactionState | |
hadoop.hbase.util.TestMiniClusterLoadEncoded | |
hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint | |
hadoop.hbase.regionserver.TestPerColumnFamilyFlush | |
hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd | |
hadoop.hbase.replication.multiwal.TestReplicationSyncUpToolWithMultipleAsyncWAL | |
hadoop.hbase.master.procedure.TestDeleteColumnFamilyProcedureFromClient | |
hadoop.hbase.regionserver.TestCompactionWithCoprocessor | |
hadoop.hbase.TestClusterBootOrder | |
hadoop.hbase.client.TestRawAsyncTableScan | |
hadoop.hbase.replication.TestReplicationDisableInactivePeer | |
hadoop.hbase.master.assignment.TestRogueRSAssignment | |
hadoop.hbase.replication.TestReplicationSmallTests | |
hadoop.hbase.replication.TestMasterReplication | |
hadoop.hbase.regionserver.TestScannerHeartbeatMessages | |
hadoop.hbase.replication.TestReplicationKillMasterRSCompressed | |
hadoop.hbase.master.procedure.TestTruncateTableProcedure | |
hadoop.hbase.regionserver.TestRegionReplicas | |
hadoop.hbase.regionserver.TestRegionServerAbort | |
hadoop.hbase.replication.TestReplicationSyncUpTool | |
hadoop.hbase.regionserver.wal.TestSecureAsyncWALReplay | |
hadoop.hbase.replication.TestReplicationEndpoint | |
hadoop.hbase.filter.TestScanRowPrefix | |
hadoop.hbase.security.access.TestAccessController2 | |
hadoop.hbase.client.TestAsyncClusterAdminApi | |
hadoop.hbase.regionserver.TestMobStoreCompaction | |
hadoop.hbase.TestJMXConnectorServer | |
hadoop.hbase.regionserver.TestCompactionInDeadRegionServer | |
hadoop.hbase.replication.TestNamespaceReplication | |
hadoop.hbase.regionserver.wal.TestSecureWALReplay | |
hadoop.hbase.snapshot.TestFlushSnapshotFromClient | |
hadoop.hbase.client.TestClientTimeouts | |
hadoop.hbase.regionserver.wal.TestWALReplayCompressed | |
hadoop.hbase.replication.TestReplicationKillMasterRS | |
hadoop.hbase.master.procedure.TestCloneSnapshotProcedure | |
hadoop.hbase.client.TestBlockEvictionFromClient | |
hadoop.hbase.regionserver.wal.TestLogRollingNoCluster | |
hadoop.hbase.master.TestRestartCluster | |
hadoop.hbase.replication.TestReplicationChangingPeerRegionservers | |
hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster | |
hadoop.hbase.client.TestCIBadHostname | |
hadoop.hbase.coprocessor.TestRegionObserverInterface | |
hadoop.hbase.TestIOFencing | |
hadoop.hbase.TestRegionLoad | |
hadoop.hbase.util.TestRegionMover | |
hadoop.hbase.tool.TestLoadIncrementalHFiles | |
hadoop.hbase.replication.TestPerTableCFReplication | |
hadoop.hbase.regionserver.wal.TestAsyncWALReplayCompressed | |
hadoop.hbase.quotas.TestSnapshotQuotaObserverChore | |
hadoop.hbase.client.TestClientOperationInterrupt | |
hadoop.hbase.client.TestCloneSnapshotFromClient | |
hadoop.hbase.client.TestAsyncRegionAdminApi | |
hadoop.hbase.client.TestFromClientSideWithCoprocessor | |
hadoop.hbase.snapshot.TestRegionSnapshotTask | |
hadoop.hbase.client.replication.TestReplicationAdminWithTwoDifferentZKClusters | |
hadoop.hbase.client.TestAsyncTableAdminApi | |
hadoop.hbase.regionserver.TestRegionServerOnlineConfigChange | |
hadoop.hbase.client.TestResultScannerCursor | |
hadoop.hbase.client.TestAsyncReplicationAdminApi | |
hadoop.hbase.procedure.TestFailedProcCleanup | |
hadoop.hbase.client.TestFromClientSideScanExcpetionWithCoprocessor | |
hadoop.hbase.client.replication.TestReplicationAdmin | |
hadoop.hbase.master.TestSplitLogManager | |
hadoop.hbase.replication.TestReplicationEmptyWALRecovery | |
hadoop.hbase.regionserver.TestMutateRowsRecovery | |
hadoop.hbase.client.TestSnapshotFromClient | |
hadoop.hbase.TestAcidGuaranteesWithBasicPolicy | |
hadoop.hbase.regionserver.TestScannerWithBulkload | |
hadoop.hbase.tool.TestLoadIncrementalHFilesSplitRecovery | |
hadoop.hbase.TestMovedRegionsCleaner | |
hadoop.hbase.regionserver.throttle.TestFlushWithThroughputController | |
hadoop.hbase.namespace.TestNamespaceAuditor | |
hadoop.hbase.tool.TestCanaryTool | |
hadoop.hbase.client.TestSnapshotMetadata | |
hadoop.hbase.master.balancer.TestFavoredNodeTableImport | |
hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster | |
hadoop.hbase.regionserver.wal.TestLogRolling | |
hadoop.hbase.master.TestDeadServer | |
hadoop.hbase.security.access.TestCoprocessorWhitelistMasterObserver | |
hadoop.hbase.client.TestAdmin2 | |
hadoop.hbase.master.TestMasterOperationsForRegionReplicas | |
hadoop.hbase.security.access.TestAccessController3 | |
hadoop.hbase.backup.TestHFileArchiving | |
hadoop.hbase.quotas.TestSpaceQuotas | |
hadoop.hbase.util.TestMiniClusterLoadParallel | |
hadoop.hbase.master.procedure.TestServerCrashProcedure | |
hadoop.hbase.procedure.TestProcedureManager | |
hadoop.hbase.replication.TestReplicationProcedureRetry | |
hadoop.hbase.security.access.TestAccessController | |
hadoop.hbase.client.TestMobSnapshotCloneIndependence | |
hadoop.hbase.regionserver.TestRemoveRegionMetrics | |
hadoop.hbase.regionserver.TestDeleteMobTable | |
hadoop.hbase.util.TestFromClientSide3WoUnsafe | |
hadoop.hbase.replication.regionserver.TestWALEntryStream | |
hadoop.hbase.master.assignment.TestRegionStates | |
hadoop.hbase.TestAcidGuaranteesWithAdaptivePolicy | |
hadoop.hbase.io.hfile.TestHFileBlock | |
hadoop.hbase.client.TestScannersFromClientSide | |
hadoop.hbase.regionserver.TestHdfsSnapshotHRegion | |
hadoop.hbase.io.encoding.TestEncodedSeekers | |
hadoop.hbase.snapshot.TestSnapshotClientRetries | |
hadoop.hbase.client.TestAsyncTableScan |
Subsystem | Report/Notes |
---|---|
Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01 |
JIRA Issue | |
JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12908606/0hbase-19839.master.004.patch |
Optional Tests | asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile |
uname | Linux 2b94b9ca5a4a 3.13.0-133-generic #182-Ubuntu SMP Tue Sep 19 15:49:21 UTC 2017 x86_64 GNU/Linux |
Build tool | maven |
Personality | /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh |
git revision | master / 7c318cead9 |
maven | version: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) |
Default Java | 1.8.0_151 |
unit | https://builds.apache.org/job/PreCommit-HBASE-Build/11295/artifact/patchprocess/patch-unit-hbase-server.txt |
Test Results | https://builds.apache.org/job/PreCommit-HBASE-Build/11295/testReport/ |
Max. process+thread count | 3400 (vs. ulimit of 20000) |
modules | C: hbase-server U: hbase-server |
Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/11295/console |
Powered by | Apache Yetus 0.7.0 http://yetus.apache.org |
This message was automatically generated.
TestCheckTestClasses was fixed over in HBASE-19528 as an amendment. TestRegionLocationFinder seems to be a new flakey.
All the other test failures in the run above would seem to come of setting yetus proclimit down from 20k to 6k. Let me up it.
Set yetus at 8k which is kinda useless if max per host is 13k... means one hbase process only on a box when it swells its process count.
-1 overall |
Vote | Subsystem | Runtime | Comment |
---|---|---|---|
0 | reexec | 4m 35s | Docker mode activated. |
Prechecks | |||
0 | findbugs | 0m 0s | Findbugs executables are not available. |
+1 | hbaseanti | 0m 0s | Patch does not have any anti-patterns. |
+1 | @author | 0m 0s | The patch does not contain any @author tags. |
+1 | test4tests | 0m 0s | The patch appears to include 3 new or modified test files. |
master Compile Tests | |||
+1 | mvninstall | 8m 22s | master passed |
+1 | compile | 0m 50s | master passed |
+1 | checkstyle | 1m 10s | master passed |
+1 | shadedjars | 5m 58s | branch has no errors when building our shaded downstream artifacts. |
+1 | javadoc | 0m 36s | master passed |
Patch Compile Tests | |||
+1 | mvninstall | 4m 39s | the patch passed |
+1 | compile | 0m 49s | the patch passed |
+1 | javac | 0m 49s | the patch passed |
+1 | checkstyle | 1m 8s | the patch passed |
+1 | whitespace | 0m 0s | The patch has no whitespace issues. |
+1 | shadedjars | 4m 48s | patch has no errors when building our shaded downstream artifacts. |
+1 | hadoopcheck | 20m 58s | Patch does not cause any errors with Hadoop 2.6.5 2.7.4 or 3.0.0. |
+1 | javadoc | 0m 37s | the patch passed |
Other Tests | |||
-1 | unit | 26m 24s | hbase-server in the patch failed. |
+1 | asflicense | 0m 30s | The patch does not generate ASF License warnings. |
75m 44s |
Reason | Tests |
---|---|
Failed junit tests | hadoop.hbase.io.hfile.bucket.TestBucketCache |
hadoop.hbase.master.balancer.TestRegionLocationFinder |
Subsystem | Report/Notes |
---|---|
Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01 |
JIRA Issue | |
JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12908683/0hbase-19839.master.004.patch |
Optional Tests | asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile |
uname | Linux 96ea7b0eaf96 3.13.0-135-generic #184-Ubuntu SMP Wed Oct 18 11:55:51 UTC 2017 x86_64 GNU/Linux |
Build tool | maven |
Personality | /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh |
git revision | master / 414b2d0889 |
maven | version: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) |
Default Java | 1.8.0_151 |
unit | https://builds.apache.org/job/PreCommit-HBASE-Build/11304/artifact/patchprocess/patch-unit-hbase-server.txt |
Test Results | https://builds.apache.org/job/PreCommit-HBASE-Build/11304/testReport/ |
Max. process+thread count | 720 (vs. ulimit of 8000) |
modules | C: hbase-server U: hbase-server |
Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/11304/console |
Powered by | Apache Yetus 0.7.0 http://yetus.apache.org |
This message was automatically generated.
proclimit of 8000 (which is probably useless) seems to work. The two test failures above should be fixed now. Retrying.
Just launched a run w/ proclimit at 10k and with docker container memory upped from default (4G it looks like) to 20G. Lets see how it does.
-1 overall |
Vote | Subsystem | Runtime | Comment |
---|---|---|---|
0 | reexec | 0m 12s | Docker mode activated. |
Prechecks | |||
0 | findbugs | 0m 0s | Findbugs executables are not available. |
+1 | hbaseanti | 0m 0s | Patch does not have any anti-patterns. |
+1 | @author | 0m 0s | The patch does not contain any @author tags. |
+1 | test4tests | 0m 0s | The patch appears to include 3 new or modified test files. |
master Compile Tests | |||
+1 | mvninstall | 3m 59s | master passed |
+1 | compile | 0m 39s | master passed |
+1 | checkstyle | 0m 58s | master passed |
+1 | shadedjars | 5m 2s | branch has no errors when building our shaded downstream artifacts. |
+1 | javadoc | 0m 25s | master passed |
Patch Compile Tests | |||
+1 | mvninstall | 3m 52s | the patch passed |
+1 | compile | 0m 37s | the patch passed |
+1 | javac | 0m 37s | the patch passed |
+1 | checkstyle | 0m 54s | the patch passed |
+1 | whitespace | 0m 0s | The patch has no whitespace issues. |
+1 | shadedjars | 4m 0s | patch has no errors when building our shaded downstream artifacts. |
+1 | hadoopcheck | 16m 2s | Patch does not cause any errors with Hadoop 2.6.5 2.7.4 or 3.0.0. |
+1 | javadoc | 0m 25s | the patch passed |
Other Tests | |||
-1 | unit | 100m 42s | hbase-server in the patch failed. |
+1 | asflicense | 0m 16s | The patch does not generate ASF License warnings. |
133m 17s |
Reason | Tests |
---|---|
Failed junit tests | hadoop.hbase.TestZooKeeper |
Subsystem | Report/Notes |
---|---|
Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01 |
JIRA Issue | |
JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12908727/hbase-19839.master.004.patch |
Optional Tests | asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile |
uname | Linux 8330db0e3a14 4.4.0-43-generic #63-Ubuntu SMP Wed Oct 12 13:48:03 UTC 2016 x86_64 GNU/Linux |
Build tool | maven |
Personality | /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh |
git revision | master / 9272f40a5c |
maven | version: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) |
Default Java | 1.8.0_151 |
unit | https://builds.apache.org/job/PreCommit-HBASE-Build/11312/artifact/patchprocess/patch-unit-hbase-server.txt |
Test Results | https://builds.apache.org/job/PreCommit-HBASE-Build/11312/testReport/ |
Max. process+thread count | 5530 (vs. ulimit of 10000) |
modules | C: hbase-server U: hbase-server |
Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/11312/console |
Powered by | Apache Yetus 0.7.0 http://yetus.apache.org |
This message was automatically generated.
-1 overall |
Vote | Subsystem | Runtime | Comment |
---|---|---|---|
0 | reexec | 0m 11s | Docker mode activated. |
Prechecks | |||
0 | findbugs | 0m 0s | Findbugs executables are not available. |
+1 | hbaseanti | 0m 0s | Patch does not have any anti-patterns. |
+1 | @author | 0m 0s | The patch does not contain any @author tags. |
+1 | test4tests | 0m 0s | The patch appears to include 3 new or modified test files. |
master Compile Tests | |||
+1 | mvninstall | 3m 55s | master passed |
+1 | compile | 0m 37s | master passed |
+1 | checkstyle | 0m 54s | master passed |
+1 | shadedjars | 4m 52s | branch has no errors when building our shaded downstream artifacts. |
+1 | javadoc | 0m 24s | master passed |
Patch Compile Tests | |||
+1 | mvninstall | 3m 54s | the patch passed |
+1 | compile | 0m 38s | the patch passed |
+1 | javac | 0m 38s | the patch passed |
+1 | checkstyle | 0m 54s | the patch passed |
+1 | whitespace | 0m 0s | The patch has no whitespace issues. |
+1 | shadedjars | 4m 1s | patch has no errors when building our shaded downstream artifacts. |
+1 | hadoopcheck | 16m 10s | Patch does not cause any errors with Hadoop 2.6.5 2.7.4 or 3.0.0. |
+1 | javadoc | 0m 25s | the patch passed |
Other Tests | |||
-1 | unit | 100m 59s | hbase-server in the patch failed. |
+1 | asflicense | 0m 21s | The patch does not generate ASF License warnings. |
133m 32s |
Reason | Tests |
---|---|
Failed junit tests | hadoop.hbase.TestZooKeeper |
Subsystem | Report/Notes |
---|---|
Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01 |
JIRA Issue | |
JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12908729/hbase-19839.master.004.patch |
Optional Tests | asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile |
uname | Linux 57b7260422dc 4.4.0-43-generic #63-Ubuntu SMP Wed Oct 12 13:48:03 UTC 2016 x86_64 GNU/Linux |
Build tool | maven |
Personality | /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build@2/component/dev-support/hbase-personality.sh |
git revision | master / 9272f40a5c |
maven | version: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) |
Default Java | 1.8.0_151 |
unit | https://builds.apache.org/job/PreCommit-HBASE-Build/11314/artifact/patchprocess/patch-unit-hbase-server.txt |
Test Results | https://builds.apache.org/job/PreCommit-HBASE-Build/11314/testReport/ |
Max. process+thread count | 6020 (vs. ulimit of 10000) |
modules | C: hbase-server U: hbase-server |
Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/11314/console |
Powered by | Apache Yetus 0.7.0 http://yetus.apache.org |
This message was automatically generated.
-1 overall |
Vote | Subsystem | Runtime | Comment |
---|---|---|---|
0 | reexec | 0m 15s | Docker mode activated. |
Prechecks | |||
0 | findbugs | 0m 0s | Findbugs executables are not available. |
+1 | hbaseanti | 0m 0s | Patch does not have any anti-patterns. |
+1 | @author | 0m 0s | The patch does not contain any @author tags. |
+1 | test4tests | 0m 0s | The patch appears to include 3 new or modified test files. |
master Compile Tests | |||
+1 | mvninstall | 6m 27s | master passed |
+1 | compile | 1m 6s | master passed |
+1 | checkstyle | 1m 25s | master passed |
+1 | shadedjars | 6m 19s | branch has no errors when building our shaded downstream artifacts. |
+1 | javadoc | 0m 29s | master passed |
Patch Compile Tests | |||
+1 | mvninstall | 4m 18s | the patch passed |
+1 | compile | 0m 42s | the patch passed |
+1 | javac | 0m 42s | the patch passed |
+1 | checkstyle | 1m 8s | the patch passed |
+1 | whitespace | 0m 0s | The patch has no whitespace issues. |
+1 | shadedjars | 4m 43s | patch has no errors when building our shaded downstream artifacts. |
+1 | hadoopcheck | 19m 4s | Patch does not cause any errors with Hadoop 2.6.5 2.7.4 or 3.0.0. |
+1 | javadoc | 0m 29s | the patch passed |
Other Tests | |||
-1 | unit | 339m 4s | hbase-server in the patch failed. |
+1 | asflicense | 0m 29s | The patch does not generate ASF License warnings. |
380m 12s |
Reason | Tests |
---|---|
Failed junit tests | hadoop.hbase.TestMetaTableAccessor |
hadoop.hbase.replication.TestMultiSlaveReplication | |
hadoop.hbase.regionserver.wal.TestAsyncLogRolling | |
hadoop.hbase.master.TestMasterFileSystemWithWALDir | |
hadoop.hbase.client.TestAsyncToolAdminApi | |
hadoop.hbase.quotas.TestSuperUserQuotaPermissions | |
hadoop.hbase.client.TestAsyncTableGetMultiThreaded | |
hadoop.hbase.master.TestGetLastFlushedSequenceId | |
hadoop.hbase.tool.TestSecureLoadIncrementalHFilesSplitRecovery | |
hadoop.hbase.snapshot.TestMobRestoreFlushSnapshotFromClient | |
hadoop.hbase.snapshot.TestMobFlushSnapshotFromClient | |
hadoop.hbase.client.TestScannerTimeout | |
hadoop.hbase.coprocessor.TestMasterObserver | |
hadoop.hbase.wal.TestWALOpenAfterDNRollingStart | |
hadoop.hbase.replication.TestSerialReplication | |
hadoop.hbase.security.visibility.TestVisibilityLabelsWithSLGStack | |
hadoop.hbase.security.access.TestTablePermissions | |
hadoop.hbase.TestAcidGuaranteesWithNoInMemCompaction | |
hadoop.hbase.client.TestResultSizeEstimation | |
hadoop.hbase.regionserver.TestHRegionServerBulkLoad | |
hadoop.hbase.regionserver.wal.TestAsyncWALReplay | |
hadoop.hbase.client.TestMobCloneSnapshotFromClient | |
hadoop.hbase.util.TestMiniClusterLoadSequential | |
hadoop.hbase.regionserver.throttle.TestCompactionWithThroughputController | |
hadoop.hbase.client.TestCloneSnapshotFromClientWithRegionReplicas | |
hadoop.hbase.TestRegionMetrics | |
hadoop.hbase.regionserver.TestEncryptionRandomKeying | |
hadoop.hbase.master.procedure.TestModifyTableProcedure | |
hadoop.hbase.replication.TestReplicationStatus | |
hadoop.hbase.master.procedure.TestMasterFailoverWithProcedures | |
hadoop.hbase.replication.multiwal.TestReplicationKillMasterRSCompressedWithMultipleWAL | |
hadoop.hbase.replication.regionserver.TestGlobalThrottler | |
hadoop.hbase.client.TestServerLoadDurability | |
hadoop.hbase.client.TestMultipleTimestamps | |
hadoop.hbase.quotas.TestQuotaAdmin | |
hadoop.hbase.regionserver.TestCompoundBloomFilter | |
hadoop.hbase.tool.TestSecureLoadIncrementalHFiles | |
hadoop.hbase.regionserver.TestRegionFavoredNodes | |
hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort | |
hadoop.hbase.client.TestAsyncNonMetaRegionLocatorConcurrenyLimit | |
hadoop.hbase.ipc.TestRpcClientLeaks | |
hadoop.hbase.security.TestSecureIPC | |
hadoop.hbase.replication.multiwal.TestReplicationKillMasterRSCompressedWithMultipleAsyncWAL | |
hadoop.hbase.replication.multiwal.TestReplicationSyncUpToolWithMultipleWAL | |
hadoop.hbase.TestPartialResultsFromClientSide | |
hadoop.hbase.util.TestMiniClusterLoadEncoded | |
hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint | |
hadoop.hbase.security.access.TestScanEarlyTermination | |
hadoop.hbase.client.TestSnapshotFromClientWithRegionReplicas | |
hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd | |
hadoop.hbase.replication.multiwal.TestReplicationSyncUpToolWithMultipleAsyncWAL | |
hadoop.hbase.master.balancer.TestRegionLocationFinder | |
hadoop.hbase.master.procedure.TestDeleteColumnFamilyProcedureFromClient | |
hadoop.hbase.TestClusterBootOrder | |
hadoop.hbase.replication.TestReplicationDisableInactivePeer | |
hadoop.hbase.client.TestAvoidCellReferencesIntoShippedBlocks | |
hadoop.hbase.replication.TestReplicationSmallTests | |
hadoop.hbase.regionserver.TestScannerHeartbeatMessages | |
hadoop.hbase.replication.TestReplicationWithTags | |
hadoop.hbase.replication.TestReplicationKillMasterRSCompressed | |
hadoop.hbase.master.procedure.TestTruncateTableProcedure | |
hadoop.hbase.regionserver.TestRegionReplicas | |
hadoop.hbase.replication.multiwal.TestReplicationEndpointWithMultipleWAL | |
hadoop.hbase.replication.TestReplicationSyncUpTool | |
hadoop.hbase.client.TestScannersFromClientSide2 | |
hadoop.hbase.replication.TestReplicationEndpoint | |
hadoop.hbase.io.encoding.TestLoadAndSwitchEncodeOnDisk | |
hadoop.hbase.filter.TestScanRowPrefix | |
hadoop.hbase.client.TestAsyncClusterAdminApi | |
hadoop.hbase.TestJMXConnectorServer | |
hadoop.hbase.regionserver.TestCompactionInDeadRegionServer | |
hadoop.hbase.mob.TestMobDataBlockEncoding | |
hadoop.hbase.replication.TestNamespaceReplication | |
hadoop.hbase.regionserver.wal.TestSecureWALReplay | |
hadoop.hbase.regionserver.wal.TestWALReplay | |
hadoop.hbase.regionserver.wal.TestWALReplayCompressed | |
hadoop.hbase.replication.TestReplicationKillMasterRS | |
hadoop.hbase.security.access.TestCellACLs | |
hadoop.hbase.wal.TestBoundedRegionGroupingStrategy | |
hadoop.hbase.security.visibility.TestVisibilityLabelReplicationWithExpAsString | |
hadoop.hbase.util.TestHBaseFsckMOB | |
hadoop.hbase.master.procedure.TestCloneSnapshotProcedure | |
hadoop.hbase.client.TestBlockEvictionFromClient | |
hadoop.hbase.regionserver.TestMobStoreScanner | |
hadoop.hbase.TestNamespace | |
hadoop.hbase.replication.TestReplicationChangingPeerRegionservers | |
hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster | |
hadoop.hbase.coprocessor.TestRegionObserverInterface | |
hadoop.hbase.TestIOFencing | |
hadoop.hbase.TestRegionLoad | |
hadoop.hbase.util.TestRegionMover | |
hadoop.hbase.wal.TestWALSplit | |
hadoop.hbase.tool.TestLoadIncrementalHFiles | |
hadoop.hbase.util.TestHBaseFsckReplication | |
hadoop.hbase.client.TestIncrementsFromClientSide | |
hadoop.hbase.quotas.TestSnapshotQuotaObserverChore | |
hadoop.hbase.client.TestFastFail | |
hadoop.hbase.client.TestCloneSnapshotFromClient | |
hadoop.hbase.client.TestAsyncRegionAdminApi | |
hadoop.hbase.client.TestAsyncTableScanAll | |
hadoop.hbase.client.TestFromClientSideWithCoprocessor | |
hadoop.hbase.snapshot.TestRegionSnapshotTask | |
hadoop.hbase.regionserver.TestRegionReplicasWithModifyTable | |
hadoop.hbase.client.TestAsyncTableAdminApi | |
hadoop.hbase.master.procedure.TestEnableTableProcedure | |
hadoop.hbase.client.TestAsyncTableBatch | |
hadoop.hbase.client.TestAsyncTableScanRenewLease | |
hadoop.hbase.replication.TestReplicationEmptyWALRecovery | |
hadoop.hbase.client.TestMobRestoreSnapshotFromClient | |
hadoop.hbase.client.TestSnapshotFromClient | |
hadoop.hbase.TestAcidGuaranteesWithBasicPolicy | |
hadoop.hbase.filter.TestFilterWithScanLimits | |
hadoop.hbase.regionserver.TestFlushLifeCycleTracker | |
hadoop.hbase.regionserver.throttle.TestFlushWithThroughputController | |
hadoop.hbase.namespace.TestNamespaceAuditor | |
hadoop.hbase.tool.TestCanaryTool | |
hadoop.hbase.client.TestSnapshotMetadata | |
hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster | |
hadoop.hbase.client.TestHTableMultiplexerFlushCache | |
hadoop.hbase.regionserver.wal.TestLogRolling | |
hadoop.hbase.security.access.TestCoprocessorWhitelistMasterObserver | |
hadoop.hbase.master.procedure.TestFastFailOnProcedureNotRegistered | |
hadoop.hbase.backup.TestHFileArchiving | |
hadoop.hbase.quotas.TestSpaceQuotas | |
hadoop.hbase.client.TestRawAsyncScanCursor | |
hadoop.hbase.util.TestMiniClusterLoadParallel | |
hadoop.hbase.master.procedure.TestRestoreSnapshotProcedure | |
hadoop.hbase.util.TestCoprocessorScanPolicy | |
hadoop.hbase.master.procedure.TestServerCrashProcedure | |
hadoop.hbase.security.visibility.TestDefaultScanLabelGeneratorStack | |
hadoop.hbase.replication.multiwal.TestReplicationEndpointWithMultipleAsyncWAL | |
hadoop.hbase.security.visibility.TestVisibilityLabelsWithDefaultVisLabelService | |
hadoop.hbase.client.TestEnableTable | |
hadoop.hbase.client.TestRestoreSnapshotFromClientWithRegionReplicas | |
hadoop.hbase.client.TestDropTimeoutRequest | |
hadoop.hbase.regionserver.TestAtomicOperation | |
hadoop.hbase.client.TestCIDeleteOperationTimeout | |
hadoop.hbase.util.TestFromClientSide3WoUnsafe | |
hadoop.hbase.TestServerSideScanMetricsFromClientSide | |
hadoop.hbase.replication.regionserver.TestWALEntryStream | |
hadoop.hbase.TestAcidGuaranteesWithAdaptivePolicy | |
hadoop.hbase.client.TestScannersFromClientSide | |
hadoop.hbase.coprocessor.TestWALObserver | |
hadoop.hbase.regionserver.TestMajorCompaction | |
hadoop.hbase.client.TestFlushFromClient | |
hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient | |
hadoop.hbase.client.TestAsyncTableScan |
Subsystem | Report/Notes |
---|---|
Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01 |
JIRA Issue | |
JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12908703/hbase-19839.master.004.patch |
Optional Tests | asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile |
uname | Linux 0b5bacaaf6ce 3.13.0-133-generic #182-Ubuntu SMP Tue Sep 19 15:49:21 UTC 2017 x86_64 GNU/Linux |
Build tool | maven |
Personality | /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh |
git revision | master / e17529ba73 |
maven | version: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) |
Default Java | 1.8.0_151 |
unit | https://builds.apache.org/job/PreCommit-HBASE-Build/11306/artifact/patchprocess/patch-unit-hbase-server.txt |
Test Results | https://builds.apache.org/job/PreCommit-HBASE-Build/11306/testReport/ |
Max. process+thread count | 4211 (vs. ulimit of 8000) |
modules | C: hbase-server U: hbase-server |
Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/11306/console |
Powered by | Apache Yetus 0.7.0 http://yetus.apache.org |
This message was automatically generated.
-1 overall |
Vote | Subsystem | Runtime | Comment |
---|---|---|---|
0 | reexec | 0m 27s | Docker mode activated. |
Prechecks | |||
0 | findbugs | 0m 0s | Findbugs executables are not available. |
+1 | hbaseanti | 0m 0s | Patch does not have any anti-patterns. |
+1 | @author | 0m 0s | The patch does not contain any @author tags. |
+1 | test4tests | 0m 0s | The patch appears to include 3 new or modified test files. |
master Compile Tests | |||
+1 | mvninstall | 5m 33s | master passed |
+1 | compile | 0m 49s | master passed |
+1 | checkstyle | 1m 14s | master passed |
+1 | shadedjars | 6m 35s | branch has no errors when building our shaded downstream artifacts. |
+1 | javadoc | 0m 32s | master passed |
Patch Compile Tests | |||
+1 | mvninstall | 4m 55s | the patch passed |
+1 | compile | 0m 50s | the patch passed |
+1 | javac | 0m 50s | the patch passed |
+1 | checkstyle | 1m 15s | the patch passed |
+1 | whitespace | 0m 0s | The patch has no whitespace issues. |
+1 | shadedjars | 5m 13s | patch has no errors when building our shaded downstream artifacts. |
+1 | hadoopcheck | 19m 22s | Patch does not cause any errors with Hadoop 2.6.5 2.7.4 or 3.0.0. |
+1 | javadoc | 0m 26s | the patch passed |
Other Tests | |||
-1 | unit | 126m 52s | hbase-server in the patch failed. |
+1 | asflicense | 0m 19s | The patch does not generate ASF License warnings. |
168m 10s |
Reason | Tests |
---|---|
Failed junit tests | hadoop.hbase.TestFullLogReconstruction |
hadoop.hbase.regionserver.TestSplitTransactionOnCluster | |
hadoop.hbase.security.visibility.TestVisibilityLabelsWithDefaultVisLabelService |
Subsystem | Report/Notes |
---|---|
Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01 |
JIRA Issue | |
JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12908729/hbase-19839.master.004.patch |
Optional Tests | asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile |
uname | Linux 7babdf6cf62e 3.13.0-137-generic #186-Ubuntu SMP Mon Dec 4 19:09:19 UTC 2017 x86_64 GNU/Linux |
Build tool | maven |
Personality | /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build@2/component/dev-support/hbase-personality.sh |
git revision | master / 9272f40a5c |
maven | version: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) |
Default Java | 1.8.0_151 |
unit | https://builds.apache.org/job/PreCommit-HBASE-Build/11315/artifact/patchprocess/patch-unit-hbase-server.txt |
Test Results | https://builds.apache.org/job/PreCommit-HBASE-Build/11315/testReport/ |
Max. process+thread count | 4932 (vs. ulimit of 10000) |
modules | C: hbase-server U: hbase-server |
Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/11315/console |
Powered by | Apache Yetus 0.7.0 http://yetus.apache.org |
This message was automatically generated.
-1 overall |
Vote | Subsystem | Runtime | Comment |
---|---|---|---|
0 | reexec | 3m 30s | Docker mode activated. |
Prechecks | |||
0 | findbugs | 0m 0s | Findbugs executables are not available. |
+1 | hbaseanti | 0m 0s | Patch does not have any anti-patterns. |
+1 | @author | 0m 0s | The patch does not contain any @author tags. |
+1 | test4tests | 0m 0s | The patch appears to include 3 new or modified test files. |
master Compile Tests | |||
+1 | mvninstall | 4m 55s | master passed |
+1 | compile | 0m 43s | master passed |
+1 | checkstyle | 1m 7s | master passed |
+1 | shadedjars | 5m 59s | branch has no errors when building our shaded downstream artifacts. |
+1 | javadoc | 0m 28s | master passed |
Patch Compile Tests | |||
+1 | mvninstall | 4m 25s | the patch passed |
+1 | compile | 0m 42s | the patch passed |
+1 | javac | 0m 42s | the patch passed |
+1 | checkstyle | 1m 7s | the patch passed |
+1 | whitespace | 0m 0s | The patch has no whitespace issues. |
+1 | shadedjars | 4m 41s | patch has no errors when building our shaded downstream artifacts. |
+1 | hadoopcheck | 18m 28s | Patch does not cause any errors with Hadoop 2.6.5 2.7.4 or 3.0.0. |
+1 | javadoc | 0m 27s | the patch passed |
Other Tests | |||
-1 | unit | 128m 22s | hbase-server in the patch failed. |
+1 | asflicense | 0m 24s | The patch does not generate ASF License warnings. |
169m 43s |
Reason | Tests |
---|---|
Failed junit tests | hadoop.hbase.io.hfile.TestCacheOnWrite |
hadoop.hbase.security.visibility.TestVisibilityLabelsWithDefaultVisLabelService | |
hadoop.hbase.TestZooKeeper |
Subsystem | Report/Notes |
---|---|
Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01 |
JIRA Issue | |
JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12908835/hbase-19839.master.004.patch |
Optional Tests | asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile |
uname | Linux b6c661685ecb 3.13.0-135-generic #184-Ubuntu SMP Wed Oct 18 11:55:51 UTC 2017 x86_64 GNU/Linux |
Build tool | maven |
Personality | /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh |
git revision | master / 52cb9aaf6e |
maven | version: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) |
Default Java | 1.8.0_151 |
unit | https://builds.apache.org/job/PreCommit-HBASE-Build/11336/artifact/patchprocess/patch-unit-hbase-server.txt |
Test Results | https://builds.apache.org/job/PreCommit-HBASE-Build/11336/testReport/ |
Max. process+thread count | 4966 (vs. ulimit of 20000) |
modules | C: hbase-server U: hbase-server |
Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/11336/console |
Powered by | Apache Yetus 0.7.0 http://yetus.apache.org |
This message was automatically generated.
Pushed. TestCacheOnWrite is timeout. Others are addressed elsewhere. None are related to what this patch does (change in test framework). Thanks uagashe
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4510 (See https://builds.apache.org/job/HBase-Trunk_matrix/4510/)
HBASE-19839 Fixed flakey tests (stack: rev 57911d02c65b80eb198530b2a7d1fa39dba11a2c)
- (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/MergeTableRegionsProcedure.java
- (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/master/assignment/TestMergeTableRegionsProcedure.java
- (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/SplitTableRegionProcedure.java
- (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/MasterProcedureTestingUtility.java
- (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/master/assignment/TestSplitTableRegionProcedure.java
This looks similar to downstream failure that myself and appy debugged a while back. Here is the summary of findings:
The test TestMergeTableRegionsProcedure.testRollbackAndDoubleExecution() tests rollback of MergeTableRegionsProcedure with double execution (killAndTogglebeforeStore set to true). After 5 steps abort() is called which triggers rolback of the procedure. Rollback involves submitting 2 instances of AssignProcedure for 2 regions under consideration for merge. This is done asynchronously i.e. MergeTableRegionsProcedure doesn’t wait for completion of AssignProcedure instances.
The test fails on: assertEquals(true, procExec.isRunning()) in MasterProcedureTestingUtility.testRollbackAndDoubleExecution().
When abort() of MergeTableRegionsProcedure is done, for loop in MasterProcedureTestingUtility.testRollbackAndDoubleExecution() terminates on condition !procExec.isFinished(procId)and thread execution proceeds to subsequent assert statement mentioned above. If there is a thread-switch (as in this case) then a step of one of the pending procedures is completed by ProcedureExecutor. Just before storing a state ProcedureExecutor checks killBeforeStore. If it is true, it stops executor. The thread executing the test fails on assertEquals(true, procExec.isRunning()).
Based on root cause above, presence of AssignProcedure instances submitted by MergeTableRegionsProcedure.rollback() causes this problem and fix could be:
More radical solution is to remove rollback(), as it can be done through regular state transition or submitting child/ sub-procedure/s to the same effect. Helper function like registerRollback(Procedure rollbackProc) can be considered.