We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62131dc commit 9832d84Copy full SHA for 9832d84
src/Common/Exception.cpp
@@ -274,12 +274,7 @@ bool Exception::isErrorCodeImportant() const
274
{
275
const int error_code = code();
276
return error_code == ErrorCodes::LOGICAL_ERROR
277
- || error_code == ErrorCodes::POTENTIALLY_BROKEN_DATA_PART
278
- || error_code == ErrorCodes::REPLICA_ALREADY_EXISTS
279
- || error_code == ErrorCodes::NOT_ENOUGH_SPACE
280
- || error_code == ErrorCodes::CORRUPTED_DATA
281
- || error_code == ErrorCodes::CHECKSUM_DOESNT_MATCH
282
- || error_code == ErrorCodes::CANNOT_WRITE_TO_FILE_DESCRIPTOR;
+ || error_code == ErrorCodes::POTENTIALLY_BROKEN_DATA_PART;
283
}
284
285
Exception::~Exception()
0 commit comments