Skip to content

Conversation

peternied
Copy link
Member

Description

By defaulting to ES 7.10 this caused confusion with the version parameter was not passed into RFS for different snapshot sources. While this does require all customers to follow the same path it will prevent strange errors when the snapshot reader is unable to parse the snapshot.

Issues Resolved

  • Need to create

Check List

  • New functionality includes testing
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented
  • 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.

Copy link

codecov bot commented Oct 9, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 80.18%. Comparing base (d0a0b6f) to head (579e178).
Report is 14 commits behind head on main.

Files with missing lines Patch % Lines
...org/opensearch/migrations/RfsMigrateDocuments.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1058      +/-   ##
============================================
- Coverage     80.19%   80.18%   -0.01%     
- Complexity     2863     2867       +4     
============================================
  Files           383      383              
  Lines         14333    14340       +7     
  Branches        988      989       +1     
============================================
+ Hits          11494    11499       +5     
- Misses         2245     2247       +2     
  Partials        594      594              
Flag Coverage Δ
gradle-test 78.21% <75.00%> (-0.01%) ⬇️
python-test 90.24% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

By defaulting to ES 7.10 this caused confusion with the version
parameter was not passed into RFS for different snapshot sources.  While
this does require all customers to follow the same path it will prevent
strange errors when the snapshot reader is unable to parse the snapshot.

Signed-off-by: Peter Nied <[email protected]>
@peternied peternied force-pushed the source-version-required branch from caf53c9 to 74809c8 Compare October 9, 2024 02:53
Signed-off-by: Peter Nied <[email protected]>
@peternied peternied merged commit 85d5846 into opensearch-project:main Oct 17, 2024
13 of 14 checks passed
@peternied peternied deleted the source-version-required branch October 17, 2024 11:41
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