-
Notifications
You must be signed in to change notification settings - Fork 606
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
Support Put and Get requests acceleration for 2 slow disks in block-4-2 erasure #4803
Support Put and Get requests acceleration for 2 slow disks in block-4-2 erasure #4803
Conversation
serbel324
commented
May 23, 2024
- Add Acceleration tests
- Get Acceleration test
- Support Put acceleration for block-4-2
⚪
|
⚪
|
⚪
|
⚪
|
Action(true); | ||
// *(IsMultiPutMode ? Mon->NodeMon->AccelerateEvVMultiPutCount : Mon->NodeMon->AccelerateEvVPutCount) += v.size(); | ||
AccelerateIfNeeded(); |
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.
Action(true) a few lines above already accelerates, no?
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.
Yes, but we need to schedule second accelerate in case current acceleration sends request to slow disk and doesn't recieve response in time. This call schedules next acceleration.
⚪
|
⚪
|
⚪
|
⚪
|
⚪
|
⚪
|
⚪
|
⚪
|