kadirozde 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_r280852001
 
 

 ##########
 File path: 
phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
 ##########
 @@ -354,6 +354,9 @@
     public static final long DEFAULT_TASK_HANDLING_MAX_INTERVAL_MS = 
30*60*1000; // 30 min
     public static final long DEFAULT_TASK_HANDLING_INITIAL_DELAY_MS = 10*1000; 
// 10 sec
 
+    public static final long 
DEFAULT_GLOBAL_INDEX_ROW_AGE_THRESHOLD_TO_DELETE_MS = 10*60*1000; /* 10 min */
+    public static final int DEFAULT_GLOBAL_INDEX_REPAIR_COUNT = 100;
 
 Review comment:
   It is the same value as DEFAULT_MUTATE_BATCH_SIZE. To make it clear, I will 
define as
   
   public static final int DEFAULT_GLOBAL_INDEX_REPAIR_COUNT = 
DEFAULT_MUTATE_BATCH_SIZE;
   
   
   

----------------------------------------------------------------
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