Skip to content
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 s3 upload rate limiting #521

Closed
wants to merge 13 commits into from
Closed

Conversation

funky-eyes
Copy link

@funky-eyes funky-eyes commented Mar 21, 2024

About this change - What it does
As a result of triggering the upload of s3, a large number of files are read without any limitations resulting in the disk io directly hit the full, producer to send a message is very prone to timeout
Resolves: #520
Under my testing, the cpu trend is very smooth, the disk disk iops are reduced from a peak of 3000 to about 1500, and the disk io is at 20%, so if you tune some more flow limiting values, you can basically do tiered storage within another safe system load value
image
image

@funky-eyes funky-eyes requested a review from a team as a code owner March 21, 2024 03:56
@funky-eyes
Copy link
Author

I think the implementation of #548 is more elegant, so I plan to close this PR.

@funky-eyes funky-eyes closed this May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to limit the speed of tiered storage
1 participant