morningman commented on a change in pull request #6923:
URL: https://github.com/apache/incubator-doris/pull/6923#discussion_r735497121



##########
File path: be/src/runtime/fragment_mgr.cpp
##########
@@ -811,14 +812,21 @@ Status FragmentMgr::apply_filter(const 
PPublishFilterRequest* request, const cha
     std::shared_ptr<FragmentExecState> fragment_state;
 
     {
-        std::lock_guard<std::mutex> lock(_lock);
+        std::unique_lock<std::mutex> lock(_lock);
+        if (!_fragment_map.count(tfragment_instance_id)) {
+            LOG(INFO) << "wait for fragment start execute, fragment-id:" << 
fragment_instance_id;

Review comment:
       Use VLOG




-- 
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]

Reply via email to