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

[Concurrent Segment Search]: Implement concurrent aggregations support without profile option #7514

Merged
merged 5 commits into from
Jun 6, 2023

Commits on Jun 2, 2023

  1. Refactoring of AggregationReduceContext to use in SearchContext. This…

    … will be used for performing shard level reduce of aggregations during concurrent segment search usecase
    
    Signed-off-by: Sorabh Hamirwasia <sohami.apache@gmail.com>
    sohami committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    cf30f18 View commit details
    Browse the repository at this point in the history
  2. Support for non global aggregations with concurrent segment search. T…

    …his PR does not include the support for
    
    profile option with aggregations to work with concurrent model
    
    Signed-off-by: Sorabh Hamirwasia <sohami.apache@gmail.com>
    sohami committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    81408e5 View commit details
    Browse the repository at this point in the history
  3. Implement AggregationCollectorManager's reduce

    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    reta authored and sohami committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c07b2a5 View commit details
    Browse the repository at this point in the history
  4. Use CollectorManager for both concurrent and non concurrent use case

    Add CollectorManager for Global Aggregations to support concurrent use case
    
    Signed-off-by: Sorabh Hamirwasia <sohami.apache@gmail.com>
    sohami committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    18da9fe View commit details
    Browse the repository at this point in the history
  5. Address review comments

    Signed-off-by: Sorabh Hamirwasia <sohami.apache@gmail.com>
    sohami committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    355fcb7 View commit details
    Browse the repository at this point in the history