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

Router simplification #3737

Closed
wants to merge 2 commits into from
Closed

Router simplification #3737

wants to merge 2 commits into from

Conversation

fulmicoton
Copy link
Contributor

No description provided.

Added comments, broke into methods.
Most important non trivial changes.

I simplified the router by changing the level of
round robbin routing to shards (when several are available.)

Instead of roundrobbin at the document scale,
this round robbins over shards at each ingest requests.

This simplifies the code in charge of dispatching
ingest subrequests.
@guilload guilload force-pushed the guilload/ingest-v2/impl--router-and-ingester branch 6 times, most recently from 018ef45 to 2cb8b78 Compare August 14, 2023 15:59
Base automatically changed from guilload/ingest-v2/impl--router-and-ingester to main August 14, 2023 16:19
@guilload
Copy link
Member

guilload commented Oct 4, 2023

I backported those changes in #3895. Closing.

@guilload guilload closed this Oct 4, 2023
@guilload guilload deleted the router-simplification branch November 28, 2023 23:18
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.

2 participants