[
https://issues.apache.org/jira/browse/PHOENIX-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15373501#comment-15373501
]
Hudson commented on PHOENIX-3045:
---------------------------------
FAILURE: Integrated in Phoenix-master #1323 (See
[https://builds.apache.org/job/Phoenix-master/1323/])
PHOENIX-3045 Data regions in transition forever if RS holding them down
(ankitsinghal59: rev e060a131bd7cc94e860b70e0698c7d2d9802ddc9)
* phoenix-core/src/main/java/org/apache/phoenix/schema/stats/StatisticsUtil.java
*
phoenix-core/src/main/java/org/apache/phoenix/hbase/index/write/IndexWriter.java
*
phoenix-core/src/main/java/org/apache/phoenix/schema/stats/StatisticsCollectorFactory.java
* phoenix-core/src/main/java/org/apache/phoenix/iterate/BaseResultIterators.java
*
phoenix-core/src/main/java/org/apache/phoenix/hbase/index/write/RecoveryIndexWriter.java
* phoenix-core/src/main/java/org/apache/phoenix/hbase/index/Indexer.java
> Data regions in transition forever if RS holding them down during drop index
> ----------------------------------------------------------------------------
>
> Key: PHOENIX-3045
> URL: https://issues.apache.org/jira/browse/PHOENIX-3045
> Project: Phoenix
> Issue Type: Bug
> Reporter: Sergio Peleato
> Assignee: Ankit Singhal
> Fix For: 4.8.0
>
> Attachments: PHOENIX-3045.patch, PHOENIX-3045_v1.patch,
> PHOENIX-3045_v2.patch
>
>
> There is a chance that region server holding the data regions might abruptly
> killed before flushing the data table this leads same failure case that data
> regions won't be opened which leads to the regions in transition forever. We
> need to handle this case by checking dropped indexes on recovery write
> failures and skip the corresponding mutations to write to them.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)