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


The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
     new ff99b7d048 [fix](load) disable OLAP_ERR_PUSH_VERSION_ALREADY_EXIST 
print stack (#17401)
ff99b7d048 is described below

commit ff99b7d048c87512e7a2b8da661d641343b049b3
Author: Luwei <814383...@qq.com>
AuthorDate: Fri Mar 3 20:17:42 2023 +0800

    [fix](load) disable OLAP_ERR_PUSH_VERSION_ALREADY_EXIST print stack (#17401)
---
 be/src/common/status.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/common/status.h b/be/src/common/status.h
index 3a8506283b..d827c08749 100644
--- a/be/src/common/status.h
+++ b/be/src/common/status.h
@@ -142,7 +142,7 @@ class PStatus;
     M(OLAP_ERR_PUSH_ACQUIRE_DATASOURCE_ERROR, -905, "", true)            \
     M(OLAP_ERR_PUSH_CREAT_CUMULATIVE_ERROR, -906, "", true)              \
     M(OLAP_ERR_PUSH_BUILD_DELTA_ERROR, -907, "", true)                   \
-    M(OLAP_ERR_PUSH_VERSION_ALREADY_EXIST, -908, "", true)               \
+    M(OLAP_ERR_PUSH_VERSION_ALREADY_EXIST, -908, "", false)              \
     M(OLAP_ERR_PUSH_TABLE_NOT_EXIST, -909, "", true)                     \
     M(OLAP_ERR_PUSH_INPUT_DATA_ERROR, -910, "", true)                    \
     M(OLAP_ERR_PUSH_TRANSACTION_ALREADY_EXIST, -911, "", true)           \


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

Reply via email to