Skip to content

Disable concurrent search path for composite aggregations.#12375

Merged
reta merged 1 commit intoopensearch-project:mainfrom
sohami:composite-agg-2_12
Feb 20, 2024
Merged

Disable concurrent search path for composite aggregations.#12375
reta merged 1 commit intoopensearch-project:mainfrom
sohami:composite-agg-2_12

Conversation

@sohami
Copy link
Copy Markdown
Contributor

@sohami sohami commented Feb 19, 2024

Description

Disable concurrent segment search for requests containing composite aggregation.

Related Issues

#12331

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
      - [ ] Failing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)
  • Commits are signed per the DCO using --signoff
    - [X] Commit changes are listed out in CHANGELOG.md file (See: Changelog)
    - [ ] Public documentation issue/PR created

By 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.

@sohami
Copy link
Copy Markdown
Contributor Author

sohami commented Feb 20, 2024

❌ 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 issue: #9191

@github-actions
Copy link
Copy Markdown
Contributor

❌ 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?

@sohami
Copy link
Copy Markdown
Contributor Author

sohami commented Feb 20, 2024

❌ 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:

[org.opensearch.cluster.coordination.AwarenessAttributeDecommissionIT.testConcurrentDecommissionAction](https://build.ci.opensearch.org/job/gradle-check/33941/testReport/junit/org.opensearch.cluster.coordination/AwarenessAttributeDecommissionIT/testConcurrentDecommissionAction/)
[org.opensearch.cluster.coordination.AwarenessAttributeDecommissionIT.testConcurrentDecommissionAction](https://build.ci.opensearch.org/job/gradle-check/33941/testReport/junit/org.opensearch.cluster.coordination/AwarenessAttributeDecommissionIT/testConcurrentDecommissionAction_2/)
[org.opensearch.cluster.coordination.AwarenessAttributeDecommissionIT.testConcurrentDecommissionAction](https://build.ci.opensearch.org/job/gradle-check/33941/testReport/junit/org.opensearch.cluster.coordination/AwarenessAttributeDecommissionIT/testConcurrentDecommissionAction_3/)
[org.opensearch.cluster.coordination.AwarenessAttributeDecommissionIT.testConcurrentDecommissionAction](https://build.ci.opensearch.org/job/gradle-check/33941/testReport/junit/org.opensearch.cluster.coordination/AwarenessAttributeDecommissionIT/testConcurrentDecommissionAction_4/)
[org.opensearch.remotestore.RemoteIndexPrimaryRelocationIT.testPrimaryRelocationWhileIndexing](https://build.ci.opensearch.org/job/gradle-check/33941/testReport/junit/org.opensearch.remotestore/RemoteIndexPrimaryRelocationIT/testPrimaryRelocationWhileIndexing/)
[org.opensearch.snapshots.DeleteSnapshotIT.testDeleteMultipleShallowCopySnapshotsCase1](https://build.ci.opensearch.org/job/gradle-check/33941/testReport/junit/org.opensearch.snapshots/DeleteSnapshotIT/testDeleteMultipleShallowCopySnapshotsCase1/)

@github-actions
Copy link
Copy Markdown
Contributor

❌ 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?

@andrross
Copy link
Copy Markdown
Member

❌ Gradle check result for b86c0ad: FAILURE

#10755

@github-actions
Copy link
Copy Markdown
Contributor

❌ 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?

@github-actions
Copy link
Copy Markdown
Contributor

❌ 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 <sohami.apache@gmail.com>
@sohami sohami force-pushed the composite-agg-2_12 branch from b86c0ad to f1a493f Compare February 20, 2024 21:48
@sohami
Copy link
Copy Markdown
Contributor Author

sohami commented Feb 20, 2024

rebased to latest main

@github-actions
Copy link
Copy Markdown
Contributor

❌ 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?

@github-actions
Copy link
Copy Markdown
Contributor

✅ Gradle check result for f1a493f: SUCCESS

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 20, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (9b7541f) 71.44% compared to head (f1a493f) 71.37%.
Report is 1 commits behind head on main.

Files Patch % Lines
.../bucket/composite/CompositeAggregationFactory.java 0.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@reta reta self-requested a review February 20, 2024 22:40
@reta reta merged commit 74589ef into opensearch-project:main Feb 20, 2024
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 20, 2024
…etails see: #12331 (#12375)

Signed-off-by: Sorabh Hamirwasia <sohami.apache@gmail.com>
(cherry picked from commit 74589ef)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
sohami pushed a commit that referenced this pull request Feb 21, 2024
…etails see: #12331 (#12375) (#12400)

(cherry picked from commit 74589ef)

Signed-off-by: Sorabh Hamirwasia <sohami.apache@gmail.com>
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>
peteralfonsi pushed a commit to peteralfonsi/OpenSearch that referenced this pull request Mar 1, 2024
amkhar pushed a commit to amkhar/OpenSearch that referenced this pull request Mar 12, 2024
…etails see: opensearch-project#12331 (opensearch-project#12375)

Signed-off-by: Sorabh Hamirwasia <sohami.apache@gmail.com>
Signed-off-by: Aman Khare <amkhar@amazon.com>
rayshrey pushed a commit to rayshrey/OpenSearch that referenced this pull request Mar 18, 2024
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
…etails see: opensearch-project#12331 (opensearch-project#12375)

Signed-off-by: Sorabh Hamirwasia <sohami.apache@gmail.com>
Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants