mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
Update ThreadPool.cpp
This commit is contained in:
parent
5afb19faf1
commit
bcea99f2e5
@ -279,7 +279,7 @@ void GlobalThreadPool::initialize(size_t max_threads)
|
||||
{
|
||||
if (the_instance)
|
||||
{
|
||||
throw Exception(DB::ErrorCodes::LOGICAL_ERROR,
|
||||
throw DB::Exception(DB::ErrorCodes::LOGICAL_ERROR,
|
||||
"The global thread pool is initialized twice");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user