-
Notifications
You must be signed in to change notification settings - Fork 60
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 #1438 to 2.x #1439
Closed
nandnkum
wants to merge
171
commits into
opensearch-project:2.x
from
nandnkum:backport/backport-1438-to-2.x
Closed
Backport #1438 to 2.x #1439
nandnkum
wants to merge
171
commits into
opensearch-project:2.x
from
nandnkum:backport/backport-1438-to-2.x
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
…oject#438) Summary : We need to update followerCheckpoint after writing to the follower index. Currently, we are not waiting for the writes and updating it with soon-to-be stale values Signed-off-by: Gaurav Bafna <[email protected]>
…oject#453) Signed-off-by: Rishikesh1159 <[email protected]>
Signed-off-by: Ankit Kala <[email protected]>
* Version increment automation Signed-off-by: pgodithi <[email protected]> * Version increment automation: task rename updateVersion Signed-off-by: pgodithi <[email protected]>
…rch-project#461) * Adding Index Settings validation before starting replication Signed-off-by: Gaurav Bafna <[email protected]> * Retrieving default index settings before starting replication Signed-off-by: Gaurav Bafna <[email protected]>
…h-project#469) Signed-off-by: Sai Kumar <[email protected]>
…earch-project#474) Signed-off-by: Sai Kumar <[email protected]>
Signed-off-by: Sai Kumar <[email protected]>
Testing : Integ Test, Local Signed-off-by: Gaurav Bafna <[email protected]>
…gs on existing index (opensearch-project#410) Signed-off-by: Sai Kumar <[email protected]>
Signed-off-by: Ankit Kala <[email protected]> Signed-off-by: Ankit Kala <[email protected]>
…t#497) Signed-off-by: Ankit Kala <[email protected]> Signed-off-by: Ankit Kala <[email protected]>
…ds (opensearch-project#486) * Update engine factory to return NRTReplicationEngine for replica shards Signed-off-by: Suraj Singh <[email protected]> * Address review comments Signed-off-by: Suraj Singh <[email protected]> Signed-off-by: Suraj Singh <[email protected]>
…t#537) Signed-off-by: Aman Khare <[email protected]> Signed-off-by: Aman Khare <[email protected]> Co-authored-by: Aman Khare <[email protected]>
Signed-off-by: Monu Singh <[email protected]>
Signed-off-by: Monu Singh <[email protected]>
Signed-off-by: Monu Singh <[email protected]>
Signed-off-by: Monu Singh <[email protected]>
Signed-off-by: Monu Singh <[email protected]>
…iple clusters to ensure tests in opensearch-build pass in both cases. Signed-off-by: Monu Singh <[email protected]>
…ntegtest Signed-off-by: Monu Singh <[email protected]>
…ntegtest Signed-off-by: Monu Singh <[email protected]>
…ntegtest Signed-off-by: Monu Singh <[email protected]>
Signed-off-by: cwillum <[email protected]> Signed-off-by: cwillum <[email protected]>
there's no need to manually construct a URL and try to fetch the artefact from there. the plugin is published on maven and we can directly use the gradle/maven dependency to fetch it. in order to more easily identify it, a new configuration type has been added: `opensearchPlugin`. for reference see the discussions on the following issues/PRs: - opensearch-project#274 - opensearch-project#455 Signed-off-by: Ralph Ursprung <[email protected]> Signed-off-by: Ralph Ursprung <[email protected]>
…usters. Signed-off-by: Monu Singh <[email protected]>
Signed-off-by: Sooraj Sinha <[email protected]>
Signed-off-by: Monu Singh <[email protected]>
Endpoint correction Signed-off-by: Monu Singh <[email protected]>
Signed-off-by: monusingh-1 <[email protected]>
…ch-project#1353) Signed-off-by: Mohit Kumar <[email protected]>
…m/to r… (opensearch-project#1369) Signed-off-by: Shubh Sahu <[email protected]>
…le (opensearch-project#1371) Signed-off-by: Sanjay Kumar <[email protected]>
Signed-off-by: Sooraj Sinha <[email protected]>
…pensearch-project#1379) Signed-off-by: Shubh Sahu <[email protected]> Co-authored-by: Shubh Sahu <[email protected]>
Signed-off-by: Varun Lodaya <[email protected]>
…ch-project#1399) Signed-off-by: Mohit Kumar <[email protected]>
Signed-off-by: Nishant Goel <[email protected]>
…cklist. Signed-off-by: dblock <[email protected]>
Signed-off-by: Sanjay Kumar <[email protected]>
Signed-off-by: Sanjay Kumar <[email protected]>
…in mixed mode' in integTest Signed-off-by: Sanjay Kumar <[email protected]>
Signed-off-by: Sanjay Kumar <[email protected]>
Signed-off-by: Sanjay Kumar <[email protected]>
Signed-off-by: Sanjay Kumar <[email protected]>
Signed-off-by: Sanjay Kumar <[email protected]>
Signed-off-by: Sanjay Kumar <[email protected]>
Signed-off-by: nandan <[email protected]>
nandnkum
requested review from
krishna-ggk,
ankitkala,
saikaranam-amazon,
soosinha,
gbbafna and
monusingh-1
as code owners
September 5, 2024 16:03
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
Backporting #1438 to 2.x.