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

Introduce global throttling based on the number of log files #194

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

greensky00
Copy link
Contributor

  • If there is heavy incoming traffic and the flush speed cannot keep up with the incoming write speed, the number of log files increases, and consequently the memory consumption also increases.

  • This feature enables the throttling based on the total number of log files across all open DBs in the same process. User threads calling write APIs will be temporarily blocked if the throttling is active.

* If there is heavy incoming traffic and the flush speed cannot keep
up with the incoming write speed, the number of log files increases,
and consequently the memory consumption also increases.

* This feature enables the throttling based on the total number of
log files across all open DBs in the same process. User threads
calling write APIs will be temporarily blocked if the throttling
is active.
@greensky00 greensky00 merged commit 4eea0a0 into eBay:master Feb 4, 2025
1 check passed
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.

1 participant