[
https://issues.apache.org/jira/browse/HBASE-11517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikhail Antonov updated HBASE-11517:
------------------------------------
Attachment: HBASE-11517_v1-mantonov.patch
Attached patch.
Since the change in MiniHBaseCluster would have been more involving, I just
ended up delaying minicluster2 shutdown up until afterClass (seems harmless).
Also reverted finally {} blocks as they, imo, might obscure issues and added
time constraint to 2 left tests.
Test now runs about 30second for me (from command line) and about 1m20s from
idea.
[~stack] what do you think?
> TestReplicaWithCluster turns zombie
> -----------------------------------
>
> Key: HBASE-11517
> URL: https://issues.apache.org/jira/browse/HBASE-11517
> Project: HBase
> Issue Type: Bug
> Reporter: stack
> Assignee: stack
> Attachments: 10930v4.txt, 11517.timeouts.txt,
> HBASE-11517_v1-mantonov.patch
>
>
> Happened a few times for me fixing unrelated findbugs. Here is example:
> https://builds.apache.org/job/PreCommit-HBASE-Build/10065//consoleFull See
> how it is hanging creating a table:
> "pool-1-thread-1" prio=10 tid=0x00007f1714657000 nid=0x4b7f waiting on
> condition [0x00007f16e9f80000]
> java.lang.Thread.State: TIMED_WAITING (sleeping)
> at java.lang.Thread.sleep(Native Method)
> at
> org.apache.hadoop.hbase.client.HBaseAdmin.createTable(HBaseAdmin.java:539)
> at
> org.apache.hadoop.hbase.client.HBaseAdmin.createTable(HBaseAdmin.java:424)
> at
> org.apache.hadoop.hbase.HBaseTestingUtility.createTable(HBaseTestingUtility.java:1185)
> at
> org.apache.hadoop.hbase.client.TestReplicaWithCluster.testCreateDeleteTable(TestReplicaWithCluster.java:138)
--
This message was sent by Atlassian JIRA
(v6.2#6252)