This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git
commit 333853045de8ec5502fb47d492bd676ff5ed2022 Author: Yongqiang YANG <[email protected]> AuthorDate: Wed May 31 18:05:22 2023 +0800 [improvement](stacktrace) do not captute stack trace for txn (#19855) --- 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 fdaa0ca0a7..cefc8d6402 100644 --- a/be/src/common/status.h +++ b/be/src/common/status.h @@ -269,6 +269,7 @@ static constexpr bool capture_stacktrace() { && code != ErrorCode::SEGCOMPACTION_INIT_READER && code != ErrorCode::SEGCOMPACTION_INIT_WRITER && code != ErrorCode::SEGCOMPACTION_FAILED + && code != ErrorCode::META_KEY_NOT_FOUND && code != ErrorCode::PUSH_VERSION_ALREADY_EXIST && code != ErrorCode::TRANSACTION_NOT_EXIST && code != ErrorCode::TRANSACTION_ALREADY_VISIBLE --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
