[ 
https://issues.apache.org/jira/browse/HBASE-5206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13231306#comment-13231306
 ] 

Zhihong Yu commented on HBASE-5206:
-----------------------------------

Recent result is better. Good progress.
{code}
+   * @return True if the table is present
{code}
Please change 'True' to 'true'
{code}
+    while (!ZKTable.isEnabledTable(zkw, "testMasterAdmin")) {
+      Thread.sleep(100);
+    }
{code}
Please shorten sleep interval to 10. A timeout is desirable for the wait.

                
> Port HBASE-5155 to 0.92, 0.94, and TRUNK
> ----------------------------------------
>
>                 Key: HBASE-5206
>                 URL: https://issues.apache.org/jira/browse/HBASE-5206
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.2, 0.94.0, 0.96.0
>            Reporter: Zhihong Yu
>            Assignee: Ashutosh Jindal
>             Fix For: 0.92.2, 0.94.0, 0.96.0
>
>         Attachments: 5206_92_1.patch, 5206_92_latest_1.patch, 
> 5206_92_latest_2.patch, 5206_92_latest_3.patch, 5206_trunk-v3.patch, 
> 5206_trunk_1.patch, 5206_trunk_latest_1.patch, 5206_trunk_latest_2.patch
>
>
> This JIRA ports HBASE-5155 (ServerShutDownHandler And Disable/Delete should 
> not happen parallely leading to recreation of regions that were deleted) to 
> 0.92 and TRUNK

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to