From fe77a04581bd8c3e0d4993143d7888eaf52892be Mon Sep 17 00:00:00 2001 From: ieQu1 <99872536+ieQu1@users.noreply.github.com> Date: Tue, 20 Jun 2023 10:27:40 +0200 Subject: [PATCH] chore: Add changelog --- changes/ce/fix-11092.en.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/ce/fix-11092.en.md diff --git a/changes/ce/fix-11092.en.md b/changes/ce/fix-11092.en.md new file mode 100644 index 000000000..64d8adfd5 --- /dev/null +++ b/changes/ce/fix-11092.en.md @@ -0,0 +1,2 @@ +Fix problem when replicants were unable to connect to the core node due to timeout in `mria_lb:core_nodes()` call. +Relevant mria pull request: https://github.com/emqx/mria/pull/143