-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(storagenode): support partial success/failure for append #450
Conversation
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## append_rpc_from_unary_to_stream #450 +/- ##
===================================================================
+ Coverage 63.24% 63.26% +0.01%
===================================================================
Files 132 132
Lines 17933 17940 +7
===================================================================
+ Hits 11342 11349 +7
+ Misses 6023 6022 -1
- Partials 568 569 +1
☔ View full report in Codecov by Sentry. |
2cea668
to
02b62ce
Compare
b93c628
to
d728673
Compare
02b62ce
to
e50b226
Compare
d728673
to
d83347c
Compare
e50b226
to
ae21296
Compare
d83347c
to
9c0f857
Compare
The Append RPC function allows batch logging but may occasionally only partially succeed. The storage node previously overlooked partial success, but this PR fixes to consider partial success.
ae21296
to
5b27a18
Compare
9c0f857
to
5d438bb
Compare
What this PR does
The Append RPC function allows batch logging but may occasionally only partially succeed. The
storage node previously overlooked partial success, but this PR fixes to consider partial success.