Closed justinlin-linkedin closed 7 months ago
Attention: Patch coverage is 0%
with 2 lines
in your changes are missing coverage. Please review.
Project coverage is 70.66%. Comparing base (
4a4ee68
) to head (752079c
).
Files | Patch % | Lines |
---|---|---|
.../github/ambry/messageformat/BlobStoreRecovery.java | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
When recovering records from log to index, we would just skip malformed records. But this should be treated as Log format error so we can remove this replica's directory and start over.
Test
Unit test