forked from opensearch-project/OpenSearch
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Coordinator stats #8
Merged
sgup432
merged 21 commits into
buddharajusahil:CoordinatorStats
from
sgup432:CoordinatorStats
Sep 18, 2023
Merged
Coordinator stats #8
sgup432
merged 21 commits into
buddharajusahil:CoordinatorStats
from
sgup432:CoordinatorStats
Sep 18, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…0004) Signed-off-by: Jay Deng <jayd0104@gmail.com>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
…project#10010) Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
Signed-off-by: Neetika Singhal <neetiks@amazon.com>
Signed-off-by: Neetika Singhal <neetiks@amazon.com>
…opensearch-project#9725) * Fix ignore_missing parameter has no effect when using template snippet in rename ingest processor Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Small change Co-authored-by: Andriy Redko <drreta@gmail.com> Signed-off-by: gaobinlong <gbl_long@163.com> --------- Signed-off-by: Gao Binlong <gbinlong@amazon.com> Signed-off-by: gaobinlong <gbl_long@163.com> Co-authored-by: Andriy Redko <drreta@gmail.com>
* Fixing javadoc error fixing javadoc error and warning javadoc for org.opensearch.core.indices.breaker javadoc for org.opensearch.core.index.shard.ShardId javadoc for org.opensearch.core.index.Index fixing a mishap in formatting rule fixing javadoc of org.opensearch.cli.Terminal Signed-off-by: Laurent Laborde <kerdezixe@gmail.com> * removing unsupported @ImplNote Signed-off-by: Laurent Laborde <kerdezixe@gmail.com> * Update libs/common/src/main/java/org/opensearch/common/collect/Iterators.java Co-authored-by: Andriy Redko <drreta@gmail.com> Signed-off-by: Laurent Laborde <kerdezixe@gmail.com> * Update libs/compress/src/main/java/org/opensearch/compress/ZstdCompressor.java Co-authored-by: Andriy Redko <drreta@gmail.com> Signed-off-by: Laurent Laborde <kerdezixe@gmail.com> * Apply suggestions from code review Co-authored-by: Andriy Redko <drreta@gmail.com> Signed-off-by: Laurent Laborde <kerdezixe@gmail.com> * Apply suggestions from code review Co-authored-by: Andriy Redko <drreta@gmail.com> Signed-off-by: Laurent Laborde <kerdezixe@gmail.com> * Apply suggestions from code review Co-authored-by: Andriy Redko <drreta@gmail.com> Signed-off-by: Laurent Laborde <kerdezixe@gmail.com> * Apply suggestions from code review Co-authored-by: Andriy Redko <drreta@gmail.com> Signed-off-by: Laurent Laborde <kerdezixe@gmail.com> * Update CollectionUtils.java Signed-off-by: Laurent Laborde <kerdezixe@gmail.com> * fixing javadoc warnings Signed-off-by: Laurent Laborde <kerdezixe@gmail.com> * remove useless p tag Signed-off-by: Laurent Laborde <kerdezixe@gmail.com> * removing a p tag Co-authored-by: Andriy Redko <drreta@gmail.com> Signed-off-by: Laurent Laborde <kerdezixe@gmail.com> * proper capitalization Co-authored-by: Andriy Redko <drreta@gmail.com> Signed-off-by: Laurent Laborde <kerdezixe@gmail.com> --------- Signed-off-by: Laurent Laborde <kerdezixe@gmail.com> Co-authored-by: Andriy Redko <drreta@gmail.com>
Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
…oject#9441) * Parameterize ITs to run with concurrent search enabled Signed-off-by: Harish Bhakuni <hbhakuni@amazon.com> * Address PR Changes Signed-off-by: Harish Bhakuni <hbhakuni@amazon.com> * Address PR Comments Signed-off-by: Harish Bhakuni <hbhakuni@amazon.com> --------- Signed-off-by: Harish Bhakuni <hbhakuni@amazon.com> Co-authored-by: Harish Bhakuni <hbhakuni@amazon.com>
…oads (opensearch-project#9887) * Fix flaky behavior of RemoteStoreRestoreIT.testRateLimitedRemoteDownloads Signed-off-by: Sachin Kale <kalsac@amazon.com>
…10042) * Add instrumentation to transport service Signed-off-by: Gagan Juneja <gjjuneja@amazon.com> * Add instrumentation to transport service Signed-off-by: Gagan Juneja <gjjuneja@amazon.com> * Add javadoc Signed-off-by: Gagan Juneja <gjjuneja@amazon.com> --------- Signed-off-by: Gagan Juneja <gjjuneja@amazon.com> Co-authored-by: Gagan Juneja <gjjuneja@amazon.com>
opensearch-project#10012) Signed-off-by: Sachin Kale <kalsac@amazon.com>
…ces (opensearch-project#10045) * Fix broken backward comparibility from 2.7 for IndexSorted field indices Signed-off-by: gashutos <gashutos@amazon.com> * Adding CHANGELOG Signed-off-by: gashutos <gashutos@amazon.com> * Update server/src/main/java/org/opensearch/index/IndexSettings.java Co-authored-by: Andriy Redko <drreta@gmail.com> Signed-off-by: Chaitanya Gohel <104654647+gashutos@users.noreply.github.com> * Removing unwanted logs Signed-off-by: gashutos <gashutos@amazon.com> * Removing unwanted logs Signed-off-by: gashutos <gashutos@amazon.com> * Adding index sort as part of mixed cluster to test this scenario Signed-off-by: gashutos <gashutos@amazon.com> * Removing optimization disable logic Signed-off-by: gashutos <gashutos@amazon.com> * Correcting some comments & version check to before( V_2_7_0) instead onOrBefire(V_2_6_1) since Signed-off-by: gashutos <gashutos@amazon.com> * Resolving spotless check error Signed-off-by: gashutos <gashutos@amazon.com> * Fixing broken UT - last minute checkin without copile Signed-off-by: gashutos <gashutos@amazon.com> * Improving code coverage to make codcov happy Signed-off-by: gashutos <gashutos@amazon.com> * Correcting typos and adding more tests Signed-off-by: gashutos <gashutos@amazon.com> * Removing unwanted imports Signed-off-by: gashutos <gashutos@amazon.com> --------- Signed-off-by: gashutos <gashutos@amazon.com> Signed-off-by: Chaitanya Gohel <104654647+gashutos@users.noreply.github.com> Co-authored-by: Andriy Redko <drreta@gmail.com>
* Add async read support for S3 plugin Signed-off-by: Kunal Kotwani <kkotwani@amazon.com> (cherry picked from commit 03ddc8a) Signed-off-by: Kunal Kotwani <kkotwani@amazon.com> * Move functionality to S3BlobContainer Signed-off-by: Kunal Kotwani <kkotwani@amazon.com> --------- Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
…emote recovery source (opensearch-project#9962) * skip overriding routing table when it already contains entries with remote recovery source Signed-off-by: bansvaru <bansvaru@amazon.com>
Signed-off-by: Gohel <gashutos@88665a2fc937.ant.amazon.com> Co-authored-by: Gohel <gashutos@88665a2fc937.ant.amazon.com>
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Signed-off-by: Sagar <99425694+sgup432@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
[Describe what this change achieves]
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.