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