-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add aggregations/CCS memory leak as a 7.14.x known issue #78728
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
Conversation
|
Pinging @elastic/es-docs (Team:Docs) |
henningandersen
left a comment
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.
|
|
||
| [[known-issues-7.14.2]] | ||
| [discrete] | ||
| === Known issues |
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 think we should include in the text that the issue exists since 7.14.0?
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.
yep thx!
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 did not find this in the text, only in the anchor above. I think we should simply call it out in the text below.
Updated with 7.14.0-7.14.2 reference and explicitly call out its impact on Kibana CCS+aggregation requests.
Removed task cancellation as a workaround.
|
@henningandersen Updated with your suggestions, thx! I will make the same changes (Kibana callout and removing task cancellation workaorund) to the 7.15.0 release notes PR. |
henningandersen
left a comment
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.
Thanks @ppf2 , a couple more comments.
|
|
||
| Also see <<breaking-changes-7.14,Breaking changes in 7.14>>. | ||
|
|
||
| [[known-issues-7.14.0 to 7.14.2]] |
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 think this does not work, see the preview.
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.
Nice, I have always wondered how I can preview doc changes on our side. Thx for the link! I will remove the anchor and just have the info inline :)
|
|
||
| [[known-issues-7.14.2]] | ||
| [discrete] | ||
| === Known issues |
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 did not find this in the text, only in the anchor above. I think we should simply call it out in the text below.
Removed anchor and placing affected versions inline.
fixing header
|
Fixed the headings and I think it looks good now. @jrodewig Can you do a docs team review and help backport this to 7.14.1 and 7.14.0 release notes? (I think we will have to update the |
henningandersen
left a comment
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.
LGTM
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.
Thanks for raising this @ppf2.
There are some wording improvements we can make here, but the current copy is clear enough; I don't want to hold this up any longer than needed.
I pushed some small commits to use attributes and reuse the copy in all 7.14 RNs. I'll get this merged and forward-ported to the 7.15 and 7.x branches.
…) (#78788) Adds #78404 as a known issue to the 7.15.0 and 7.14.n release notes. Co-authored-by: James Rodewig <[email protected]> Co-authored-by: Pius <[email protected]>
…) (#78789) Adds #78404 as a known issue to the 7.15.0 and 7.14.n release notes. Co-authored-by: James Rodewig <[email protected]> Co-authored-by: Pius <[email protected]>
Adding this as a known issue (#78404) to the release notes for 7.14.x (fix will be in 7.15.1). Thx!