-
Notifications
You must be signed in to change notification settings - Fork 527
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
curvefs: Separate raft read and write apply queues for curvefs #1598
Comments
I want to try this and solve this issue for OSPP23. |
Welcome! Please register according to the OSPP time flow |
Can I still apply for this program? |
Hello, mentor @wu-hanqing, I am interested in this task. I did some research on raft read/write apply queues and organized a proposal. It would be much appreciated if you could choose me to complete this assignment. |
Separate raft read and write apply queues for curvefs to improve performance.
There is only one apply queue for the current copy. In theory, all requests with apply index do not need to be queued together with the write request.
The text was updated successfully, but these errors were encountered: