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

Matteo Bertozzi commented on HBASE-7657:
----------------------------------------

+1 HBaseAdmin is supposed to be synchronous and we don't have a way to catch 
when a modifyTable() operation is completed.

If you look at the admin test (before patch), there's a private modifyTable() 
that does the wait until the operation completed, relying on the implementation 
details of the master (executor event). 

                
> Make ModifyTableHandler synchronous
> -----------------------------------
>
>                 Key: HBASE-7657
>                 URL: https://issues.apache.org/jira/browse/HBASE-7657
>             Project: HBase
>          Issue Type: Bug
>          Components: Admin, Client
>    Affects Versions: 0.96.0
>            Reporter: Himanshu Vashishtha
>            Assignee: Himanshu Vashishtha
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7657.patch
>
>
> This is along the lines of other admin operations such as modifyColumnFamily, 
> AddColumnFamily to make it a synchronous op.

--
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

Reply via email to