We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 669a15b + 43c2a46 commit 1df5c28Copy full SHA for 1df5c28
1 file changed
src/Common/ThreadPool.cpp
@@ -234,14 +234,6 @@ void ThreadPoolImpl<Thread>::worker(typename std::list<Thread>::iterator thread_
234
--scheduled_jobs;
235
}
236
237
- DB::tryLogCurrentException("ThreadPool",
238
- std::string("Exception in ThreadPool(") +
239
- "max_threads: " + std::to_string(max_threads)
240
- + ", max_free_threads: " + std::to_string(max_free_threads)
241
- + ", queue_size: " + std::to_string(queue_size)
242
- + ", shutdown_on_exception: " + std::to_string(shutdown_on_exception)
243
- + ").");
244
-
245
job_finished.notify_all();
246
new_job_or_shutdown.notify_all();
247
return;
0 commit comments