linkedin / ambry

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

Ignore unexpected blob id in replication #2932

Closed justinlin-linkedin closed 3 weeks ago

justinlin-linkedin commented 3 weeks ago

Summary

Add a configuration to ignore unexpected blob id in replication thread. It's safe to do so because these blob ids don't belong to the partition anyway, we should just ignore it.

Test

no tests added

codecov-commenter commented 3 weeks ago

Codecov Report

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

Project coverage is 70.24%. Comparing base (52ba813) to head (993ef75). Report is 133 commits behind head on master.

Files with missing lines Patch % Lines
...va/com/github/ambry/replication/ReplicaThread.java 0.00% 9 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2932 +/- ## ============================================ + Coverage 64.24% 70.24% +6.00% - Complexity 10398 11973 +1575 ============================================ Files 840 865 +25 Lines 71755 73668 +1913 Branches 8611 8863 +252 ============================================ + Hits 46099 51749 +5650 + Misses 23004 19224 -3780 - Partials 2652 2695 +43 ```

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