Thest tests should be flaky tests. All passed when I test them. mvn clean test -Dtest=TestRegionMoveAndAbandon,TestRegionReplicas,TestSplitTransactionOnCluster,TestRawAsyncTableScan,TestRegionReplicaFailover
[INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.hadoop.hbase.client.TestRawAsyncTableScan [INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.037 s - in org.apache.hadoop.hbase.client.TestRawAsyncTableScan [INFO] Running org.apache.hadoop.hbase.master.assignment.TestRegionMoveAndAbandon [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.806 s - in org.apache.hadoop.hbase.master.assignment.TestRegionMoveAndAbandon [INFO] Running org.apache.hadoop.hbase.regionserver.TestRegionReplicas [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 110.891 s - in org.apache.hadoop.hbase.regionserver.TestRegionReplicas [INFO] Running org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 64.132 s - in org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster [INFO] Running org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 118.761 s - in org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover Andrew Purtell <apurt...@apache.org> 于2020年3月12日周四 上午8:34写道: > +1 (binding) > > * Signature: ok > * Checksum : ok > * Rat check (1.8.0_232): ok > - mvn clean apache-rat:check > * Built from source (1.8.0_232): ok > - mvn clean install -DskipTests > * Unit tests pass (1.8.0_232): failed: two repeatable failure, some > flakes > - mvn package -P runAllTests > > Repeatable failures: > TestRegionMoveAndAbandon > > org.apache.hadoop.hbase.master.assignment.TestRegionMoveAndAbandon.test > Run 1: TestRegionMoveAndAbandon.test:120 » Runtime > org.apache.hadoop.hbase.client.Ret... > Run 2: TestRegionMoveAndAbandon.test:120 » Runtime > org.apache.hadoop.hbase.client.Ret... > Run 3: TestRegionMoveAndAbandon.test:120 » Runtime > org.apache.hadoop.hbase.client.Ret... > > org.apache.hadoop.hbase.master.assignment.TestRegionMoveAndAbandon.test > Time elapsed: 279.857 s <<< ERROR! > java.lang.RuntimeException: > org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after > attempts=16, exceptions: > 2020-03-11T23:47:13.748Z, RpcRetryingCaller{globalStartTime=1583970423744, > pause=100, maxAttempts=16}, java.net.ConnectException > [ ... all exceptions are java.net.ConnectException ... ] > > TestRegionReplicas > > org.apache.hadoop.hbase.regionserver.TestRegionReplicas.null > Run 1: > TestRegionReplicas.testVerifySecondaryAbilityToReadWithOnFiles:476 » > TestTimedOut > Run 2: TestRegionReplicas » Appears to be stuck in thread > Default-IPC-NioEventLoopGr... > > org.apache.hadoop.hbase.regionserver.TestRegionReplicas Time elapsed: > 713.508 s <<< ERROR! > org.junit.runners.model.TestTimedOutException: test timed out after 780 > seconds at > > org.apache.hadoop.hbase.regionserver.TestRegionReplicas.testVerifySecondaryAbilityToReadWithOnFiles(TestRegionReplicas.java:476) > > org.apache.hadoop.hbase.regionserver.TestRegionReplicas Time elapsed: > 713.544 s <<< ERROR! > java.lang.Exception: Appears to be stuck in thread > Default-IPC-NioEventLoopGroup-4-3 > > Failed but passed standalone: > > org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster.null > Run 1: > TestSplitTransactionOnCluster.tearDown:163->Object.wait:502->Object.wait:-2 > » TestTimedOut > Run 2: TestSplitTransactionOnCluster » Appears to be stuck in thread > Socket Reader #... > Run 3: TestSplitTransactionOnCluster.before:145 » IllegalState A > mini-cluster is alre... > > > org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster.testRITStateForRollback > Run 1: TestSplitTransactionOnCluster.testRITStateForRollback:230 » > TimeoutIO java.uti... > Run 2: TestSplitTransactionOnCluster.tearDown:163 » InterruptedIO > > TestSerialReplicationFailover>SerialReplicationTestBase.setUpBeforeClass:123 > » IO > > Flakes: > > > org.apache.hadoop.hbase.client.TestRawAsyncTableScan.testReverseScanNoStopKey[3: > type=batchSmallResultSize] > Run 1: TestRawAsyncTableScan.testReverseScanNoStopKey[3: > type=batchSmallResultSize] » RetriesExhausted > Run 2: PASS > > > org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover.testSecondaryRegionKill > Run 1: TestRegionReplicaFailover.testSecondaryRegionKill:240 Failed > verification of row :0 > Run 2: PASS > > > On Wed, Mar 11, 2020 at 12:03 AM Guanghao Zhang <zghao...@gmail.com> > wrote: > > > Please vote on this release candidate (RC) for Apache HBase 2.2.4. > > > > The VOTE will remain open for at least 72 hours. > > [ ] +1 Release this package as Apache HBase 2.2.4 > > [ ] -1 Do not release this package because ... > > > > The tag to be voted on is 2.2.4RC0. The release files, including > > signatures, digests, etc. can be found at: > > https://dist.apache.org/repos/dist/dev/hbase/2.2.4RC0/ > > > > Maven artifacts are available in a staging repository at: > > https://repository.apache.org/content/repositories/orgapachehbase-1385/ > > > > Signatures used for HBase RCs can be found in this file: > > https://dist.apache.org/repos/dist/release/hbase/KEYS > > > > The list of bug fixes going into 2.2.4 can be found in included > > CHANGES.md and RELEASENOTES.md available here: > > https://dist.apache.org/repos/dist/dev/hbase/2.2.4RC0/CHANGES.md > > https://dist.apache.org/repos/dist/dev/hbase/2.2.4RC0/RELEASENOTES.md > > > > A detailed source and binary compatibility report for this release is > > available at: > > > > > https://dist.apache.org/repos/dist/dev/hbase/2.2.4RC0/api_compare_2.2.4RC0_to_2.2.3.html > > > > To learn more about Apache HBase, please see http://hbase.apache.org/ > > > > > > Thanks, > > Guanghao Zhang > > > > > -- > Best regards, > Andrew > > Words like orphans lost among the crosstalk, meaning torn from truth's > decrepit hands > - A23, Crosstalk >