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 #10594

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

noCharger
Copy link
Contributor

@noCharger noCharger commented Oct 12, 2023

Description

Related Issues

Resolves #[Issue number to be closed when this PR is merged]

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>
@noCharger
Copy link
Contributor Author

https://github.com/opensearch-project/OpenSearch/actions/runs/6499797235/job/17653890753?pr=10594

> Task :distribution:docker:docker-ppc64le-export:exportDockerImage FAILED
Output for docker:
write /home/runner/work/OpenSearch/OpenSearch/distribution/docker/build/.docker_temp_1123310373: no space left on device

Can someone help with rerun failed GH actions? Thanks!

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Compatibility status:

Checks if related components are compatible with change eb648e2

Incompatible components

Incompatible components: [https://github.com/opensearch-project/geospatial.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/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/neural-search.git]

@noCharger
Copy link
Contributor Author

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

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

4496 tests completed, 2 failed, 42 skipped

Known issue #10154

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@noCharger
Copy link
Contributor Author

Gradle Check (Jenkins) Run Completed with:

Flaky test

> Task :server:internalClusterTest

Tests with failures:
 - org.opensearch.remotestore.RemoteStoreRestoreIT.testRTSRestoreWithRefreshedDataPrimaryReplicaDown

4496 tests completed, 1 failed, 42 skipped

> Task :server:internalClusterTest FAILED
build complete, generating: /var/jenkins/workspace/gradle-check/search/build/27771.tar.bz2

FAILURE: Build failed with an exception.

which should have been fixed by #9408

@kotwanikunal
Copy link
Member

Pushing this in since there are no code changes.

@kotwanikunal kotwanikunal merged commit 382eb30 into opensearch-project:main Oct 12, 2023
66 of 67 checks passed
@kotwanikunal kotwanikunal added the backport 2.x Backport to 2.x branch label Oct 12, 2023
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.11 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.11 2.11
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.11
# Create a new branch
git switch --create backport/backport-10594-to-2.11
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 382eb301b21bf5c6eda613432b9ddccda1c414b9
# Push it to GitHub
git push --set-upstream origin backport/backport-10594-to-2.11
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.11

Then, create a pull request where the base branch is 2.11 and the compare/head branch is backport/backport-10594-to-2.11.

@kotwanikunal
Copy link
Member

@noCharger Can you please manually backport to 2.11 and 2.x using the listed process?

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.x
# Create a new branch
git switch --create backport/backport-10594-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 382eb301b21bf5c6eda613432b9ddccda1c414b9
# Push it to GitHub
git push --set-upstream origin backport/backport-10594-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-10594-to-2.x.

noCharger added a commit to noCharger/OpenSearch that referenced this pull request Oct 12, 2023
…#10594)

Signed-off-by: Louis Chu <clingzhi@amazon.com>
(cherry picked from commit 382eb30)
noCharger added a commit to noCharger/OpenSearch that referenced this pull request Oct 12, 2023
Signed-off-by: Louis Chu <clingzhi@amazon.com>
(cherry picked from commit 382eb30)
kotwanikunal pushed a commit that referenced this pull request Oct 12, 2023
Signed-off-by: Louis Chu <clingzhi@amazon.com>
(cherry picked from commit 382eb30)
@msfroh
Copy link
Collaborator

msfroh commented Oct 12, 2023

There are a bunch of changes in these release notes that aren't in 2.11.

Lots of changes have been backported to 2.x but not to the 2.11 branch.

For example, the release notes say that we updated to Lucene 9.8 in 2.11, which we did not.

deshsidd pushed a commit to deshsidd/OpenSearch that referenced this pull request Oct 19, 2023
Signed-off-by: Louis Chu <clingzhi@amazon.com>
Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
austintlee pushed a commit to austintlee/OpenSearch that referenced this pull request Oct 23, 2023
Signed-off-by: Louis Chu <clingzhi@amazon.com>
austintlee pushed a commit to austintlee/OpenSearch that referenced this pull request Oct 23, 2023
Signed-off-by: Louis Chu <clingzhi@amazon.com>
austintlee pushed a commit to austintlee/OpenSearch that referenced this pull request Dec 13, 2023
Signed-off-by: Louis Chu <clingzhi@amazon.com>
austintlee pushed a commit to austintlee/OpenSearch that referenced this pull request Jan 19, 2024
Signed-off-by: Louis Chu <clingzhi@amazon.com>
austintlee pushed a commit to austintlee/OpenSearch that referenced this pull request Feb 6, 2024
Signed-off-by: Louis Chu <clingzhi@amazon.com>
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
Signed-off-by: Louis Chu <clingzhi@amazon.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
None yet
Development

Successfully merging this pull request may close these issues.

4 participants