-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Disable concurrent search path for composite aggregations. #12375
Conversation
143f6c8
to
c9e7763
Compare
Known issue: #9191 |
❌ Gradle check result for b86c0ad: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Known issues:
|
❌ Gradle check result for b86c0ad: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for b86c0ad: TIMEOUT Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for b86c0ad: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
…etails see: opensearch-project#12331 Signed-off-by: Sorabh Hamirwasia <[email protected]>
b86c0ad
to
f1a493f
Compare
rebased to latest main |
❌ Gradle check result for b86c0ad: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #12375 +/- ##
============================================
- Coverage 71.44% 71.37% -0.07%
+ Complexity 59839 59810 -29
============================================
Files 4960 4960
Lines 281166 281166
Branches 40861 40861
============================================
- Hits 200875 200692 -183
- Misses 63614 63758 +144
- Partials 16677 16716 +39 ☔ View full report in Codecov by Sentry. |
…etails see: #12331 (#12375) Signed-off-by: Sorabh Hamirwasia <[email protected]> (cherry picked from commit 74589ef) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…etails see: #12331 (#12375) (#12400) (cherry picked from commit 74589ef) Signed-off-by: Sorabh Hamirwasia <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…etails see: opensearch-project#12331 (opensearch-project#12375) Signed-off-by: Sorabh Hamirwasia <[email protected]>
…etails see: opensearch-project#12331 (opensearch-project#12375) Signed-off-by: Sorabh Hamirwasia <[email protected]> Signed-off-by: Aman Khare <[email protected]>
…etails see: opensearch-project#12331 (opensearch-project#12375) Signed-off-by: Sorabh Hamirwasia <[email protected]>
…etails see: opensearch-project#12331 (opensearch-project#12375) Signed-off-by: Sorabh Hamirwasia <[email protected]> Signed-off-by: Shivansh Arora <[email protected]>
Description
Disable concurrent segment search for requests containing composite aggregation.
Related Issues
#12331
Check List
- [ ] Failing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)- [X] Commit changes are listed out in CHANGELOG.md file (See: Changelog)- [ ] Public documentation issue/PR createdBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.