Palash Chauhan created PHOENIX-7297: ---------------------------------------
Summary: Update cache before retrying if Drop Column encounters a ConcurrentTableMutationException Key: PHOENIX-7297 URL: https://issues.apache.org/jira/browse/PHOENIX-7297 Project: Phoenix Issue Type: Sub-task Environment: Creating a view on a table with a client increases the sequence number of the table on the server but client does not see it. Altering the table with the same connection (DROP column) leads to a ConcurrentMutationException if UPDATE_CACHE_FREQUENCY is set to NEVER. We can update client's cache in MetaDataClient#dropColumn if there is a ConcurrentMutationException and then retry the operation. Reporter: Palash Chauhan Assignee: Palash Chauhan -- This message was sent by Atlassian Jira (v8.20.10#820010)