-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add warning about restart migration #116769
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -176,10 +176,10 @@ nodes that have a shared cache. | |||||
==== | ||||||
Manually mounting snapshots captured by an Index Lifecycle Management ({ilm-init}) policy can | ||||||
interfere with {ilm-init}'s automatic management. This may lead to issues such as data loss | ||||||
or complications with snapshot handling. | ||||||
or complications with snapshot handling. | ||||||
|
||||||
For optimal results, allow {ilm-init} to manage | ||||||
snapshots automatically. | ||||||
snapshots automatically. | ||||||
|
||||||
<<ilm-searchable-snapshot,Learn more about {ilm-init} snapshot management>>. | ||||||
==== | ||||||
|
@@ -293,6 +293,14 @@ repository. If you wish to search data across multiple regions, configure | |||||
multiple clusters and use <<modules-cross-cluster-search,{ccs}>> or | ||||||
<<xpack-ccr,{ccr}>> instead of {search-snaps}. | ||||||
|
||||||
It's worth noting that if a searchable snapshot index has no replicas (as is the default | ||||||
in the cold tier), then when the node hosting it is shut down, allocation will immediately | ||||||
try to relocate the index to a new node in order to maximize availability. For fully mounted | ||||||
indices this will result in the new node downloading the entire index snapshot from | ||||||
the cloud repository, which might be expensive especially during rolling restarts. Temporarily | ||||||
|
the cloud repository, which might be expensive especially during rolling restarts. Temporarily | |
the cloud repository. Temporarily |
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.
👍🏻
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.
I'd prefer to avoid the default mention in this section, we speak of replicas just above this section.
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.
👍🏻