linkedin / ambry

Distributed object store
https://github.com/linkedin/ambry/wiki
Apache License 2.0
1.74k stars 275 forks source link

[Paranoid Durability] Add metrics and logs for paranoid durability writes. #2811

Closed litingulfs closed 2 months ago

litingulfs commented 2 months ago

This PR adds more log statements and metrics to help in evaluating and debugging the performance of the paranoid durability write feature:

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 47.05882% with 9 lines in your changes missing coverage. Please review.

Project coverage is 70.19%. Comparing base (52ba813) to head (88120c9). Report is 33 commits behind head on master.

Files Patch % Lines
...bry/router/ParanoidDurabilityOperationTracker.java 30.76% 6 Missing and 3 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2811 +/- ## ============================================ + Coverage 64.24% 70.19% +5.94% - Complexity 10398 11736 +1338 ============================================ Files 840 842 +2 Lines 71755 72296 +541 Branches 8611 8700 +89 ============================================ + Hits 46099 50748 +4649 + Misses 23004 18887 -4117 - Partials 2652 2661 +9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.