-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](memory) Fix memtable flush memory tracking #33929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fix](memory) Fix memtable flush memory tracking #33929
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
7f09437 to
6a93a6f
Compare
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity be ut coverage result: |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
zhiqiang-hhhh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
mrhhsg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fix: F20240420 12:47:23.222411 31558 thread_context.h:164] Check failed: thread_mem_tracker()->label() == "Orphan" , thread mem tracker label: Load#Id=b43f342ae5564c23-b7b41daf24545f78, attach mem tracker label: Load#Id=4241cef180013366-1ba9f658007f339a 12:49:46 *** Check failure stack trace: *** 12:49:46 @ 0x55584aae5d26 google::LogMessage::SendToLog() 12:49:46 @ 0x55584aae2770 google::LogMessage::Flush() 12:49:46 @ 0x55584aae6569 google::LogMessageFatal::~LogMessageFatal() 12:49:46 @ 0x55581abce4ae doris::ThreadContext::attach_task() 12:49:46 @ 0x55581abc8e8e doris::AttachTask::AttachTask() 12:49:46 @ 0x5558170a055b doris::MemTableWriter::flush_async() 12:49:46 @ 0x5558170604ee doris::MemTableMemoryLimiter::_flush_memtable() 12:49:46 @ 0x55581705e8e6 doris::MemTableMemoryLimiter::_flush_active_memtables() 12:49:46 @ 0x55581705d986 doris::MemTableMemoryLimiter::handle_memtable_flush() 12:49:46 @ 0x555848c9a36d doris::vectorized::VTabletWriterV2::_write_memtable() 12:49:46 @ 0x555848c990c8 doris::vectorized::VTabletWriterV2::write()
Proposed changes
fix:
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...