morningman commented on a change in pull request #327: Add path info of replica 
in catalog
URL: https://github.com/apache/incubator-doris/pull/327#discussion_r234502305
 
 

 ##########
 File path: be/src/olap/olap_engine.cpp
 ##########
 @@ -561,7 +561,8 @@ void OLAPEngine::start_disk_stat_monitor() {
     // if drop tables
     // notify disk_state_worker_thread and olap_table_worker_thread until they 
received
     if (_is_drop_tables) {
-        disk_broken_cv.notify_all();
+        std::unique_lock<std::mutex> lk(report_mtx);
+        report_cv.notify_all();
 
 Review comment:
   fixed

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to