This is an automated email from the ASF dual-hosted git repository.
liaoxin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 477630e1330 [Opt](load) print tablet id when memtable flush coredump
(#38618)
477630e1330 is described below
commit 477630e1330a044db7b02a7d95a5cc80182e9dd2
Author: Xin Liao <[email protected]>
AuthorDate: Thu Aug 1 09:59:16 2024 +0800
[Opt](load) print tablet id when memtable flush coredump (#38618)
---
be/src/olap/memtable_flush_executor.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/be/src/olap/memtable_flush_executor.cpp
b/be/src/olap/memtable_flush_executor.cpp
index 6d7143a293c..cfcac0bcb8f 100644
--- a/be/src/olap/memtable_flush_executor.cpp
+++ b/be/src/olap/memtable_flush_executor.cpp
@@ -140,6 +140,7 @@ Status FlushToken::_do_flush_memtable(MemTable* memtable,
int32_t segment_id, in
SCOPED_RAW_TIMER(&duration_ns);
SCOPED_ATTACH_TASK(memtable->query_thread_context());
signal::set_signal_task_id(_rowset_writer->load_id());
+ signal::tablet_id = memtable->tablet_id();
{
SCOPED_CONSUME_MEM_TRACKER(memtable->flush_mem_tracker());
std::unique_ptr<vectorized::Block> block;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]