[ https://issues.apache.org/jira/browse/PHOENIX-7297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Palash Chauhan resolved PHOENIX-7297. ------------------------------------- Resolution: Fixed > 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 > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)