소스 검색

Known-issue docs for #95454 (#96459)

David Turner 2 년 전
부모
커밋
9a8bb61580

+ 16 - 0
docs/reference/release-notes/8.6.0.asciidoc

@@ -11,6 +11,22 @@ include::8.4.0.asciidoc[tag=file-based-settings-deadlock-known-issue]
 
 include::8.0.0.asciidoc[tag=jackson-filtering-bug]
 
+// tag::reconciliation-imbalance-known-issue[]
+* Shard rebalancing may temporarily unbalance cluster
++
+From 8.6.0 onwards the default shard rebalancing algorithm will compute the
+final desired balance and then make shard movements to reconcile the current
+state of the cluster with the desired state. However the order in which the
+shard movements take place may be skewed towards certain nodes, causing the
+cluster to become temporarily unbalanced while the reconciliation is ongoing.
+As always, once a node reaches a disk watermark it will not accept any
+additional shards, but this skew may result in nodes reaching their disk
+watermarks more often than expected in normal operation. Once the
+reconciliation process completes, the cluster will be balanced again.
++
+To avoid this problem, upgrade to 8.8.0 or later.
+// end::reconciliation-imbalance-known-issue[]
+
 [[bug-8.6.0]]
 [float]
 === Bug fixes

+ 6 - 0
docs/reference/release-notes/8.6.1.asciidoc

@@ -3,6 +3,12 @@
 
 Also see <<breaking-changes-8.6,Breaking changes in 8.6>>.
 
+[[known-issues-8.6.1]]
+[float]
+=== Known issues
+
+include::8.6.0.asciidoc[tag=reconciliation-imbalance-known-issue]
+
 [[bug-8.6.1]]
 [float]
 === Bug fixes

+ 6 - 0
docs/reference/release-notes/8.6.2.asciidoc

@@ -3,6 +3,12 @@
 
 Also see <<breaking-changes-8.6,Breaking changes in 8.6>>.
 
+[[known-issues-8.6.2]]
+[float]
+=== Known issues
+
+include::8.6.0.asciidoc[tag=reconciliation-imbalance-known-issue]
+
 [[bug-8.6.2]]
 [float]
 === Bug fixes

+ 6 - 0
docs/reference/release-notes/8.7.0.asciidoc

@@ -3,6 +3,12 @@
 
 Also see <<breaking-changes-8.7,Breaking changes in 8.7>>.
 
+[[known-issues-8.7.0]]
+[float]
+=== Known issues
+
+include::8.6.0.asciidoc[tag=reconciliation-imbalance-known-issue]
+
 [[breaking-8.7.0]]
 [float]
 === Breaking changes

+ 2 - 0
docs/reference/release-notes/8.7.1.asciidoc

@@ -16,6 +16,8 @@ sent.
 +
 This issue is fixed in 8.8.0.
 
+include::8.6.0.asciidoc[tag=reconciliation-imbalance-known-issue]
+
 [[bug-8.7.1]]
 [float]
 === Bug fixes