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

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    bcbf4c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Minor changes.

    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.
    fulmicoton committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7045eb6 View commit details
    Browse the repository at this point in the history