[
https://issues.apache.org/jira/browse/HBASE-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541251#comment-13541251
]
Lars Hofhansl commented on HBASE-7468:
--------------------------------------
Thanks Ram, that would be awesome!
Interestingly the code where it hangs is here.
{code}
} finally {
if (admin.isTableAvailable(tableName) && admin.isTableEnabled(tableName))
{
--> admin.disableTable(tableName);
admin.deleteTable(tableName);
admin.close();
}
}
{code}
So the table is available and enabled.
> TestSplitTransactionOnCluster hangs frequently
> ----------------------------------------------
>
> Key: HBASE-7468
> URL: https://issues.apache.org/jira/browse/HBASE-7468
> Project: HBase
> Issue Type: Bug
> Reporter: Lars Hofhansl
>
> This what I saw once in a local build.
> {code}
> java.lang.Thread.State: TIMED_WAITING (sleeping)
> at java.lang.Thread.sleep(Native Method)
> at
> org.apache.hadoop.hbase.client.HBaseAdmin.disableTable(HBaseAdmin.java:831)
> at
> org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster.testShouldClearRITWhenNodeFoundInSplittingState(TestSplitTransactionOnCluster.java:650)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira