ghkang98 opened a new pull request, #59569:
URL: https://github.com/apache/doris/pull/59569
…ped or not alive on delete from command.
When a node is abnormal or dropped, the delete job function does not filter
the replicas for these nodes, resulting in failure during task dispatch and
causing the task to not execute properly during the Delete operation. On the
other hand, after a task execution fails, it keeps retrying; however, it does
not adequately consider that in certain scenarios a retry cannot resolve the
issue and can only rely on the overall timeout of the outer task to terminate,
which can lead to the task being stuck for a long time.
- Test <!-- At least one of them must be included. -->
- [ ] Regression test
- [ ] Unit Test
- [ ] Manual test (add detailed scripts or steps below)
--
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]