Expand guidance on testing an upgrade#3009
Merged
DaveCTurner merged 3 commits intoelastic:8.xfrom Mar 28, 2025
Merged
Conversation
Call out specifically to look for cluster stability, performance, and snapshot repository bugs.
|
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
leemthompo
approved these changes
Mar 28, 2025
Contributor
leemthompo
left a comment
There was a problem hiding this comment.
LGTM with formatting fix
Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
leemthompo
reviewed
Mar 28, 2025
Comment on lines
+68
to
+74
| Cluster stability:: Does the new version of {es} form a stable healthy cluster? | ||
|
|
||
| Indexing and search performance:: Does the new version of {es} perform the same | ||
| (or better) than the current one on your specific workload and data? | ||
|
|
||
| Snapshots:: Do all of your snapshot repositories work correctly and pass | ||
| {ref}/repo-analysis-api.html[repository analysis]? |
Contributor
There was a problem hiding this comment.
Suggested change
| Cluster stability:: Does the new version of {es} form a stable healthy cluster? | |
| Indexing and search performance:: Does the new version of {es} perform the same | |
| (or better) than the current one on your specific workload and data? | |
| Snapshots:: Do all of your snapshot repositories work correctly and pass | |
| {ref}/repo-analysis-api.html[repository analysis]? | |
| * *Cluster stability*: Does the new version of {es} form a stable healthy cluster? | |
| * *Indexing and search performance*: Does the new version of {es} perform the same | |
| (or better) than the current one on your specific workload and data? | |
| * *Snapshots*: Do all of your snapshot repositories work correctly and pass | |
| {ref}/repo-analysis-api.html[repository analysis]? |
Contributor
There was a problem hiding this comment.
this might be a workaround to the squishiness
Contributor
There was a problem hiding this comment.
alternatively, just add a + to the blank line before "Snapshots" and see if that breaks it up?????
DaveCTurner
added a commit
to DaveCTurner/stack-docs
that referenced
this pull request
Mar 28, 2025
Call out specifically to look for cluster stability, performance, and snapshot repository bugs. Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
DaveCTurner
added a commit
to DaveCTurner/stack-docs
that referenced
this pull request
Mar 28, 2025
Call out specifically to look for cluster stability, performance, and snapshot repository bugs. Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
DaveCTurner
added a commit
to DaveCTurner/elastic-docs-content
that referenced
this pull request
Mar 28, 2025
Call out specifically to look for cluster stability, performance, and snapshot repository bugs. Relates elastic/stack-docs#3009
DaveCTurner
added a commit
to DaveCTurner/elastic-docs-content
that referenced
this pull request
Mar 28, 2025
Call out specifically to look for cluster stability, performance, and snapshot repository bugs. Relates elastic/stack-docs#3009
DaveCTurner
added a commit
to elastic/docs-content
that referenced
this pull request
Mar 28, 2025
Call out specifically to look for cluster stability, performance, and snapshot repository bugs. Relates elastic/stack-docs#3009
DaveCTurner
added a commit
that referenced
this pull request
Mar 28, 2025
DaveCTurner
added a commit
that referenced
this pull request
Mar 28, 2025
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.
Call out specifically to look for cluster stability, performance, and
snapshot repository bugs.