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 compressed cluster state version guard #8185

Merged

Conversation

andrross
Copy link
Member

This change was backported to 2.x in #7945.

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

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.action.admin.indices.create.CreateIndexIT.testCreateAndDeleteIndexConcurrently
      1 org.opensearch.action.admin.indices.create.CreateIndexIT.classMethod

@codecov
Copy link

codecov bot commented Jun 21, 2023

Codecov Report

Merging #8185 (3daddc6) into main (63dc6aa) will decrease coverage by 0.11%.
The diff coverage is 93.33%.

@@             Coverage Diff              @@
##               main    #8185      +/-   ##
============================================
- Coverage     71.01%   70.90%   -0.11%     
+ Complexity    56687    56661      -26     
============================================
  Files          4722     4722              
  Lines        267681   267674       -7     
  Branches      39233    39232       -1     
============================================
- Hits         190083   189789     -294     
- Misses        61592    61847     +255     
- Partials      16006    16038      +32     
Impacted Files Coverage Δ
...org/opensearch/cluster/metadata/IndexMetadata.java 85.38% <ø> (+0.01%) ⬆️
...pensearch/common/settings/IndexScopedSettings.java 100.00% <ø> (ø)
...earch/search/aggregations/AggregatorFactories.java 75.09% <0.00%> (-0.39%) ⬇️
...rg/opensearch/cluster/coordination/JoinHelper.java 83.79% <100.00%> (-0.93%) ⬇️
...mmon/util/concurrent/BufferedAsyncIOProcessor.java 70.00% <100.00%> (+1.03%) ⬆️
.../main/java/org/opensearch/index/IndexSettings.java 86.18% <100.00%> (+0.17%) ⬆️
...in/java/org/opensearch/index/shard/IndexShard.java 71.02% <100.00%> (-0.12%) ⬇️

... and 460 files with indirect coverage changes

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

This change was backported to 2.x in opensearch-project#7945.

Signed-off-by: Andrew Ross <andrross@amazon.com>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@kotwanikunal kotwanikunal merged commit 4be8918 into opensearch-project:main Jun 22, 2023
@andrross andrross deleted the cache-compress-backport branch June 22, 2023 21:24
imRishN pushed a commit to imRishN/OpenSearch that referenced this pull request Jun 27, 2023
This change was backported to 2.x in opensearch-project#7945.

Signed-off-by: Andrew Ross <andrross@amazon.com>
Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
sudarshan-baliga pushed a commit to Gaurav614/OpenSearch that referenced this pull request Jun 29, 2023
This change was backported to 2.x in opensearch-project#7945.

Signed-off-by: Andrew Ross <andrross@amazon.com>
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
This change was backported to 2.x in opensearch-project#7945.

Signed-off-by: Andrew Ross <andrross@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.

2 participants