yiguolei commented on code in PR #59255:
URL: https://github.com/apache/doris/pull/59255#discussion_r2639520854
##########
fe/fe-core/src/main/java/org/apache/doris/load/DeleteJob.java:
##########
@@ -420,19 +425,6 @@ public void await() throws Exception {
throw new UserException(String.format("delete job timeout,
timeout(ms):%s, msg:%s", timeoutMs, errMsg));
case QUORUM_FINISHED:
case FINISHED:
- long nowQuorumTimeMs = System.currentTimeMillis();
Review Comment:
我们正常的逻辑,是:
1. 情形1 : 等待quorum finished,直接到超时,也就是现在这种情况。
2. 情形2:quorum finished,并且现在健康的backend 都返回了。
--
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]