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

Add release notes for 2.11 #10605

Merged
merged 3 commits into from
Oct 16, 2023

Conversation

noCharger
Copy link
Contributor

@noCharger noCharger commented Oct 13, 2023

Description

  1. Add the release note from 2.11 branch https://github.com/opensearch-project/OpenSearch/blob/2.11/release-notes/opensearch.release-notes-2.11.0.md
  2. Update CHANGELOG accordingly

Check List

  • Commits are signed per the DCO using --signoff

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.

Signed-off-by: Louis Chu <clingzhi@amazon.com>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT:
  • URL:
  • CommitID: bcd65df
    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?

msfroh
msfroh previously approved these changes Oct 13, 2023
@msfroh msfroh dismissed their stale review October 13, 2023 01:00

@noCharger said there's a mistake in this PR

@github-actions
Copy link
Contributor

github-actions bot commented Oct 13, 2023

Compatibility status:

Checks if related components are compatible with change 42009ae

Incompatible components

Incompatible components: [https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/ml-commons.git]

Skipped components

Compatible components

Compatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/reporting.git]

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

Signed-off-by: Louis Chu <clingzhi@amazon.com>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@noCharger
Copy link
Contributor Author

Gradle Check (Jenkins) Run Completed with:

DEVELOPER_GUIDE.md#flaky-tests) unrelated to your change?

https://build.ci.opensearch.org/job/gradle-check/27796/console

Tests with failures:
 - org.opensearch.search.aggregations.metrics.CardinalityWithRequestBreakerIT.testRequestBreaker {p0={"search.concurrent_segment_search.enabled":"true"}}
 - org.opensearch.search.aggregations.metrics.CardinalityWithRequestBreakerIT.classMethod
 - org.opensearch.search.suggest.CompletionSuggestSearchIT.testSkipDuplicates {p0={"search.concurrent_segment_search.enabled":"false"}}
 - org.opensearch.search.suggest.CompletionSuggestSearchIT.testSkipDuplicates {p0={"search.concurrent_segment_search.enabled":"true"}}

Flaky test #10154

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

Merging #10605 (42009ae) into 2.x (52018ec) will increase coverage by 0.03%.
Report is 6 commits behind head on 2.x.
The diff coverage is 66.66%.

@@             Coverage Diff              @@
##                2.x   #10605      +/-   ##
============================================
+ Coverage     70.84%   70.87%   +0.03%     
- Complexity    58489    58516      +27     
============================================
  Files          4831     4830       -1     
  Lines        276413   276440      +27     
  Branches      40581    40586       +5     
============================================
+ Hits         195822   195936     +114     
+ Misses        63872    63807      -65     
+ Partials      16719    16697      -22     
Files Coverage Δ
...rg/opensearch/common/settings/ClusterSettings.java 92.85% <ø> (ø)
...earch/index/store/RemoteSegmentStoreDirectory.java 88.88% <100.00%> (+0.03%) ⬆️
server/src/main/java/org/opensearch/node/Node.java 85.69% <ø> (-0.02%) ⬇️
...main/java/org/opensearch/search/SearchService.java 72.60% <100.00%> (+0.03%) ⬆️
...ensearch/search/internal/ContextIndexSearcher.java 73.37% <100.00%> (ø)
...search/search/internal/MaxTargetSliceSupplier.java 92.30% <100.00%> (ø)
.../org/opensearch/search/internal/SearchContext.java 41.50% <ø> (ø)
...nsearch/search/internal/FilteredSearchContext.java 8.69% <0.00%> (-0.08%) ⬇️
...va/org/opensearch/search/DefaultSearchContext.java 77.41% <33.33%> (-0.48%) ⬇️
...nsearch/action/ingest/SimulatePipelineRequest.java 71.73% <53.84%> (+14.59%) ⬆️
... and 1 more

... and 459 files with indirect coverage changes

Signed-off-by: Louis Chu <clingzhi@amazon.com>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@msfroh msfroh merged commit 144ed0f into opensearch-project:2.x Oct 16, 2023
15 of 16 checks passed
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.

3 participants