eBay / HomeStore

Storage Engine for block and key/value stores.
Apache License 2.0
23 stars 21 forks source link

Checking received data size and reject if not match. #586

Closed xiaoxichen closed 2 weeks ago

xiaoxichen commented 2 weeks ago

We dont need to panic in this case, fetchData can handle this.

codecov-commenter commented 2 weeks ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

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

Project coverage is 67.25%. Comparing base (1a0cef8) to head (88d80c8). Report is 91 commits behind head on master.

Files with missing lines Patch % Lines
src/lib/replication/repl_dev/raft_repl_dev.cpp 0.00% 3 Missing and 1 partial :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #586 +/- ## =========================================== + Coverage 56.51% 67.25% +10.73% =========================================== Files 108 109 +1 Lines 10300 10734 +434 Branches 1402 1470 +68 =========================================== + Hits 5821 7219 +1398 + Misses 3894 2817 -1077 - Partials 585 698 +113 ```

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