[ 
https://issues.apache.org/jira/browse/PHOENIX-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vincent Poon updated PHOENIX-4963:
----------------------------------
    Description: 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.  (was: When multiple clients get 
index write failures, they may attempt to transition to PENDING_DISABLE 
concurrently.  A race condition can cause one to succeed first, and the next to 
attempt to transition from DISABLE to PENDING_DISABLE.  Currently this is 
causing an exception to get thrown, leading to the KillServerOnFailurePolicy 
getting activated.)

> 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
>            Priority: Critical
>
> 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