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

Bulk concurrency and shedloading #4979

Closed
wants to merge 10 commits into from

Commits on Apr 9, 2024

  1. Using a runtime with no lifo slot.

    As spotted by @PSeitz, the unstealable lifo-slot is causing the
    doc processor and the indexer to run on the same thread.
    fulmicoton committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5fb97dd View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    752d11b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92c3787 View commit details
    Browse the repository at this point in the history
  3. Update quickwit/quickwit-common/src/runtimes.rs

    Co-authored-by: Adrien Guillo <[email protected]>
    fulmicoton and guilload authored May 8, 2024
    Configuration menu
    Copy the full SHA
    bfc5738 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    34cb36f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2111436 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e95eb5 View commit details
    Browse the repository at this point in the history
  4. disabling arm build

    fulmicoton committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8039c24 View commit details
    Browse the repository at this point in the history
  5. added metrics

    fulmicoton committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a07fa37 View commit details
    Browse the repository at this point in the history
  6. disable arm build

    fulmicoton committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c5ecc35 View commit details
    Browse the repository at this point in the history