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

   ### What problem does this PR solve?
   
   PR #64349 removed the stored RuntimeState from shared DeltaWriterV2 to fix a 
valid lifetime issue. However, the master change did not move the existing 
detailed-writer-profile gate to the VTabletWriterV2 call site. As a result, 
closing tablet writer v2 always passed the operator profile into 
DeltaWriterV2Map, and DeltaWriterV2/MemTableWriter detailed child profiles were 
still emitted even when profile_level was 1. Pass the profile only when 
profile_level is at least 2 so level 1 keeps only merged profile counters as 
intended.
   
   


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