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

[Backport 2.x] Moving concurrent-search out of sandbox plugin to core behind feature… #7408

Merged
merged 1 commit into from
May 4, 2023

Conversation

kotwanikunal
Copy link
Member

… flag (#7203)

Signed-off-by: Sorabh Hamirwasia [email protected]
(cherry picked from commit fde8fa4)

Description

Related Issues

N/A

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

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.

@github-actions
Copy link
Contributor

github-actions bot commented May 3, 2023

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented May 3, 2023

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❌
  • TEST FAILURES:
      3 org.opensearch.search.SearchWeightedRoutingIT.testStrictWeightedRoutingWithCustomString

… flag (opensearch-project#7203)

Signed-off-by: Sorabh Hamirwasia <[email protected]>
(cherry picked from commit fde8fa4)
Signed-off-by: Kunal Kotwani <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented May 3, 2023

Codecov Report

Merging #7408 (bf1e8e9) into 2.x (175ea44) will decrease coverage by 0.03%.
The diff coverage is 52.94%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff              @@
##                2.x    #7408      +/-   ##
============================================
- Coverage     70.28%   70.25%   -0.03%     
+ Complexity    59750    59670      -80     
============================================
  Files          4864     4863       -1     
  Lines        287384   287391       +7     
  Branches      41744    41748       +4     
============================================
- Hits         201988   201916      -72     
+ Misses        68568    68528      -40     
- Partials      16828    16947     +119     
Impacted Files Coverage Δ
...pensearch/common/settings/FeatureFlagSettings.java 50.00% <ø> (ø)
.../main/java/org/opensearch/search/SearchModule.java 95.28% <0.00%> (-0.96%) ⬇️
...main/java/org/opensearch/search/SearchService.java 71.61% <ø> (-0.14%) ⬇️
...rch/search/query/ConcurrentQueryPhaseSearcher.java 58.33% <ø> (ø)
...n/java/org/opensearch/search/query/QueryPhase.java 77.85% <ø> (-0.72%) ⬇️
...ain/java/org/opensearch/threadpool/ThreadPool.java 82.94% <0.00%> (-1.59%) ⬇️
...rk/src/main/java/org/opensearch/node/MockNode.java 82.05% <ø> (ø)
.../java/org/opensearch/search/MockSearchService.java 96.00% <ø> (-4.00%) ⬇️
...va/org/opensearch/extensions/ExtensionRequest.java 68.00% <40.00%> (-2.84%) ⬇️
...ch/extensions/rest/RegisterRestActionsRequest.java 75.00% <78.94%> (+5.76%) ⬆️
... and 1 more

... and 483 files with indirect coverage changes

@@ -31,4 +34,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Security


[Unreleased 3.0]: https://github.com/opensearch-project/OpenSearch/compare/2.x...HEAD
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not be there

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will remove it with a new PR.

@@ -5,9 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased 2.x]
### Added
- [Extensions] Moving Extensions APIs to support cross versions via protobuf. ([#6960](https://github.com/opensearch-project/OpenSearch/pull/6960))
- [Extensions] Moving Extensions APIs to support cross versions via protobuf. ([#7402](https://github.com/opensearch-project/OpenSearch/issues/7402))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog looks a bit messed up

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated this as per the merge on #7402
Updated the main changelog on #7409

Copy link
Member

@saratvemulapalli saratvemulapalli May 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad @reta. I've started merging in more PRs but it didn't make sense for readers as all of them are just moving these APIs to support cross versions. So I've just moved it to meta issue and updated main and 2.x CHANGELOG to reflect the meta issue instead of individual PRs.

@github-actions
Copy link
Contributor

github-actions bot commented May 4, 2023

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented May 4, 2023

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.search.SearchWeightedRoutingIT.testStrictWeightedRoutingWithCustomString
      1 org.opensearch.indices.replication.SegmentReplicationRelocationIT.testRelocateWhileContinuouslyIndexingAndWaitingForRefresh
      1 org.opensearch.indices.replication.SegmentReplicationIT.testScrollWithOngoingSegmentReplication

@kotwanikunal kotwanikunal merged commit 61c8fed into opensearch-project:2.x May 4, 2023
@kotwanikunal kotwanikunal deleted the backport-7203 branch May 12, 2023 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants