From be2d25515a8e12d42ee2d499178cd5074fdd9b35 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 31 May 2023 20:44:00 +0200 Subject: [PATCH] docs: add changelog for #10902 --- changes/ce/fix-10902.en.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/ce/fix-10902.en.md diff --git a/changes/ce/fix-10902.en.md b/changes/ce/fix-10902.en.md new file mode 100644 index 000000000..b7ca80803 --- /dev/null +++ b/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.