Skip to content

Commit

Permalink
[enhancement](exception) enble exception logic in pipeline execute th…
Browse files Browse the repository at this point in the history
…read (#33437)

* [enhancement](exception) enble exception logic in pipeline execute thread

* f

---------

Co-authored-by: yiguolei <[email protected]>
  • Loading branch information
yiguolei and Doris-Extras authored Apr 10, 2024
1 parent e149591 commit 60acd8c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 887 deletions.
2 changes: 1 addition & 1 deletion be/src/olap/memtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class MemTable {
// when the sum of all memtable (_insert_manual_mem_tracker + _flush_hook_mem_tracker) exceeds the limit.
std::shared_ptr<MemTracker> _insert_mem_tracker;
std::shared_ptr<MemTracker> _flush_mem_tracker;
// Only the rows will be inserted into SkipList can allocate memory from _arena.
// Only the rows will be inserted into block can allocate memory from _arena.
// In this way, we can make MemTable::memory_usage() to be more accurate, and eventually
// reduce the number of segment files that are generated by current load
std::unique_ptr<vectorized::Arena> _arena;
Expand Down
Loading

0 comments on commit 60acd8c

Please sign in to comment.