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

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 26fef2a02ae branch-2.1: [Fix](UT) Fix status UT error introduced by 
#43731 #43922 (#43927)
26fef2a02ae is described below

commit 26fef2a02ae7918ce5964cf64c2d17e2812dd3eb
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 14 19:23:37 2024 +0800

    branch-2.1: [Fix](UT) Fix status UT error introduced by #43731 #43922 
(#43927)
    
    Cherry-picked from #43922
    
    Co-authored-by: abmdocrt <[email protected]>
---
 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 4d26ba5342a..05c77e931fa 100644
--- a/be/src/common/status.h
+++ b/be/src/common/status.h
@@ -70,6 +70,7 @@ namespace ErrorCode {
     TStatusError(TABLET_MISSING, true);                   \
     TStatusError(NOT_MASTER, true);                       \
     TStatusError(OBTAIN_LOCK_FAILED, false);              \
+    TStatusError(SNAPSHOT_EXPIRED, false);                \
     TStatusError(DELETE_BITMAP_LOCK_ERROR, false);
 // E error_name, error_code, print_stacktrace
 #define APPLY_FOR_OLAP_ERROR_CODES(E)                        \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to