Github user JamesRTaylor commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/6#discussion_r15501164
--- 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";
--- End diff --
Add _ATTRIB to follow convention. Maybe INDEX_PARTIAL_REBUILD_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.
---