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

Update release note and changelog #10609

Merged
merged 2 commits into from
Oct 14, 2023

Conversation

noCharger
Copy link
Contributor

@noCharger noCharger commented Oct 13, 2023

Description

[Describe what this change achieves]

  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: 8349a1e
    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
Contributor

github-actions bot commented Oct 13, 2023

Compatibility status:

Checks if related components are compatible with change 28df80c

Incompatible components

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

Skipped components

Compatible components

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

@noCharger
Copy link
Contributor Author

noCharger commented Oct 13, 2023

Trigger Jenkins workflows
{"pr_from_sha": "8349a1e5b8e7a64b17cd045b03faf6df6b48d300", "pr_from_clone_url": "https://github.com/noCharger/OpenSearch.git", "pr_to_clone_url": "https://github.com/opensearch-project/OpenSearch.git", "pr_title": "update release note and changelog", "pr_number": "10609"}
<html>
 <head><title>504 Gateway Time-out</title></head>
 <body>
 <center><h1>504 Gateway Time-out</h1></center>
 </body>
 </html>
parse error: Invalid numeric literal at line 1, column 7
QUEUE_URL
wait for jenkins to start workflow
Check if queue exist in Jenkins after triggering
parse error: Invalid numeric literal at line 1, column 7
WORKFLOW_URL
Use queue information to find build number in Jenkins if available
Waiting for Jenkins to complete the run
Still running, wait for another 30 seconds before checking again, max timeout 7[20](https://github.com/opensearch-project/OpenSearch/actions/runs/6503970507/job/17665241191?pr=10609#step:6:21)0
Jenkins Workflow Url: 
time pass: [30](https://github.com/opensearch-project/OpenSearch/actions/runs/6503970507/job/17665241191?pr=10609#step:6:31)
Complete the run, checking results now......
Please check jenkins url for logs: 
Result: 
Error: Process completed with exit code 1.

Jenkins was rebooted. Need rerun the gradle check.

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@noCharger
Copy link
Contributor Author

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"}}
 - org.opensearch.search.SearchWeightedRoutingIT.testSearchAggregationWithNetworkDisruption_FailOpenEnabled

4497 tests completed, 3 failed, 42 skipped

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

FAILURE: Build failed with an exception.

Flaky test

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

@codecov
Copy link

codecov bot commented Oct 14, 2023

Codecov Report

Merging #10609 (28df80c) into main (25f2b76) will decrease coverage by 0.08%.
Report is 3 commits behind head on main.
The diff coverage is 69.67%.

@@             Coverage Diff              @@
##               main   #10609      +/-   ##
============================================
- Coverage     71.24%   71.16%   -0.08%     
- Complexity    58422    58447      +25     
============================================
  Files          4845     4845              
  Lines        275335   275441     +106     
  Branches      40088    40111      +23     
============================================
- Hits         196152   196031     -121     
- Misses        62743    63013     +270     
+ Partials      16440    16397      -43     
Files Coverage Δ
...earch/action/search/AbstractSearchAsyncAction.java 80.00% <100.00%> (+0.94%) ⬆️
...g/opensearch/action/search/MultiSearchRequest.java 80.34% <100.00%> (+0.46%) ⬆️
...opensearch/action/search/SearchResponseMerger.java 82.75% <100.00%> (+4.04%) ⬆️
...rg/opensearch/common/settings/ClusterSettings.java 92.85% <ø> (ø)
...rch/index/remote/RemoteSegmentTransferTracker.java 81.10% <ø> (ø)
...va/org/opensearch/action/search/SearchRequest.java 83.06% <81.81%> (+0.71%) ⬆️
...pensearch/rest/action/search/RestSearchAction.java 37.34% <0.00%> (-0.48%) ⬇️
...rg/opensearch/index/remote/RemoteSegmentStats.java 85.31% <78.94%> (-0.84%) ⬇️
...a/org/opensearch/action/search/SearchResponse.java 88.38% <80.00%> (-1.84%) ⬇️
...pensearch/action/search/TransportSearchAction.java 68.45% <42.42%> (-0.45%) ⬇️

... and 473 files with indirect coverage changes

@msfroh msfroh merged commit 01a6ffd into opensearch-project:main Oct 14, 2023
15 of 16 checks passed
deshsidd pushed a commit to deshsidd/OpenSearch that referenced this pull request Oct 19, 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>
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants