From a0f500d1d06b5eb355670b8abe1db8a4fd89ce46 Mon Sep 17 00:00:00 2001 From: Andrew Mayorov Date: Fri, 22 Mar 2024 15:21:03 +0100 Subject: [PATCH] chore: add changelog entry --- changes/ce/fix-12768.en.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/ce/fix-12768.en.md diff --git a/changes/ce/fix-12768.en.md b/changes/ce/fix-12768.en.md new file mode 100644 index 000000000..1de56afee --- /dev/null +++ b/changes/ce/fix-12768.en.md @@ -0,0 +1 @@ +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.