Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.1.0
-
None
-
None
Description
When PhoenixIndexFailurePolicy is triggered when index update failed, we got following error:
2014-07-29 18:24:53,552 WARN [defaultRpcServer.handler=0,queue=0,port=61926] org.apache.phoenix.index.PhoenixIndexFailurePolicy(136): Attempt to disable index _LOCAL_IDX_T failed with code = TABLE_NOT_FOUND. Will use default failure policy instead.
The reason is that in PhoenixIndexFailurePolicy code, we construct index table name from underlying hbase index table name. While local index table can't be derived because underlying local index table name is always like "LOCAL_IDX<DATA TABLE NAME>".
Attachments
Attachments
Issue Links
- is related to
-
PHOENIX-1112 Atomically rebuild index partially when index update fails
- Closed
-
PHOENIX-933 Enhance Local index support
- Resolved