Merge pull request #9999 from zmstone/0220-add-change-logs
docs: add missing changelogs for 9939
This commit is contained in:
commit
d298d603ac
|
@ -0,0 +1,3 @@
|
||||||
|
Allow 'emqx ctl cluster' command to be issued before Mnesia starts.
|
||||||
|
Prior to this change, EMQX `replicant` could not use `manual` discovery strategy.
|
||||||
|
Now it's possible to join cluster using 'manual' strategy.
|
|
@ -0,0 +1,2 @@
|
||||||
|
允许 'emqx ctl cluster join' 命令在 Mnesia 启动前就可以调用。
|
||||||
|
在此修复前, EMQX 的 `replicant` 类型节点无法使用 `manual` 集群发现策略。
|
Loading…
Reference in New Issue