linkedin / ambry

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

[vcr-2.0] Fix nullptr in ReplicationMetrics #2828

Closed snalli closed 1 month ago

snalli commented 1 month ago

Encountering missing metric in VCR. Not sure why because the code that adds it seems to be ok. We don't really rely on this metric in VCR, so just patching up the code to not run into a nullptr.