kadirozde commented on a change in pull request #646: PHOENIX-5597 No read
repair happens when scans filter rows based on a…
URL: https://github.com/apache/phoenix/pull/646#discussion_r351985207
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
##########
@@ -355,7 +355,7 @@
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 minutes
*/
+ public static final long
DEFAULT_GLOBAL_INDEX_ROW_AGE_THRESHOLD_TO_DELETE_MS = 7*24*60*60*1000; /* 7
days */
Review comment:
The team including Geoffrey and Vincent decided that 7 day delete time is
long enough in practice to make sure a row will be replicated eventually.
----------------------------------------------------------------
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