Skip to content

Commit 5cf974c

Browse files
committed
Known-issue docs for #95454 (#96459)
1 parent 17447cb commit 5cf974c

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

docs/reference/release-notes/8.6.0.asciidoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@ include::8.4.0.asciidoc[tag=file-based-settings-deadlock-known-issue]
1111

1212
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
1313

14+
// tag::reconciliation-imbalance-known-issue[]
15+
* Shard rebalancing may temporarily unbalance cluster
16+
+
17+
From 8.6.0 onwards the default shard rebalancing algorithm will compute the
18+
final desired balance and then make shard movements to reconcile the current
19+
state of the cluster with the desired state. However the order in which the
20+
shard movements take place may be skewed towards certain nodes, causing the
21+
cluster to become temporarily unbalanced while the reconciliation is ongoing.
22+
As always, once a node reaches a disk watermark it will not accept any
23+
additional shards, but this skew may result in nodes reaching their disk
24+
watermarks more often than expected in normal operation. Once the
25+
reconciliation process completes, the cluster will be balanced again.
26+
+
27+
To avoid this problem, upgrade to 8.8.0 or later.
28+
// end::reconciliation-imbalance-known-issue[]
29+
1430
[[bug-8.6.0]]
1531
[float]
1632
=== Bug fixes

docs/reference/release-notes/8.6.1.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
Also see <<breaking-changes-8.6,Breaking changes in 8.6>>.
55

6+
[[known-issues-8.6.1]]
7+
[float]
8+
=== Known issues
9+
10+
include::8.6.0.asciidoc[tag=reconciliation-imbalance-known-issue]
11+
612
[[bug-8.6.1]]
713
[float]
814
=== Bug fixes

docs/reference/release-notes/8.6.2.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
Also see <<breaking-changes-8.6,Breaking changes in 8.6>>.
55

6+
[[known-issues-8.6.2]]
7+
[float]
8+
=== Known issues
9+
10+
include::8.6.0.asciidoc[tag=reconciliation-imbalance-known-issue]
11+
612
[[bug-8.6.2]]
713
[float]
814
=== Bug fixes

0 commit comments

Comments
 (0)