morningman commented on a change in pull request #1161: One thread per disk in 
compaction
URL: https://github.com/apache/incubator-doris/pull/1161#discussion_r284097282
 
 

 ##########
 File path: be/src/olap/olap_server.cpp
 ##########
 @@ -57,23 +57,30 @@ OLAPStatus OLAPEngine::_start_bg_worker() {
         [this] {
             _unused_index_thread_callback(nullptr);
         });
-
+    
+    uint32_t file_system_num = get_file_system_count();
 
 Review comment:
   rename to get_store_num() is better

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