bobhan1 opened a new pull request, #65523:
URL: https://github.com/apache/doris/pull/65523

   ### What problem does this PR solve?
   
   Issue Number: None
   
   Related PR: #65248
   
   Problem Summary: Backport #65248 to branch-4.1. MOW memtable flush 
calculates delete bitmap asynchronously, but its log did not show how long the 
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. 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. The branch-4.1 conflict in 
`beta_rowset_writer.cpp` was resolved while preserving the branch-specific 
debug point.
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test
       - [x] Manual test (add detailed scripts or steps below)
           - `./build.sh --be -j100`
           - `build-support/check-format.sh`
   
   - Behavior changed:
       - [x] No.
   
   - Does this need documentation?
       - [x] No.
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label
   


-- 
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]

Reply via email to