This is an automated email from the ASF dual-hosted git repository.
jianliangqi pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
new d7574f59f3 [improvement](stacktrace) do not captute stack trace for
txn (#19855)
d7574f59f3 is described below
commit d7574f59f300ec30b9b2cb9fa842e065f164c08c
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]