mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix keeper-bench in case of error during scheduling a thread
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
e2ae0d585b
commit
d3e8ad9e7e
@ -167,6 +167,7 @@ void Runner::runBenchmark()
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
shutdown = true;
|
||||
pool.wait();
|
||||
throw;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user