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] [Remote Routing Table] Initial commit for index routing table manifest #14066

Merged
merged 4 commits into from
Jun 8, 2024

Conversation

himshikha
Copy link
Contributor

Description

Backport for PR #13577

Automated PR for backport is failing with breaking changes test since we moved some public classes from core to libs. #14034

This PR has additional change to keep these classes in core only for 2.x

Related Issues

Resolves #[Issue number to be closed when this PR is merged]

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.

github-actions bot and others added 2 commits June 6, 2024 08:51
opensearch-project#13577)

* Initial commit for index routing table manifest

Co-authored-by: Bukhtawar Khan <bukhtawa@amazon.com>
Co-authored-by: Himshikha Gupta <himshikh@amazon.com>
Co-authored-by: Arpit Bandejiya <abandeji@amazon.com>
(cherry picked from commit 7faae25)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
Copy link
Contributor

github-actions bot commented Jun 7, 2024

❌ Gradle check result for 15b194e: 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

github-actions bot commented Jun 7, 2024

❌ Gradle check result for eabd53a: 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

github-actions bot commented Jun 8, 2024

✅ Gradle check result for 51f1fe5: SUCCESS

Copy link

codecov bot commented Jun 8, 2024

Codecov Report

Attention: Patch coverage is 80.67227% with 23 lines in your changes missing coverage. Please review.

Project coverage is 71.46%. Comparing base (0dd892c) to head (51f1fe5).
Report is 317 commits behind head on 2.x.

Files Patch % Lines
...search/gateway/remote/ClusterMetadataManifest.java 83.63% 6 Missing and 3 partials ⚠️
...y/remote/routingtable/RemoteIndexRoutingTable.java 80.00% 7 Missing and 1 partial ⚠️
...y/remote/routingtable/IndexRoutingTableHeader.java 73.91% 6 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #14066      +/-   ##
============================================
+ Coverage     71.28%   71.46%   +0.17%     
- Complexity    60145    61584    +1439     
============================================
  Files          4957     5047      +90     
  Lines        282799   289133    +6334     
  Branches      41409    42220     +811     
============================================
+ Hits         201591   206624    +5033     
- Misses        64189    65086     +897     
- Partials      17019    17423     +404     

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

@Bukhtawar Bukhtawar merged commit 0b98803 into opensearch-project:2.x Jun 8, 2024
33 of 34 checks passed
kkewwei pushed a commit to kkewwei/OpenSearch that referenced this pull request Jul 24, 2024
…g table manifest (opensearch-project#14066)

* [Remote Routing Table] Remote Index routing table manifest (opensearch-project#13577)

Co-authored-by: Bukhtawar Khan <bukhtawa@amazon.com>
Co-authored-by: Himshikha Gupta <himshikh@amazon.com>
Signed-off-by: kkewwei <kkewwei@163.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