[
https://issues.apache.org/jira/browse/PHOENIX-4178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16177593#comment-16177593
]
Hudson commented on PHOENIX-4178:
---------------------------------
FAILURE: Integrated in Jenkins build Phoenix-master #1808 (See
[https://builds.apache.org/job/Phoenix-master/1808/])
PHOENIX-4178 Detect failed index write while rebuilder is running with
(jtaylor: rev 944bed73585a5ff826997895c2da43720b229d8a)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/index/PhoenixIndexFailurePolicy.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/schema/PIndexState.java
* (edit)
phoenix-core/src/test/java/org/apache/phoenix/query/QueryServicesTestImpl.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataRegionObserver.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixDatabaseMetaData.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/optimize/QueryOptimizer.java
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/PartialIndexRebuilderIT.java
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexFailureIT.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/index/IndexMaintainer.java
* (edit) phoenix-core/src/test/java/org/apache/phoenix/util/TestUtil.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/util/IndexUtil.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/execute/MutationState.java
> Detect failed index write while rebuilder is running with index staying active
> ------------------------------------------------------------------------------
>
> Key: PHOENIX-4178
> URL: https://issues.apache.org/jira/browse/PHOENIX-4178
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: James Taylor
> Fix For: 4.12.0
>
> Attachments: PHOENIX-4178.patch, PHOENIX-4178_v2.patch
>
>
> If an index write fails while the rebuilder is running, we need to make sure
> to run the rebuilder again so we don't need miss any rows. This can only
> happen when the index is left active, as otherwise the index will transition
> back to disabled and we'll end up rerunning the rebuilder.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)