-
Notifications
You must be signed in to change notification settings - Fork 150
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
[FEATURE] Support concurrent write to multiple local disks for one partition #436
Closed
3 tasks done
Labels
help wanted
Extra attention is needed
Comments
maobaolong
added a commit
that referenced
this issue
Dec 1, 2024
… MultiPartLocalStorageManager (#2266) ### What changes were proposed in this pull request? Add config localStorageManagerClass description to introduce the default value and MultiPartLocalStorageManager. ### Why are the changes needed? Add missing docs. Fix: #436 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No need.
jerqi
pushed a commit
that referenced
this issue
Dec 4, 2024
…2253) ### What changes were proposed in this pull request? - Introduce a factory to create specific LocalStorageManager by config. - Introduce multiply disk LocalStorageManager. ### Why are the changes needed? Fix: #436 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? - Existing UTs and new added UT - Tested on our pressure test cluster. - new client -> old server ✓ - new client -> new server ✓ - old client -> new server ❌, so we have to upgraded client first, than upgrade the servers
jerqi
pushed a commit
that referenced
this issue
Dec 4, 2024
… MultiPartLocalStorageManager (#2266) ### What changes were proposed in this pull request? Add config localStorageManagerClass description to introduce the default value and MultiPartLocalStorageManager. ### Why are the changes needed? Add missing docs. Fix: #436 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No need.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code of Conduct
Search before asking
Describe the feature
Support concurrent write to multiple local disks for one partition to speed up local writing, like #396.
This ticket should be based on #435
Motivation
No response
Describe the solution
No response
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: