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

First step towards incremental reduction of query responses #23253

Merged
merged 19 commits into from
Feb 21, 2017

Commits on Feb 19, 2017

  1. First step towards incremental reduction of query responses

    Today all query results are buffered up until we received responses of
    all shards. This can hold on to a significant amount of memory if the number of
    shards is large. This commit adds a first step towards incrementally reducing
    aggregations results if a, per search request, configurable amount of responses
    are received. If enough query results have been received and buffered all so-far
    received aggregation responses will be reduced and released to be GCed.
    s1monw committed Feb 19, 2017
    Configuration menu
    Copy the full SHA
    4121908 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. Configuration menu
    Copy the full SHA
    2e58822 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac5c7e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    938d765 View commit details
    Browse the repository at this point in the history
  4. initialze list properly

    s1monw committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    89084d4 View commit details
    Browse the repository at this point in the history
  5. remove unused variable

    s1monw committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    ab00ff7 View commit details
    Browse the repository at this point in the history
  6. remove redundant modifier

    s1monw committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    a9e51d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    609677a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3acb556 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    502fe16 View commit details
    Browse the repository at this point in the history
  10. remove obsolete TODO

    s1monw committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    202ba3b View commit details
    Browse the repository at this point in the history
  11. add explain to an assert

    s1monw committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    d1919dc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b4ac17b View commit details
    Browse the repository at this point in the history
  13. make private class final

    s1monw committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    05c15b4 View commit details
    Browse the repository at this point in the history
  14. fix modifier order

    s1monw committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    bf62926 View commit details
    Browse the repository at this point in the history
  15. Fix more tests

    s1monw committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    eabe43d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. Configuration menu
    Copy the full SHA
    683c26f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41b3f3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81fb0b1 View commit details
    Browse the repository at this point in the history