mymeiyi commented on code in PR #49854:
URL: https://github.com/apache/doris/pull/49854#discussion_r2032265933
##########
fe/fe-core/src/main/java/org/apache/doris/load/GroupCommitManager.java:
##########
@@ -86,6 +86,12 @@ public void waitWalFinished(long tableId) {
List<Long> aliveBeIds =
Env.getCurrentSystemInfo().getAllBackendIds(true);
long expireTime = System.currentTimeMillis() +
Config.check_wal_queue_timeout_threshold;
while (true) {
+ // delay 300ms to start to prevent wal boundary issues
Review Comment:
should move it out of the while, there is a sleep(100) in while
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]