zhannngchen commented on code in PR #53086:
URL: https://github.com/apache/doris/pull/53086#discussion_r2212461097
##########
cloud/src/meta-service/meta_service.cpp:
##########
@@ -3060,7 +3061,27 @@ void MetaServiceImpl::get_delete_bitmap_update_lock_v2(
msg = "failed to parse DeleteBitmapUpdateLockPB";
return;
}
- if (!is_job_delete_bitmap_lock_id(lock_info.lock_id())) {
+ if (urgent) {
Review Comment:
add a comment:
since currently only the FE Master initiates the lock request for import
tasks, and it does so in a single-threaded manner, there is no need to check
the lock id here
--
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]