From f66708db0ea8346e253b37dcb216bead7bfe0841 Mon Sep 17 00:00:00 2001 From: zhannngchen <48427519+zhannngchen@users.noreply.github.com> Date: Sun, 8 Oct 2023 10:16:25 +0800 Subject: [PATCH] [log](load) PUBLISH_TIMEOUT should not print stacktrace (#25080) --- be/src/common/status.h | 1 + 1 file changed, 1 insertion(+) diff --git a/be/src/common/status.h b/be/src/common/status.h index c3beb942c8..11b4d93bf4 100644 --- a/be/src/common/status.h +++ b/be/src/common/status.h @@ -292,6 +292,7 @@ constexpr bool capture_stacktrace(int code) { && code != ErrorCode::CUMULATIVE_NO_SUITABLE_VERSION && code != ErrorCode::FULL_NO_SUITABLE_VERSION && code != ErrorCode::PUBLISH_VERSION_NOT_CONTINUOUS + && code != ErrorCode::PUBLISH_TIMEOUT && code != ErrorCode::ROWSET_RENAME_FILE_FAILED && code != ErrorCode::SEGCOMPACTION_INIT_READER && code != ErrorCode::SEGCOMPACTION_INIT_WRITER