void-ptr974 opened a new pull request, #4842:
URL: https://github.com/apache/bookkeeper/pull/4842

   ### Motivation
   
   The journal force-write path already defines metrics for force-write enqueue 
latency and force-write thread time, but the code does not record them. This 
makes it harder to distinguish time spent enqueueing force-write requests from 
time spent syncing or processing callbacks.
   
   ### Changes
   
   - Record successful and failed latency for enqueueing force-write requests.
   - Record active processing time for each ForceWriteThread batch.
   - Add unit coverage for the force-write enqueue metric and thread-time 
counter.
   
   ### Tests
   
   - `mvn -pl bookkeeper-server -Dtest=BookieJournalForceTest test`
   - `mvn -pl bookkeeper-server -DskipTests checkstyle:checkstyle`
   


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