bobhan1 opened a new pull request, #65248:
URL: https://github.com/apache/doris/pull/65248
### What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: MOW memtable flush calculates delete bitmap asynchronously,
but its log did not show how long the async task waited in the executor queue.
The load delete-bitmap executor also used the same thread-pool metric name as
the normal delete-bitmap executor, making their metrics hard to distinguish.
This change records queue time for flush, segment-level, between-segment, and
cloud tablet-level async delete-bitmap tasks, and gives the load delete-bitmap
executor a distinct thread-pool name.
### Release note
None
### Check List (For Author)
- Test:
- Build: `./build.sh --be -j 100`
- Code style: `build-support/check-format.sh`
- Behavior changed: No
- Does this need documentation: No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]