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] Add async segment file download support from remote store within OpenSearch core #10199

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 9e90671 from #9710.

Signed-off-by: Kunal Kotwani <[email protected]>
(cherry picked from commit 9e90671)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

Compatibility status:

Checks if related components are compatible with change c664261

Incompatible components

Skipped components

Compatible components

Compatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/neural-search.git]

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

Merging #10199 (c664261) into 2.x (c1c1cee) will decrease coverage by 0.12%.
Report is 3 commits behind head on 2.x.
The diff coverage is 90.38%.

@@             Coverage Diff              @@
##                2.x   #10199      +/-   ##
============================================
- Coverage     70.88%   70.76%   -0.12%     
+ Complexity    58335    58245      -90     
============================================
  Files          4812     4812              
  Lines        275413   275447      +34     
  Branches      40489    40490       +1     
============================================
- Hits         195222   194921     -301     
- Misses        63525    63849     +324     
- Partials      16666    16677      +11     
Files Coverage Δ
...c/main/java/org/opensearch/index/IndexService.java 75.16% <100.00%> (-0.22%) ⬇️
...earch/index/store/RemoteSegmentStoreDirectory.java 90.87% <100.00%> (+0.79%) ⬆️
...rc/main/java/org/opensearch/index/store/Store.java 81.14% <100.00%> (-0.52%) ⬇️
...ices/replication/RemoteStoreReplicationSource.java 90.47% <92.30%> (-0.44%) ⬇️
...in/java/org/opensearch/index/shard/IndexShard.java 68.89% <81.81%> (-0.81%) ⬇️

... and 466 files with indirect coverage changes

@kotwanikunal kotwanikunal merged commit 2d2ab3d into 2.x Sep 27, 2023
39 of 64 checks passed
@github-actions github-actions bot deleted the backport/backport-9710-to-2.x branch September 27, 2023 02:49
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