[bug](txn) fix concurrent txns's status data race when aborting txn (#17893)
This commit is contained in:
@ -825,6 +825,8 @@ void TaskWorkerPool::_publish_version_worker_thread_callback() {
|
||||
_tasks.push_back(agent_task_req);
|
||||
_worker_thread_condition_variable.notify_one();
|
||||
}
|
||||
LOG(INFO) << "wait for previous publish version task to be done"
|
||||
<< "transaction_id: " << publish_version_req.transaction_id;
|
||||
break;
|
||||
} else {
|
||||
LOG_WARNING("failed to publish version")
|
||||
|
||||
Reference in New Issue
Block a user