Add new settings for remote publication#8176
Merged
Naarcha-AWS merged 5 commits intoopensearch-project:mainfrom Sep 11, 2024
Merged
Add new settings for remote publication#8176Naarcha-AWS merged 5 commits intoopensearch-project:mainfrom
Naarcha-AWS merged 5 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Sooraj Sinha <soosinha@amazon.com>
|
Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Editorial review -> Merged. Before you submit your PR for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a maintainer. When you're ready for doc review, tag the assignee of this PR. The doc reviewer may push edits to the PR directly or leave comments and editorial suggestions for you to address (let us know in a comment if you have a preference). The doc reviewer will arrange for an editorial review. |
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Naarcha-AWS
approved these changes
Sep 11, 2024
natebower
reviewed
Sep 11, 2024
Contributor
natebower
left a comment
There was a problem hiding this comment.
@soosinha @Naarcha-AWS Please see my comments and let me know if you have any questions. Thanks!
| Setting | Default | Description | ||
| :--- |:---| :--- | ||
| `cluster.remote_store.state.read_timeout` | 20s | The amount of time to wait for the remote state download to complete on the follower node. | ||
| `cluster.remote_store.state.path.prefix` | "" (Empty string) | The fixed prefix to add for the index metadata files in the blob store. |
_tuning-your-cluster/availability-and-recovery/remote-store/remote-cluster-state.md
Outdated
Show resolved
Hide resolved
_tuning-your-cluster/availability-and-recovery/remote-store/remote-cluster-state.md
Show resolved
Hide resolved
Naarcha-AWS
reviewed
Sep 11, 2024
_tuning-your-cluster/availability-and-recovery/remote-store/remote-cluster-state.md
Outdated
Show resolved
Hide resolved
Naarcha-AWS
reviewed
Sep 11, 2024
_tuning-your-cluster/availability-and-recovery/remote-store/remote-cluster-state.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
epugh
pushed a commit
to o19s/documentation-website
that referenced
this pull request
Sep 12, 2024
* Add new settings for remote publication Signed-off-by: Sooraj Sinha <soosinha@amazon.com> * Update remote-cluster-state.md Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * remove redundant lines Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --------- Signed-off-by: Sooraj Sinha <soosinha@amazon.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Signed-off-by: Eric Pugh <epugh@opensourceconnections.com>
This file contains hidden or 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
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
New settings are being added for remote cluster state publication.
Issues Resolved
resolves #8168
Version
2.17
Frontend features
NA
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.