[ 
https://issues.apache.org/jira/browse/PHOENIX-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16652944#comment-16652944
 ] 

Hudson commented on PHOENIX-4963:
---------------------------------

FAILURE: Integrated in Jenkins build Phoenix-4.x-HBase-1.3 #237 (See 
[https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/237/])
PHOENIX-4963 Do not throw when transitioning to PENDING_DISABLE if index 
(vincentpoon: rev 4a05f1489f1293a889e8ff3ca90348dce889e847)
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java


> Do not throw when transitioning to PENDING_DISABLE if index is already 
> disabled
> -------------------------------------------------------------------------------
>
>                 Key: PHOENIX-4963
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4963
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.14.0
>            Reporter: Vincent Poon
>            Assignee: Vincent Poon
>            Priority: Critical
>             Fix For: 4.14.1
>
>         Attachments: PHOENIX-4963.v1.master.patch, 
> PHOENIX-4963.v2.master.patch, PHOENIX-4963.v3.master.patch
>
>
> When multiple clients get index write failures, they may attempt to 
> transition to PENDING_DISABLE concurrently.  A race condition can cause one 
> to exhaust its retries first and transition the index to DISABLE, and another 
> client to then attempt to transition from DISABLE to PENDING_DISABLE.  
> Currently this is causing an exception to get thrown, leading to the 
> KillServerOnFailurePolicy getting activated.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to