You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2020/05/18 17:50:11 UTC

[GitHub] [phoenix] priyankporwal commented on a change in pull request #779: PHOENIX-5896: Implement incremental rebuild along the failed regions …

priyankporwal commented on a change in pull request #779:
URL: https://github.com/apache/phoenix/pull/779#discussion_r426796578



##########
File path: phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexTool.java
##########
@@ -235,15 +235,22 @@ public static IndexVerifyType fromValue(byte[] value) {
     private static final Option END_TIME_OPTION = new Option("et", "endtime",
             true, "End time for indextool rebuild or verify");
 
+    private static final Option INCREMENTAL_VERIFY_OPTION = new Option("iv", "incre-verify",

Review comment:
       Nit: Please change this to full "incremental-verify"




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org