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 rest, transport layer changes for Hot to warm tiering - dedicated setup #14889

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

neetikasinghal
Copy link
Contributor

@neetikasinghal neetikasinghal commented Jul 23, 2024

Description

Backports #13980

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

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.

Copy link
Contributor

❌ Gradle check result for 6fc59b9: FAILURE

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?

Copy link
Contributor

❕ Gradle check result for 20a97cd: UNSTABLE

  • TEST FAILURES:
      1 org.opensearch.search.basic.SearchWithRandomIOExceptionsIT.testRandomDirectoryIOExceptions {p0={"search.concurrent_segment_search.enabled":"true"}}
      1 org.opensearch.search.basic.SearchWithRandomIOExceptionsIT.classMethod

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

Copy link

codecov bot commented Jul 23, 2024

Codecov Report

Attention: Patch coverage is 74.07407% with 70 lines in your changes missing coverage. Please review.

Project coverage is 71.53%. Comparing base (788a7fe) to head (20a97cd).
Report is 2 commits behind head on 2.x.

Files Patch % Lines
...ion/admin/indices/tiering/TieringIndexRequest.java 73.13% 10 Missing and 8 partials ⚠️
...earch/indices/tiering/TieringRequestValidator.java 78.04% 12 Missing and 6 partials ⚠️
...dmin/indices/tiering/HotToWarmTieringResponse.java 79.16% 9 Missing and 1 partial ⚠️
...n/admin/indices/tiering/RestWarmTieringAction.java 23.07% 10 Missing ⚠️
...admin/indices/tiering/TieringValidationResult.java 58.33% 9 Missing and 1 partial ⚠️
...dices/tiering/TransportHotToWarmTieringAction.java 80.00% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #14889      +/-   ##
============================================
+ Coverage     71.52%   71.53%   +0.01%     
- Complexity    62546    62655     +109     
============================================
  Files          5110     5117       +7     
  Lines        293684   293967     +283     
  Branches      42800    42844      +44     
============================================
+ Hits         210063   210301     +238     
- Misses        65978    66071      +93     
+ Partials      17643    17595      -48     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sohami sohami merged commit 8274a34 into opensearch-project:2.x Jul 23, 2024
31 of 32 checks passed
@jed326 jed326 changed the title Add rest, transport layer changes for Hot to warm tiering - dedicated setup [Backport 2.x] Add rest, transport layer changes for Hot to warm tiering - dedicated setup Jul 23, 2024
kkewwei pushed a commit to kkewwei/OpenSearch that referenced this pull request Jul 24, 2024
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.

2 participants