docs: add changelog for #10902

This commit is contained in:
Zaiming (Stone) Shi 2023-05-31 20:44:00 +02:00
parent 5146de5b1c
commit be2d25515a
1 changed files with 6 additions and 0 deletions

View File

@ -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.