mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update MergeTreeData.cpp
This commit is contained in:
parent
13798f8b07
commit
3797a4202c
@ -1252,6 +1252,10 @@ MergeTreeData::LoadPartResult MergeTreeData::loadDataPart(
|
||||
mark_broken();
|
||||
return res;
|
||||
}
|
||||
catch (const Poco::NetException &)
|
||||
{
|
||||
throw;
|
||||
}
|
||||
catch (const Poco::TimeoutException &)
|
||||
{
|
||||
throw;
|
||||
|
Loading…
Reference in New Issue
Block a user