From ccca1f53fa333c1130f19e00da519e95694d314e Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Fri, 17 Dec 2021 19:49:15 +0100 Subject: [PATCH] chore: add details about ekka fix --- CHANGES.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6956a4b7e..a442ff6c8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -33,10 +33,13 @@ Important notes: This is to take advantage of systemd's supervision functionality to ensure EMQ X service is restarted after crashes. -* Clustering malfunction fixes [#6221, #6225, #6381] - ### Minor changes +* Clustering malfunction fixes [#6221, #6381] + Mostly changes made in [ekka](https://github.com/emqx/ekka/pull/134)
+ From 0.8.1.4 to 0.8.1.6, fixes included intra-cluster RPC call timeouts,
+ also fixed `ekka_locker` process crashe after killing a hanged lock owner. + * Improved log message when TCP proxy is in use but proxy_protocol configuration is not turned on [#6416]
"please check proxy_protocol config for specific listeners and zones" to hint a misconfiguration