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

Ensures the load of pipelines does not exceed 80%. #4054

Merged
merged 3 commits into from
Nov 1, 2023
Merged

Conversation

fulmicoton
Copy link
Contributor

The allocation attempts to match the previous
plan as much as possible.

It also includes some hysteresis effect to avoid
flip flapping between two N and N+1 pipelines.

Closes #4010

@fulmicoton fulmicoton requested a review from fmassot October 31, 2023 05:54
The allocation attempts to match the previous
plan as much as possible.

It also includes some hysteresis effect to avoid
flip flapping between two N and N+1 pipelines.

Closes #4010
Copy link
Contributor

@fmassot fmassot left a comment

Choose a reason for hiding this comment

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

Approved. One comment is important to take into account to avoid a division by 0.

@fulmicoton fulmicoton enabled auto-merge (squash) November 1, 2023 02:42
@fulmicoton fulmicoton merged commit 9fb6d3c into main Nov 1, 2023
3 checks passed
@fulmicoton fulmicoton deleted the break_pipelines3 branch November 1, 2023 03:04
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.

Break indexing of ingest v2 into several peipelines whenever necessary.
2 participants