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

Matteo Bertozzi commented on HBASE-8061:
----------------------------------------

No HBASE-7624 is just related to "alter table" (adding/removing columns)
here probably is required a fix in admin.deleteTable() to verify when the table 
is removed (e.g. by looking at the table znode, since is the last operation in 
the deleteTableHandler) anyway is a more generic problem. we don't have any way 
to know when async operations are completed on client side. unless having some 
crazy logic in the client, like the create table... that knows exactly what are 
the operation performed by the CreateTableHandler. but If you add something at 
the end of the createTableHandler that takes long time, you end up with the 
client exiting early.
                
> Missing test from TestFlushSnapshotFromClient in 0.94
> -----------------------------------------------------
>
>                 Key: HBASE-8061
>                 URL: https://issues.apache.org/jira/browse/HBASE-8061
>             Project: HBase
>          Issue Type: Bug
>          Components: snapshots
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>             Fix For: 0.94.7
>
>         Attachments: HBASE-8061-v0.patch, HBASE-8061-v1.patch, 
> HBASE-8061-v2.patch, long-lines-trunk.patch
>
>
> There's a missing test from TestFlushSnapshotFromClient (0.94) and a missing 
> delete snapshot at the end of another test that cases jdk7 to fail, since the 
> tests are executed in a different order.

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