-
Notifications
You must be signed in to change notification settings - Fork 420
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
RATIS-2173. Fix zero-copy bugs for non-gRPC cases. #1167
Conversation
After a few retries, this can pass everything (although there are still zero-copy bugs). Let's move
|
@adoroszlai , in https://github.com/apache/ratis/actions/runs/11389343669/job/31704203350?pr=1167 , there were no test failures but the build failed. Do you know why? I see it serval times. |
Can happen if the test does not complete:
https://github.com/apache/ratis/actions/runs/11389343669/job/31704203350?pr=1167#step:5:909 |
I saw this error but somehow there were no test timeout errors. Not sure why. |
@adoroszlai , could you review this? I will continue debugging zero-copy after this. |
Thanks @szetszwo for the patch, @133tosakarin for the review. |
@adoroszlai , thanks a lot for reviewing the merging this! |
RATIS-2173
This is to fix the following bugs discovered in #1156
.
12. MemoryRaftLog has similar problems as in SegmentedRaftLog.