[
https://issues.apache.org/jira/browse/PHOENIX-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14121041#comment-14121041
]
ASF GitHub Bot commented on PHOENIX-1139:
-----------------------------------------
Github user ramkrish86 commented on the pull request:
https://github.com/apache/phoenix/pull/10#issuecomment-54417314
Why is the pull request referring to the old branch ?
commit b4c0cb1df9fc43d76c43de052f5f8007b51b4909
Author: Ramkrishna <[email protected]>
Date: Thu Sep 4 12:14:13 2014 +0530
Phoenix-180
commit 3abb90bb0fa0721a333f919f4d0c734cf51028fc
Author: Rajeshbabu Chintaguntla <[email protected]>
Date: Wed Sep 3 18:16:49 2014 +0800
PHOENIX-1139 Failed to disable local index when index update
fails(addendum)
commit 845888bcb58a6fe5975de4cfabbe9266407de9dc
Author: Rajeshbabu Chintaguntla <[email protected]>
This is what gets displayed in my local log history. And my branch is
Phoenix-180_1
> Failed to disable local index when index update fails
> -----------------------------------------------------
>
> Key: PHOENIX-1139
> URL: https://issues.apache.org/jira/browse/PHOENIX-1139
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 5.0.0, 4.1
> Reporter: Jeffrey Zhong
> Assignee: rajeshbabu
> Fix For: 5.0.0, 4.2
>
> Attachments: PHOENIX-1139.patch, PHOENIX-1139_addendum.patch
>
>
> When PhoenixIndexFailurePolicy is triggered when index update failed, we got
> following error:
> {noformat}
> 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.
> {noformat}
> 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>".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)