浏览代码

chore: add changelog

Serge Tupchii 2 年之前
父节点
当前提交
a336300ab5
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      changes/ce/feat-11597.en.md

+ 7 - 0
changes/ce/feat-11597.en.md

@@ -0,0 +1,7 @@
+- Upgrade ekka to 0.15.13, which includes the following changes:
+  - upgrade Mria to 0.6.2:
+    - make bootstrap batch size configurable, [Mria PR](https://github.com/emqx/mria/pull/159)
+    - improve robustness of mria_membership processes, [Mria PR](https://github.com/emqx/mria/pull/156)
+  - fix log message formatting error
+- Add `node.default_bootstrap_batch_size` option to EMQX configuration.
+Increasing the value of this  option can greatly reduce a replicant node startup time, especially when EMQX cluster interconnect network latency is high and EMQX built-in database holds large amount of data, e.g. when the number of subscriptions is high.