-
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
[Backport 2.x][Segment Replication] Support realtime reads for GET requests (#9212) #9421
[Backport 2.x][Segment Replication] Support realtime reads for GET requests (#9212) #9421
Conversation
…arch-project#9212) * route to pri shards Signed-off-by: Poojita Raj <poojiraj@amazon.com> * Add changelog entry Signed-off-by: Poojita Raj <poojiraj@amazon.com> * refactor + add multiGet support Signed-off-by: Poojita Raj <poojiraj@amazon.com> * address changes Signed-off-by: Poojita Raj <poojiraj@amazon.com> * add comment and rebase Signed-off-by: Poojita Raj <poojiraj@amazon.com> * address review comments Signed-off-by: Poojita Raj <poojiraj@amazon.com> --------- Signed-off-by: Poojita Raj <poojiraj@amazon.com> (cherry picked from commit 914544b)
Compatibility status:Checks if related components are compatible with change d555d1d Incompatible componentsIncompatible components: [https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/performance-analyzer.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/ml-commons.git] |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## 2.x #9421 +/- ##
============================================
- Coverage 70.82% 70.78% -0.04%
- Complexity 57570 57614 +44
============================================
Files 4762 4762
Lines 272058 272064 +6
Branches 40110 40111 +1
============================================
- Hits 192681 192592 -89
- Misses 62900 63009 +109
+ Partials 16477 16463 -14
|
flaky: #5957 |
Manual backport of #9212 due to changelog conflict.