-
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
Add support for restoring from snapshot with search replicas (#16111) #16478
Conversation
…rch-project#16111) Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
❌ Gradle check result for 81eee96: 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? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #16478 +/- ##
============================================
- Coverage 71.83% 71.77% -0.06%
- Complexity 65318 65368 +50
============================================
Files 5312 5312
Lines 304985 305001 +16
Branches 44436 44439 +3
============================================
- Hits 219079 218911 -168
- Misses 67609 67856 +247
+ Partials 18297 18234 -63 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
❌ Gradle check result for fe937e5: 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: Vinay Krishna Pudyodu <[email protected]>
Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
❌ Gradle check result for 7a4835e: 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 7a4835e: 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 7a4835e: 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? |
Back porting the commit to 2.x.
Original PR: #16111