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] [Remote Store] Add tracker factory to manage remote store stats trackers #9654

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport c294c91 from #9546.

…ers (#9546)

---------

Signed-off-by: Bhumika Saini <sabhumik@amazon.com>
(cherry picked from commit c294c91)
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 f974ee1

Incompatible components

Incompatible components: [https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/performance-analyzer.git]

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/job-scheduler.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/security-analytics.git]

@tlfeng tlfeng added backport PRs or issues specific to backporting features or enhancments v2.10.0 skip-changelog labels Aug 31, 2023
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.client.PitIT.testDeleteAllAndListAllPits

@codecov
Copy link

codecov bot commented Aug 31, 2023

Codecov Report

Merging #9654 (f974ee1) into 2.x (2a22d9d) will increase coverage by 0.00%.
Report is 1 commits behind head on 2.x.
The diff coverage is 80.85%.

@@            Coverage Diff            @@
##                2.x    #9654   +/-   ##
=========================================
  Coverage     70.83%   70.84%           
+ Complexity    57749    57747    -2     
=========================================
  Files          4770     4771    +1     
  Lines        272705   272683   -22     
  Branches      40147    40147           
=========================================
+ Hits         193167   193178   +11     
- Misses        63014    63030   +16     
+ Partials      16524    16475   -49     
Files Changed Coverage Δ
...rg/opensearch/common/settings/ClusterSettings.java 93.18% <ø> (ø)
...c/main/java/org/opensearch/index/IndexService.java 75.65% <ø> (+0.21%) ⬆️
...arch/index/remote/RemoteStorePressureSettings.java 87.09% <0.00%> (-7.35%) ⬇️
...in/java/org/opensearch/indices/IndicesService.java 69.86% <ø> (-1.17%) ⬇️
...rch/index/remote/RemoteSegmentTransferTracker.java 81.85% <33.33%> (+0.60%) ⬆️
...testore/stats/TransportRemoteStoreStatsAction.java 44.44% <50.00%> (ø)
...h/index/remote/RemoteStoreStatsTrackerFactory.java 96.00% <96.00%> (ø)
...earch/index/remote/RemoteStorePressureService.java 84.48% <100.00%> (+5.47%) ⬆️
...in/java/org/opensearch/index/shard/IndexShard.java 68.00% <100.00%> (-1.45%) ⬇️
...ain/java/org/opensearch/indices/IndicesModule.java 98.24% <100.00%> (+0.01%) ⬆️
... and 1 more

... and 457 files with indirect coverage changes

@BhumikaSaini-Amazon
Copy link
Contributor

org.opensearch.client.PitIT.testDeleteAllAndListAllPits => Reported flaky in #5030

@sachinpkale sachinpkale merged commit ae42deb into 2.x Aug 31, 2023
18 of 45 checks passed
@github-actions github-actions bot deleted the backport/backport-9546-to-2.x branch August 31, 2023 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport PRs or issues specific to backporting features or enhancments skip-changelog v2.10.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants