Skip to content

Commit

Permalink
stage线程分配问题 oceanbase#75 (oceanbase#76)
Browse files Browse the repository at this point in the history
没有为stage分配配置的线程池,而使用了默认线程池
  • Loading branch information
FrankXMX authored Sep 13, 2022
1 parent 44df868 commit 2cf120a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/common/seda/seda_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,9 @@ std::string SedaConfig::get_thread_pool(std::string &stage_name)
stage_name.c_str(),
thread_name.c_str(),
DEFAULT_THREAD_POOL);
return ret;
}
return ret;
return thread_name;
}

SedaConfig::status_t SedaConfig::init_stages()
Expand Down

0 comments on commit 2cf120a

Please sign in to comment.