-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Remote Routing Table] Initial commit for index routing table manifest #13577
[Remote Routing Table] Initial commit for index routing table manifest #13577
Conversation
Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
❌ Gradle check result for 441f520: 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? |
...r/src/main/java/org/opensearch/gateway/remote/routingtable/IndexRoutingTableInputStream.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/common/io/stream/BufferedChecksumStreamInput.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Arpit Bandejiya <abandeji@amazon.com>
❌ Gradle check result for ee70dca: 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? |
❌ Gradle check result for 9efd85b: 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? |
Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
9efd85b
to
7aeecc8
Compare
❌ Gradle check result for 7aeecc8: 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? |
Signed-off-by: Arpit Bandejiya <abandeji@amazon.com>
❌ Gradle check result for 7b2bc79: 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? |
Signed-off-by: Arpit Bandejiya <abandeji@amazon.com>
❌ Gradle check result for 88d266f: 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? |
Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
1ef13ae
to
4c97869
Compare
❌ Gradle check result for 1ef13ae: 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? |
❌ Gradle check result for 4c97869: 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? |
Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
❌ Gradle check result for 0400f40: 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? |
Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
❌ Gradle check result for 7f33ba2: 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? |
server/src/main/java/org/opensearch/gateway/remote/ClusterMetadataManifest.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/gateway/remote/RemoteClusterStateService.java
Show resolved
Hide resolved
❌ Gradle check result for 8ecf865: 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? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM
Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
8ecf865
to
bbebce3
Compare
❌ Gradle check result for bbebce3: 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? |
Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
❌ Gradle check result for 24fe063: 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? |
#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>
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>
…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>
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>
Description
This change adds remote store objects for Routing Table upload. This also adds indices to be uploaded as part of cluster metadata manifest to track indices changed as part of one cluster state update.
Related Issues
Resolves (#13960)
Check List
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.