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

Share netty event loops between transports #46346

Merged
merged 10 commits into from May 11, 2020

Commits on Sep 4, 2019

  1. Share netty event loops between transports

    Currently Elasticsearch creates independent event loop groups for each
    transport (http and internal) transport type. This is unnecessary and
    can lead to contention when different threads access shared resources
    (ex: allocators). This commit moves to a model where, by default, the
    event loops are shared between the transports. The previous behavior can
    be attained by specifically setting the http worker count.
    Tim-Brooks committed Sep 4, 2019
    Copy the full SHA
    d112e51 View commit details
    Browse the repository at this point in the history
  2. tests

    Tim-Brooks committed Sep 4, 2019
    Copy the full SHA
    b37467a View commit details
    Browse the repository at this point in the history
  3. Add security

    Tim-Brooks committed Sep 4, 2019
    Copy the full SHA
    71ff73b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Copy the full SHA
    1de9901 View commit details
    Browse the repository at this point in the history
  2. Review changes

    Tim-Brooks committed Sep 27, 2019
    Copy the full SHA
    96f1dc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Copy the full SHA
    1e69e78 View commit details
    Browse the repository at this point in the history
  2. Review changes

    Tim-Brooks committed Oct 17, 2019
    Copy the full SHA
    9a06615 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Copy the full SHA
    86b8434 View commit details
    Browse the repository at this point in the history
  2. Changes

    Tim-Brooks committed May 11, 2020
    Copy the full SHA
    04fe9a6 View commit details
    Browse the repository at this point in the history
  3. Changes

    Tim-Brooks committed May 11, 2020
    Copy the full SHA
    4484cac View commit details
    Browse the repository at this point in the history