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

Sergey Shelukhin commented on HBASE-8726:
-----------------------------------------

Some comments are stale (e.g. the one mentioning kills for CHAOS_EVERY_MS).

{code} new AddColumnPolicy(tableName, new HBaseAdmin(util.getConfiguration())), 
{code}
passing HBaseAdmin is not necessary, Action class has context that has admin, 
as well as other random stuff.

Action is called policy which is kind of confusing.

You are making online changes enabled by default, is this intended in this JIRA?


                
> Create an Integration Test for online schema change
> ---------------------------------------------------
>
>                 Key: HBASE-8726
>                 URL: https://issues.apache.org/jira/browse/HBASE-8726
>             Project: HBase
>          Issue Type: Bug
>          Components: Admin
>    Affects Versions: 0.98.0, 0.95.1
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>         Attachments: HBASE-8726-0.patch
>
>
> With table locks in place it should be time to start really testing online 
> table schema changes.

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