Skip to content

Commit 34c9793

Browse files
authored
Docs: Update known issue (#108211) (#108214)
Updates the known issue for #108181 to include that this can happen during a rolling restart.
1 parent fe09cc4 commit 34c9793

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

docs/reference/release-notes/8.13.0.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ Also see <<breaking-changes-8.13,Breaking changes in 8.13>>.
77
[float]
88
=== Known issues
99

10-
* Cross-cluster searches involving nodes upgraded to 8.13.0 and a coordinator node that is running on
11-
version 8.12 or earlier can produce duplicate buckets. This occurs when using date_histogram or histogram
12-
aggregations (issue: {es-issue}108181[#108181]).
10+
* Searches involving nodes upgraded to 8.13.0 and a coordinator node that is running on version
11+
8.12 or earlier can produce duplicate buckets when running `date_histogram` or `histogram`
12+
aggregations. This can happen during a rolling upgrade to 8.13 or while running cross-cluster
13+
searches. (issue: {es-issue}108181[#108181]).
1314

1415
* Due to a bug in the bundled JDK 22 nodes might crash abruptly under high memory pressure.
1516
We recommend <<jvm-version,downgrading to JDK 21.0.2>> asap to mitigate the issue.

docs/reference/release-notes/8.13.1.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ We recommend <<jvm-version,downgrading to JDK 21.0.2>> asap to mitigate the issu
1313
[[bug-8.13.1]]
1414
[float]
1515

16-
* Cross-cluster searches involving nodes upgraded to 8.13.1 and a coordinator node that is running on
17-
version 8.12 or earlier can produce duplicate buckets. This occurs when using date_histogram or histogram
18-
aggregations (issue: {es-issue}108181[#108181]).
16+
* Searches involving nodes upgraded to 8.13.0 and a coordinator node that is running on version
17+
8.12 or earlier can produce duplicate buckets when running `date_histogram` or `histogram`
18+
aggregations. This can happen during a rolling upgrade to 8.13 or while running cross-cluster
19+
searches. (issue: {es-issue}108181[#108181]).
1920

2021
=== Bug fixes
2122

docs/reference/release-notes/8.13.2.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ Also see <<breaking-changes-8.13,Breaking changes in 8.13>>.
66
[[bug-8.13.2]]
77
[float]
88

9-
* Cross-cluster searches involving nodes upgraded to 8.13.2 and a coordinator node that is running on
10-
version 8.12 or earlier can produce duplicate buckets. This occurs when using date_histogram or histogram
11-
aggregations (issue: {es-issue}108181[#108181]).
9+
* Searches involving nodes upgraded to 8.13.0 and a coordinator node that is running on version
10+
8.12 or earlier can produce duplicate buckets when running `date_histogram` or `histogram`
11+
aggregations. This can happen during a rolling upgrade to 8.13 or while running cross-cluster
12+
searches. (issue: {es-issue}108181[#108181]).
1213

1314
=== Bug fixes
1415

0 commit comments

Comments
 (0)