-
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 Store Migration] Handling translog metadata update during remote store migration #13810
[Remote Store Migration] Handling translog metadata update during remote store migration #13810
Conversation
❌ Gradle check result for e09d1f8: 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? |
c00a803
to
7d7dd50
Compare
❌ Gradle check result for c00a803: 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 7d7dd50: 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? |
7d7dd50
to
b470ddb
Compare
❌ Gradle check result for b470ddb: 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? |
ea8de1f
to
e176d48
Compare
❕ Gradle check result for ea8de1f: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #13810 +/- ##
============================================
+ Coverage 71.42% 71.67% +0.25%
- Complexity 59978 61313 +1335
============================================
Files 4985 5065 +80
Lines 282275 288144 +5869
Branches 40946 41723 +777
============================================
+ Hits 201603 206535 +4932
- Misses 63999 64515 +516
- Partials 16673 17094 +421 ☔ View full report in Codecov by Sentry. |
❌ Gradle check result for e176d48: 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: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
e176d48
to
23549ad
Compare
❌ Gradle check result for 23549ad: 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? |
We are not planning for this change anymore. Closing it . |
Description
Wiring
RespositoriesService
toIndexMigrationUpdater
fromClusterModule
throughAllocationService
. This is being utilized during remote store migration flow to determine if the translog repository supports the newly introduced tlog metadata in object metadata feature #13091Related Issues
Resolves #13745
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.