Github user JamesRTaylor commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/6#discussion_r15501223
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/query/QueryServices.java ---
@@ -113,6 +113,17 @@
// The following config settings is to deal with SYSTEM.CATALOG
moves(PHOENIX-916) among region servers
public static final String CLOCK_SKEW_INTERVAL_ATTRIB =
"phoenix.clock.skew.interval";
+ // A master switch if to enable auto rebuild an index which failed to
be updated previously
+ public static final String INDEX_FAILURE_HANDLING_REBUILD =
"phoenix.index.failure.handling.rebuild";
+
+ // Time interval to check if there is an index needs to be rebuild
+ public static final String INDEX_FAILURE_HANDLING_REBUILD_INTERVAL =
+ "phoenix.index.failure.handling.rebuild.interval";
+
+ // Index will be partially re-built from index disable time stamp -
following overlap time
+ public static final String INDEX_FAILURE_HANDLING_REBUILD_OVERLAP_TIME
=
--- End diff --
INDEX_PARTIAL_REBUILD_OVERLAP_ATTRIB
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---