gjacoby126 commented on a change in pull request #469: PHOENIX-5156 Consistent 
Global Indexes for Non-Transactional Tables
URL: https://github.com/apache/phoenix/pull/469#discussion_r274180508
 
 

 ##########
 File path: 
phoenix-core/src/main/java/org/apache/phoenix/query/QueryServices.java
 ##########
 @@ -346,6 +346,9 @@
     public static final String TASK_HANDLING_MAX_INTERVAL_MS_ATTRIB = 
"phoenix.task.handling.maxInterval.ms";
     // The initial delay before the first task from table SYSTEM.TASK is 
handled
     public static final String TASK_HANDLING_INITIAL_DELAY_MS_ATTRIB = 
"phoenix.task.handling.initial.delay.ms";
+    // The initial delay before the first task from table SYSTEM.TASK is 
handled
+    public static final String 
GLOBAL_INDEX_ROW_AGE_THRESHOLD_TO_DELETE_MS_ATTRIB = 
"phoenix.global.index.row.age.threshold.to.delete.ms";
+
 
 Review comment:
   Please add a comment explaining the use of 
phoenix.global.index.row.age.threshold.to.delete.ms

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to