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] Add circuit breaker support for file cache (#6591) #7011

Merged
merged 1 commit into from
Apr 5, 2023

Conversation

kotwanikunal
Copy link
Member

(cherry picked from commit 06128a9)

Description

Issues Resolved

  • 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 Apr 5, 2023

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented Apr 5, 2023

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented Apr 5, 2023

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=pit/10_basic/Delete all}

@codecov-commenter
Copy link

Codecov Report

Merging #7011 (cd675bb) into 2.x (c656949) will increase coverage by 0.00%.
The diff coverage is 67.98%.

📣 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    #7011    +/-   ##
==========================================
  Coverage     70.43%   70.44%            
- Complexity    59497    59574    +77     
==========================================
  Files          4811     4821    +10     
  Lines        285578   285821   +243     
  Branches      41517    41542    +25     
==========================================
+ Hits         201149   201343   +194     
+ Misses        67641    67635     -6     
- Partials      16788    16843    +55     
Impacted Files Coverage Δ
...ark/store/remote/filecache/FileCacheBenchmark.java 0.00% <ø> (ø)
...ch/index/codec/customcodecs/CustomCodecPlugin.java 0.00% <0.00%> (ø)
...h/index/codec/customcodecs/CustomCodecService.java 0.00% <0.00%> (ø)
.../codec/customcodecs/CustomCodecServiceFactory.java 0.00% <0.00%> (ø)
...ustomcodecs/PerFieldMappingPostingFormatCodec.java 0.00% <0.00%> (ø)
.../main/java/org/opensearch/env/NodeEnvironment.java 78.24% <ø> (+0.14%) ⬆️
...rc/main/java/org/opensearch/index/IndexModule.java 81.92% <ø> (ø)
...c/main/java/org/opensearch/index/IndexService.java 73.81% <0.00%> (-0.29%) ⬇️
.../java/org/opensearch/plugins/IndexStorePlugin.java 100.00% <ø> (ø)
...customcodecs/Lucene95CustomStoredFieldsFormat.java 25.00% <25.00%> (ø)
... and 15 more

... and 511 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@kotwanikunal kotwanikunal merged commit 28dff10 into opensearch-project:2.x Apr 5, 2023
@kotwanikunal kotwanikunal deleted the backport-6591 branch June 12, 2023 19:02
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.

3 participants