Details
-
Sub-task
-
Status: Resolved
-
Critical
-
Resolution: Duplicate
-
4.14.0, 5.0.0, 4.15.0, 4.14.1
-
None
-
None
-
None
Description
In MutationState#send(Iterator<TableRef>)#doMutation , we use htable.batch() which will throw SQLException wrapped in RetriesExhaustedWithDetailsException.
These wrapped SQLException are of two types,
1) INDEX_WRITE_FAILURE(1121, "XCL21", "Write to the index failed.")
2) INDEX_METADATA_NOT_FOUND(2008, "INT10", "Unable to find cached index metadata. ")
Out of this we only handle 1st (INDEX_WRITE_FAILURE) and we should handle 2nd one too (INDEX_METADATA_NOT_FOUND)
Attachments
Attachments
Issue Links
- is part of
-
PHOENIX-5194 Thread Cache is not update for Index retries in for MutationState#send()#doMutation()
- Closed