This is an automated email from the ASF dual-hosted git repository.

kadir pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new cea5200  PHOENIX-5910 Addendum
cea5200 is described below

commit cea5200e94187f8c8e49ef9d17af07c088c6000e
Author: Kadir <kozde...@salesforce.com>
AuthorDate: Sat May 23 10:29:06 2020 -0700

    PHOENIX-5910 Addendum
---
 .../java/org/apache/phoenix/coprocessor/IndexRebuildRegionScanner.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRebuildRegionScanner.java
 
b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRebuildRegionScanner.java
index 2e9eec2..9cad0f0 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRebuildRegionScanner.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRebuildRegionScanner.java
@@ -951,6 +951,7 @@ public class IndexRebuildRegionScanner extends 
GlobalIndexRegionScanner {
     }
 
     private void verifyAndOrRebuildIndex() throws IOException {
+        isBeforeRebuilt = true;
         IndexToolVerificationResult nextVerificationResult = new 
IndexToolVerificationResult(scan);
         
nextVerificationResult.setScannedDataRowCount(dataKeyToMutationMap.size());
         if (verifyType == IndexTool.IndexVerifyType.AFTER || verifyType == 
IndexTool.IndexVerifyType.NONE) {

Reply via email to