Explorar o código

docs: add changelog for #10902

Zaiming (Stone) Shi %!s(int64=2) %!d(string=hai) anos
pai
achega
be2d25515a
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      changes/ce/fix-10902.en.md

+ 6 - 0
changes/ce/fix-10902.en.md

@@ -0,0 +1,6 @@
+Avoid syncing cluser.hocon file from the nodes runing a newer version than self.
+
+During cluster rolling upgrade, if an older version node has to restart due to whatever reason,
+if it copies the cluster.hocon file from a newer version node, it may fail to start.
+After this fix, the older version node will not copy the cluster.hocon file from a newer,
+so it will use its own cluster.hocon file to start.