[
https://issues.apache.org/jira/browse/HBASE-20642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16491329#comment-16491329
]
Ankit Singhal edited comment on HBASE-20642 at 5/25/18 10:30 PM:
-----------------------------------------------------------------
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?
[~stack],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.
was (Author: [email protected]):
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)