This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new b61aedeed7c [branch-2.0](publish version) publish txn fail retry do
not wait 1s #28441 (#28793)
b61aedeed7c is described below
commit b61aedeed7c03fd90672db574ac7664a917f17c6
Author: yujun <[email protected]>
AuthorDate: Fri Dec 22 11:23:37 2023 +0800
[branch-2.0](publish version) publish txn fail retry do not wait 1s #28441
(#28793)
---
be/src/agent/task_worker_pool.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/be/src/agent/task_worker_pool.cpp
b/be/src/agent/task_worker_pool.cpp
index 86ee162bad9..05486be044b 100644
--- a/be/src/agent/task_worker_pool.cpp
+++ b/be/src/agent/task_worker_pool.cpp
@@ -1565,7 +1565,6 @@ void
PublishVersionTaskPool::_publish_version_worker_thread_callback() {
.tag("retry_time", retry_time)
.error(status);
++retry_time;
- std::this_thread::sleep_for(std::chrono::seconds(1));
}
}
if (status.is<PUBLISH_VERSION_NOT_CONTINUOUS>() && !is_task_timeout) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]