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 f93452dba7c branch-2.1: [improve](move-memtable) disable stack trace 
in load stream reply #46318 (#46332)
f93452dba7c is described below

commit f93452dba7c345698e1f1a90193be34a45444ee8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 3 22:01:21 2025 +0800

    branch-2.1: [improve](move-memtable) disable stack trace in load stream 
reply #46318 (#46332)
    
    Cherry-picked from #46318
    
    Co-authored-by: Kaijie Chen <[email protected]>
---
 be/src/vec/sink/load_stream_stub.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/vec/sink/load_stream_stub.cpp 
b/be/src/vec/sink/load_stream_stub.cpp
index e28345f1c93..ca033bd1937 100644
--- a/be/src/vec/sink/load_stream_stub.cpp
+++ b/be/src/vec/sink/load_stream_stub.cpp
@@ -46,7 +46,7 @@ int 
LoadStreamReplyHandler::on_received_messages(brpc::StreamId id, butil::IOBuf
             stub->_is_eos.store(true);
         }
 
-        Status st = Status::create(response.status());
+        Status st = Status::create<false>(response.status());
 
         std::stringstream ss;
         ss << "on_received_messages, " << *this << ", stream_id=" << id;


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

Reply via email to