[
https://issues.apache.org/jira/browse/PHOENIX-3947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086943#comment-16086943
]
Hudson commented on PHOENIX-3947:
---------------------------------
FAILURE: Integrated in Jenkins build Phoenix-master #1687 (See
[https://builds.apache.org/job/Phoenix-master/1687/])
PHOENIX-3947 Increase scan time out for partial index rebuild and retry
(samarth: rev ce52c37f0b22c35a98d50193ed5647e44eb27e0b)
* (edit)
phoenix-core/src/test/java/org/apache/phoenix/util/PropertiesUtilTest.java
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionUtilIT.java
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexFailureIT.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/PhoenixRuntimeIT.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/util/ConnectionUtil.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/query/QueryServices.java
* (edit)
phoenix-hive/src/main/java/org/apache/phoenix/hive/util/PhoenixConnectionUtil.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/util/QueryUtil.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataRegionObserver.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/util/PropertiesUtil.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
> Increase scan time out for partial index rebuild and retry only once
> --------------------------------------------------------------------
>
> Key: PHOENIX-3947
> URL: https://issues.apache.org/jira/browse/PHOENIX-3947
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: Samarth Jain
> Labels: globalMutableSecondaryIndex
> Fix For: 4.12.0, 4.11.1
>
> Attachments: PHOENIX-3947.patch, PHOENIX-3947_v2.patch,
> PHOENIX-3947_v3.patch, PHOENIX-3947_v4.patch, PHOENIX-3947_v5.patch
>
>
> The scan done from MetaDataRegionObserver needs to have a higher timeout so
> that it can always complete successfully. The retries should be limited to
> one too. Upon failure, we should disable the index and set the
> INDEX_DISABLE_TIMESTAMP to zero to prevent further attempts to rebuild the
> index (as a failure would be an indication that something is awry and manual
> intervention should be required to rebuild the index completely).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)