suryaprasanna opened a new pull request, #17945:
URL: https://github.com/apache/hudi/pull/17945

   ### Describe the issue this Pull Request addresses
   
   Adds instrumentation to measure the duration of post-write operations 
(cleaning and archival) to help identify performance bottlenecks.
   
   ### Summary and Changelog
   
   - Added `HoodieTimer` around post-write operations in 
`BaseHoodieWriteClient.java` (lines 283-288 and 590-596)
   - Created new metric `POST_WRITE_OPERATIONS_TIMER_STR` in 
`HoodieMetrics.java`
   - Added `updatePostWriteOperationsDurationMetrics()` method to report the 
duration
   
   ### Impact
   
   New metric added for monitoring post-write operation performance. No 
behavior changes.
   
   ### Risk Level
   
   Low - Only adds monitoring instrumentation with no functional changes.
   
   ### Documentation Update
   
   None
   
   ### Contributor's checklist
   
   - [x] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [x] Enough context is provided in the sections above
   - [x] Adequate tests were added if applicable


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

Reply via email to