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

Ankit Singhal commented on HBASE-20642:
---------------------------------------

bq. I don't see what is wrong. You are trying to modify a table adding a column 
but you can't because a previous attempt succeeded?
Actually, the scenario is, a user is trying to add a column family in the table 
but the master went down after completing half of the states in the 
procedure(let's assume the columnFamily was updated in tableDescriptor) , so as 
the call is not completed, HBase client will retry the call but it will fail 
with InvalidFamilyOperationException 
because we don't differentiate if it is retry or a new call. 

> IntegrationTestDDLMasterFailover throws 'InvalidFamilyOperationException 
> -------------------------------------------------------------------------
>
>                 Key: HBASE-20642
>                 URL: https://issues.apache.org/jira/browse/HBASE-20642
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ankit Singhal
>            Assignee: Ankit Singhal
>            Priority: Major
>         Attachments: HBASE-20642.patch
>
>
> [~romil.choksi] reported that IntegrationTestDDLMasterFailover is failing 
> while adding column family during the time master is restarting.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to