Himanshu-g81 opened a new pull request, #2423:
URL: https://github.com/apache/phoenix/pull/2423
During replay, we now wait before processing a new file to ensure it's no
longer being written by the source cluster. A file must be at least roundTime +
configurable % old (default: 15%) before it becomes eligible. For the default
60s round time, that's 69s.
When some files are old enough, we process those immediately. When all
remaining files are too young, we sleep for exactly the time needed until the
oldest one becomes eligible.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]