[
https://issues.apache.org/jira/browse/HBASE-11517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14064038#comment-14064038
]
Mikhail Antonov commented on HBASE-11517:
-----------------------------------------
2014-07-16 20:04:35,667 INFO [pool-1-thread-1] hbase.HBaseTestingUtility(394):
Created new mini-cluster data directory:
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-server/target/test-data/3c686420-2e0f-485a-af8a-8057368ca634/dfscluster_d5f2234c-9c56-4672-8cc8-0171cd63ac74,
deleteOnExit=true
2014-07-16 20:04:35,857 DEBUG [pool-1-thread-1]
zookeeper.MiniZooKeeperCluster(171): Failed binding ZK Server to client port:
50997
java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:444)
Doesn't look related to this patch (may be another flaky test to look at)
> 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, 11517v2.txt,
> 11517v2.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)