From 0210f83f06bfec5cbeb2531ad011b4dc4fa56cb6 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Fri, 22 Mar 2024 16:36:45 +0100 Subject: [PATCH] chore: update changelog --- changes/ce/fix-12768.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/ce/fix-12768.en.md b/changes/ce/fix-12768.en.md index 7d101f1a7..c0445c3b8 100644 --- a/changes/ce/fix-12768.en.md +++ b/changes/ce/fix-12768.en.md @@ -1,3 +1,3 @@ -Fixed an issue which may occur when upgrading from versions prior to 5.4 to 5.4 or later. +Fixed an issue which may occur when performing rolling upgrade, especially when upgrading from a version earlier than 5.4.0. When the cluster is empty (more precisely, routing tables are empty), try to additionally ask the cluster nodes for the routing schema in use, to make more informed decision about routing storage schema upon startup. This should make routing storage schema less likely to diverge across cluster nodes, especially when the cluster is composed of different versions of EMQX.