Sfoglia il codice sorgente

chore: add details about ekka fix

Zaiming (Stone) Shi 4 anni fa
parent
commit
ccca1f53fa
1 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. 5 2
      CHANGES.md

+ 5 - 2
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)<br>
+  From 0.8.1.4 to 0.8.1.6, fixes included intra-cluster RPC call timeouts,<br>
+  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]<br>
   "please check proxy_protocol config for specific listeners and zones" to hint a misconfiguration