-
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
Refactor remote writeable entity and store to make it more reusable #15210
Refactor remote writeable entity and store to make it more reusable #15210
Conversation
Signed-off-by: Bukhtawar Khan <[email protected]>
40f2d45
to
6379459
Compare
Signed-off-by: Bukhtawar Khan <[email protected]>
❌ Gradle check result for 40f2d45: 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 b71af8c: 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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15210 +/- ##
============================================
+ Coverage 71.89% 71.92% +0.03%
+ Complexity 63052 63033 -19
============================================
Files 5189 5190 +1
Lines 295202 295204 +2
Branches 42668 42668
============================================
+ Hits 212229 212327 +98
+ Misses 65586 65427 -159
- Partials 17387 17450 +63 ☔ View full report in Codecov by Sentry. |
...r/src/main/java/org/opensearch/common/remote/AbstractClusterMetadataWriteableBlobEntity.java
Show resolved
Hide resolved
...r/src/main/java/org/opensearch/common/remote/AbstractClusterMetadataWriteableBlobEntity.java
Show resolved
Hide resolved
…15210) * Refactor remote writeable entity and store to make it more reusable Signed-off-by: Bukhtawar Khan <[email protected]> (cherry picked from commit b6c80b1) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…15210) (#15221) * Refactor remote writeable entity and store to make it more reusable Signed-off-by: Bukhtawar Khan <[email protected]>
…pensearch-project#15210) * Refactor remote writeable entity and store to make it more reusable Signed-off-by: Bukhtawar Khan <[email protected]>
…pensearch-project#15210) * Refactor remote writeable entity and store to make it more reusable Signed-off-by: Bukhtawar Khan <[email protected]>
Description
Aims to make the remote entity classes more reusable by moving them to commons and removing dependencies around remote cluster state
Related Issues
Resolves #15180
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.