Merge pull request #9999 from zmstone/0220-add-change-logs

docs: add missing changelogs for 9939
This commit is contained in:
Zaiming (Stone) Shi 2023-02-23 16:02:06 +01:00 committed by GitHub
commit d298d603ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -0,0 +1,2 @@
允许 'emqx ctl cluster join' 命令在 Mnesia 启动前就可以调用。
在此修复前, EMQX 的 `replicant` 类型节点无法使用 `manual` 集群发现策略。