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

Ted Yu commented on HBASE-16366:
--------------------------------

{code}
609             while(!hbadmin.isTableAvailable(targetTableName, keys)) {
{code}
Insert space between while and (.
{code}
611               if( EnvironmentEdgeManager.currentTime() - startTime > 
TABLE_AVAILABILITY_WAIT_TIME) {
612                 throw new IOException("Time out expired, table " 
+targetTableName+ 
613                   " is still not available");
{code}
Please include wait duration in the message.


> Restore operation into new table can fail
> -----------------------------------------
>
>                 Key: HBASE-16366
>                 URL: https://issues.apache.org/jira/browse/HBASE-16366
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Vladimir Rodionov
>            Assignee: Vladimir Rodionov
>         Attachments: HBASE-16366-v1.patch
>
>
> If restore from backup into new table we need to make sure that new table is 
> available online. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to