You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by kx...@apache.org on 2023/06/08 01:17:52 UTC

[doris] branch branch-2.0-beta updated: [fix](load tablet) Fix restart slowly due to load deleted tablet error (#20552)

This is an automated email from the ASF dual-hosted git repository.

kxiao pushed a commit to branch branch-2.0-beta
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.0-beta by this push:
     new ff53e78920 [fix](load tablet) Fix restart slowly due to load deleted tablet error (#20552)
ff53e78920 is described below

commit ff53e789201b9bc7ad0eb3dd86047729d42f2209
Author: yujun <yu...@gmail.com>
AuthorDate: Thu Jun 8 09:16:33 2023 +0800

    [fix](load tablet) Fix restart slowly due to load deleted tablet error (#20552)
---
 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 146b4f34f7..569d542d25 100644
--- a/be/src/common/status.h
+++ b/be/src/common/status.h
@@ -298,6 +298,7 @@ constexpr bool capture_stacktrace() {
         && code != ErrorCode::INVERTED_INDEX_EVALUATE_SKIPPED
         && code != ErrorCode::META_KEY_NOT_FOUND
         && code != ErrorCode::PUSH_VERSION_ALREADY_EXIST
+        && code != ErrorCode::TABLE_ALREADY_DELETED_ERROR
         && code != ErrorCode::TRANSACTION_NOT_EXIST
         && code != ErrorCode::TRANSACTION_ALREADY_VISIBLE
         && code != ErrorCode::TOO_MANY_TRANSACTIONS


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org