File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed
docs/reference/release-notes Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,22 @@ include::8.4.0.asciidoc[tag=file-based-settings-deadlock-known-issue]
1111
1212include::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
Original file line number Diff line number Diff line change 33
44Also 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
Original file line number Diff line number Diff line change 33
44Also 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
You can’t perform that action at this time.
0 commit comments