[
https://issues.apache.org/jira/browse/HBASE-20475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16453565#comment-16453565
]
Zheng Hu commented on HBASE-20475:
----------------------------------
Checked the console log
(https://builds.apache.org/job/HBASE-Flaky-Tests/30156/consoleFull), A
different problem now, all come from setUp() method.
{code}
[ERROR] Tests run: 4, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 117.161
s <<< FAILURE! - in
org.apache.hadoop.hbase.replication.TestReplicationDroppedTables
[ERROR]
testEditsStuckBehindDroppedTable(org.apache.hadoop.hbase.replication.TestReplicationDroppedTables)
Time elapsed: 62.122 s <<< ERROR!
java.io.IOException: Failed to get result within timeout, timeout=60000ms
at
org.apache.hadoop.hbase.replication.TestReplicationDroppedTables.setUp(TestReplicationDroppedTables.java:67)
[ERROR]
testEditsBehindDroppedTableTiming(org.apache.hadoop.hbase.replication.TestReplicationDroppedTables)
Time elapsed: 1.292 s <<< ERROR!
java.net.ConnectException: Call to asf915.gq1.ygridcore.net/67.195.81.159:34222
failed on connection exception:
org.apache.hbase.thirdparty.io.netty.channel.AbstractChannel$AnnotatedConnectException:
Connection refused: asf915.gq1.ygridcore.net/67.195.81.159:34222
Caused by:
org.apache.hbase.thirdparty.io.netty.channel.AbstractChannel$AnnotatedConnectException:
Connection refused: asf915.gq1.ygridcore.net/67.195.81.159:34222
Caused by: java.net.ConnectException: Connection refused
[ERROR]
testEditsDroppedWithDroppedTable(org.apache.hadoop.hbase.replication.TestReplicationDroppedTables)
Time elapsed: 1.292 s <<< ERROR!
java.io.IOException: Call to asf915.gq1.ygridcore.net/67.195.81.159:34222
failed on local exception: org.apache.hadoop.hbase.ipc.FailedServerException:
This server is in the failed servers list:
asf915.gq1.ygridcore.net/67.195.81.159:34222
at
org.apache.hadoop.hbase.replication.TestReplicationDroppedTables.setUp(TestReplicationDroppedTables.java:65)
Caused by: org.apache.hadoop.hbase.ipc.FailedServerException: This server is in
the failed servers list: asf915.gq1.ygridcore.net/67.195.81.159:34222
at
org.apache.hadoop.hbase.replication.TestReplicationDroppedTables.setUp(TestReplicationDroppedTables.java:65)
{code}
> Fix the flaky TestReplicationDroppedTables unit test.
> -----------------------------------------------------
>
> Key: HBASE-20475
> URL: https://issues.apache.org/jira/browse/HBASE-20475
> Project: HBase
> Issue Type: Bug
> Affects Versions: 2.1.0
> Reporter: Zheng Hu
> Assignee: Zheng Hu
> Priority: Major
> Fix For: 3.0.0, 2.1.0
>
> Attachments: HBASE-20475.patch
>
>
> See
> https://builds.apache.org/job/HBASE-Find-Flaky-Tests/lastSuccessfulBuild/artifact/dashboard.html
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)