yixiutt commented on code in PR #13522:
URL: https://github.com/apache/doris/pull/13522#discussion_r1001588589


##########
be/src/olap/storage_engine.cpp:
##########
@@ -1026,38 +1026,8 @@ void StorageEngine::notify_listeners() {
 }
 
 Status StorageEngine::execute_task(EngineTask* task) {
-    auto lock_related_tablets = [&]() -> 
std::vector<std::unique_lock<std::shared_mutex>> {
-        // add write lock to all related tablets

Review Comment:
   No engine task has implement get_related_tablets() so it will always return 
empty, so no locks will acquire 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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to