This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 46a8f7cfeca5b90988701926d19da7a0b47082a7 Author: zhannngchen <[email protected]> AuthorDate: Sun Oct 8 10:16:25 2023 +0800 [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 ebe10f131f4..1dd7fa175b2 100644 --- a/be/src/common/status.h +++ b/be/src/common/status.h @@ -294,6 +294,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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
