-
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
feat(storagenode): remove package internal/batchlet #967
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #967 +/- ##
==========================================
- Coverage 80.21% 80.04% -0.18%
==========================================
Files 179 178 -1
Lines 21583 21505 -78
==========================================
- Hits 17313 17213 -100
- Misses 3489 3505 +16
- Partials 781 787 +6 ☔ View full report in Codecov by Sentry. |
485f6c6
to
fc7d431
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's nice to be more concise.
daf76e3
to
b43dd94
Compare
fc7d431
to
2e40f11
Compare
b43dd94
to
7f3f55b
Compare
2e40f11
to
647cba4
Compare
7f3f55b
to
af1d282
Compare
647cba4
to
07bb027
Compare
af1d282
to
2f2da48
Compare
07bb027
to
ddda877
Compare
2f2da48
to
e45594e
Compare
ddda877
to
c805615
Compare
e45594e
to
6ab1224
Compare
c805615
to
d694a78
Compare
6ab1224
to
e3a2b84
Compare
d694a78
to
c70817c
Compare
e3a2b84
to
07f5bec
Compare
This PR removes the package internal/batchlet that is kind of small batch. Thus batch in Append RPC message is not splitted any more.
c70817c
to
d309674
Compare
What this PR does
This PR removes the package internal/batchlet that is kind of small batch. Thus
batch in Append RPC message is not splitted any more.