Monani Mihir created PHOENIX-5194:
-------------------------------------
Summary: Thread Cache is not update for Index retries in for
MutationState#send()#PhoenixIndexFailurePolicy#doBatchWithRetries#doMutation()
Key: PHOENIX-5194
URL: https://issues.apache.org/jira/browse/PHOENIX-5194
Project: Phoenix
Issue Type: Sub-task
Affects Versions: 4.14.1, 5.0.0, 4.14.0
Reporter: Monani Mihir
Assignee: Monani Mihir
Wwhen Client is writing and Index Failures happens it uses
PhoenixIndexFailurePolicy#doBatchWithRetries to apply index mutations. If
during this retires Index region and Data table region moves , Index/Data table
region location cache does not get updated. Because of this client is keep
trying to write in same location and get failures. After all retries are
finished, it will simply disable Index and aborts the client thread.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)