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

Make io limits for merges a node-level parameter. #4440

Merged
merged 3 commits into from
Jan 23, 2024

Conversation

fulmicoton
Copy link
Contributor

This PR also removes the index label from the IO metrics. It also removes the limits for the delete pipeline.

Closes #4439

@fulmicoton fulmicoton marked this pull request as ready for review January 22, 2024 09:28
@@ -91,6 +91,11 @@ pub struct IndexerConfig {
pub split_store_max_num_splits: usize,
#[serde(default = "IndexerConfig::default_max_concurrent_split_uploads")]
pub max_concurrent_split_uploads: usize,
/// Limits the IO throughput of the `SplitDownloader` and the `MergeExecutor`.
/// On hardware where IO is constraints, it makes sure that Merges (a batch operation)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// On hardware where IO is constraints, it makes sure that Merges (a batch operation)
/// On hardware where IO is constrained, it makes sure that Merges (a batch operation)

@fulmicoton fulmicoton enabled auto-merge (squash) January 23, 2024 01:27
@fulmicoton fulmicoton enabled auto-merge (squash) January 23, 2024 01:41
This PR also removes the index label from the IO metrics.
It also removes the limits for the delete pipeline.

Closes #4439
This PR also removes the index label from the IO metrics.
It also removes the limits for the delete pipeline.

Closes #4439
@fulmicoton fulmicoton merged commit 0c283ab into main Jan 23, 2024
4 checks passed
@fulmicoton fulmicoton deleted the issue/4439-merge-io-limits branch January 23, 2024 01:54
@guilload guilload mentioned this pull request Jan 26, 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.

Make Merge IO Limits per-cluster
2 participants