feat(1/N): add support of block replication#218
Conversation
|
This is a major feature. I will keep the development progress open in this PR for reviewers. cc @bigbigxu |
Fix the Clippy check errors. You can use the following command to check and attempt to fix them: Some errors may need to be fixed manually. |
Got it |
|
There are still errors: https://github.com/CurvineIO/curvine/actions/runs/17123516579/job/48569767112?pr=218 |
Yes. After all ready, I will fix |
| } | ||
| } | ||
|
|
||
| impl From<WorkerAddress> for WorkerAddressProto { |
There was a problem hiding this comment.
Use the functions of ProtoUtils to handle address conversion.
Strictly speaking, Proto data structures should only appear in one place and should not be used elsewhere.
|
https://github.com/CurvineIO/curvine/actions/runs/17155398523/job/48671053068 |
|
How about adding then end-to-end test by using the |
No description provided.