swaroopak commented on a change in pull request #801:
URL: https://github.com/apache/phoenix/pull/801#discussion_r446469639



##########
File path: 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRebuildRegionScanner.java
##########
@@ -96,6 +102,11 @@
 
     private static final Logger LOGGER = 
LoggerFactory.getLogger(IndexRebuildRegionScanner.class);
 
+    public static final String PHOENIX_INDEX_MR_LOG_BEYOND_MAX_LOOKBACK_ERRORS 
=
+        "phoenix.index.mr.log.beyond.max.lookback.errors";
+    public static final boolean 
DEFAULT_PHOENIX_INDEX_MR_LOG_BEYOND_MAX_LOOKBACK_ERRORS = false;
+    private boolean useProto = true;
+    private byte[] indexRowKey;

Review comment:
       nit: looks like this made its way in the rebase?




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to