linkedin / ambry

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

[vcr-2.0] Fix nullptr #2752

Closed snalli closed 7 months ago

snalli commented 7 months ago

IDK why the metric is missing in vcr. Its not important however, we have other metrics in vcr. The missing metric is causing null ptr exc.

codecov-commenter commented 7 months ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 31.10%. Comparing base (2ec5676) to head (8af1cc1).

Files Patch % Lines
...m/github/ambry/replication/ReplicationMetrics.java 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2752 +/- ## ============================================= - Coverage 70.66% 31.10% -39.57% + Complexity 11593 5198 -6395 ============================================= Files 834 834 Lines 71049 71050 +1 Branches 8536 8537 +1 ============================================= - Hits 50209 22099 -28110 - Misses 18208 47227 +29019 + Partials 2632 1724 -908 ```

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