Closed justinlin-linkedin closed 3 weeks ago
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: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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