-
Couldn't load subscription status.
- Fork 2.3k
Created a new lib metadata-common and separated out AliasMetadata with required dependencies from the server #18844
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
Conversation
fffec9f to
394b9a0
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #18844 +/- ##
============================================
+ Coverage 72.80% 72.82% +0.02%
- Complexity 68609 68621 +12
============================================
Files 5572 5574 +2
Lines 315196 315205 +9
Branches 45750 45750
============================================
+ Hits 229466 229545 +79
+ Misses 67166 67110 -56
+ Partials 18564 18550 -14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
394b9a0 to
dd50bb8
Compare
|
❕ Gradle check result for dd50bb8: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
plugins/repository-s3/src/main/java/org/opensearch/repositories/s3/S3Repository.java
Show resolved
Hide resolved
libs/metadata-common/src/main/java/org/opensearch/monitor/jvm/package-info.java
Outdated
Show resolved
Hide resolved
libs/metadata-common/src/main/java/org/opensearch/common/compress/package-info.java
Show resolved
Hide resolved
libs/metadata-common/src/main/java/org/opensearch/common/Randomness.java
Show resolved
Hide resolved
libs/metadata-common/src/main/java/org/opensearch/common/logging/XOpaqueIdProvider.java
Outdated
Show resolved
Hide resolved
db8473d to
8c11cdc
Compare
…h required dependencies from the server Signed-off-by: Manik Garg <gargmanik1317@gmail.com>
8c11cdc to
d94e996
Compare
|
❌ Gradle check result for d94e996: 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? |
Test Result (1 failure / ±0) Flaky test: #18872 |
| resourcesToClose.add(() -> ThreadPool.terminate(threadPool, 10, TimeUnit.SECONDS)); | ||
| final ResourceWatcherService resourceWatcherService = new ResourceWatcherService(settings, threadPool); | ||
| resourcesToClose.add(resourceWatcherService); | ||
| // adds the context to the DeprecationLogger so that it does not need to be injected everywhere |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: should we revert the comment ?
Created a new lib metadata-common and separated out AliasMetadata with required dependencies from the server
Description
Related Issues
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.