[
https://issues.apache.org/jira/browse/PHOENIX-5896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17129858#comment-17129858
]
Hudson commented on PHOENIX-5896:
---------------------------------
ABORTED: Integrated in Jenkins build PreCommit-PHOENIX-Build #3949 (See
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/3949/])
PHOENIX-5896: Implement incremental rebuild along the failed regions in
(s.kadam: rev 1c2a23190069d10a25537c7ee6ed0ed1733fafc9)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/PhoenixServerBuildIndexInputFormat.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/GlobalIndexRegionScanner.java
* (edit)
phoenix-core/src/test/java/org/apache/phoenix/mapreduce/util/PhoenixConfigurationUtilTest.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/util/PhoenixConfigurationUtil.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexVerificationResultRepository.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolIT.java
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolForNonTxGlobalIndexIT.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexTool.java
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolTimeRangeIT.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/BaseScannerRegionObserver.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRebuildRegionScanner.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexerRegionScanner.java
* (edit) phoenix-core/src/test/java/org/apache/phoenix/index/IndexToolTest.java
* (edit)
phoenix-core/src/test/java/org/apache/phoenix/index/IndexUpgradeToolTest.java
* (add)
phoenix-core/src/test/java/org/apache/phoenix/index/ShouldVerifyTest.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexVerificationOutputRepository.java
> Implement incremental rebuild along the failed regions in IndexTool
> -------------------------------------------------------------------
>
> Key: PHOENIX-5896
> URL: https://issues.apache.org/jira/browse/PHOENIX-5896
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Swaroopa Kadam
> Assignee: Swaroopa Kadam
> Priority: Major
> Attachments: PHOENIX-5896.4.x.add0.patch, PHOENIX-5896.4.x.v1.patch,
> PHOENIX-5896.4.x.v2.patch, PHOENIX-5896.4.x.v3.patch,
> PHOENIX-5896.4.x.v4.patch, PHOENIX-5896.v1.patch
>
> Time Spent: 2h 50m
> Remaining Estimate: 0h
>
> As we run the index tool on indexes to be rebuilt after the upgrade, it
> spends some time in rescanning successful regions from the last rebuild. We
> want to make the index tool a little smarter to not rebuild rows from the
> regions that were found in the PIT_result table from the last rebuild.
> PIT_result logs region info if it was successfully rebuilt in the last run.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)