chore: refine change for merged PRs

This commit is contained in:
JimMoen 2023-03-21 18:29:36 +08:00
parent 3559003070
commit 1574b54666
No known key found for this signature in database
GPG Key ID: 87A520B4F76BA86D
13 changed files with 16 additions and 7 deletions

View File

@ -1 +1 @@
当MongoDB授权模块查询数据库时在日志文件中发生的崩溃与错误已经被修复。
MongoDB 授权模块查询数据库时,在日志文件中发生的崩溃与错误已经被修复。

View File

@ -1,2 +1,2 @@
Fix an error occurring when a joining node doesn't have plugins that are installed on other nodes in the cluster.
After this change, the joining node will copy all the necessary plugins from other nodes.
After this fix, the joining node will copy all the necessary plugins from other nodes.

View File

@ -0,0 +1,2 @@
修复节点加入集群时,由于缺少集其它节点已安装的插件所导致的错误。
在此修复后,加入集群的节点将从其它节点复制所有必须的插件。

View File

@ -1 +1 @@
增加了MongoDB的默认心跳周期以减少对MongoDB日志文件的过多记录的风险。
增加了 MongoDB 的默认心跳周期,以减少 MongoDB 日志文件记录过多的风险。

View File

@ -1 +1 @@
Fix `systemctl stop emqx` command not stopping jq, os_mon application properly, generating some error logs.
Fix some error logs generated by `systemctl stop emqx` command. The command havn't stopping jq, os_mon application properly.

View File

@ -1 +1 @@
修复`systemctl stop emqx` 命令没有正常停止 jq, os_mon 组件,产生一些错误日志。
修复 `systemctl stop emqx` 命令没有正常停止 jq、os_mon 组件所产生一些错误日志。

View File

@ -1 +1 @@
Add -setcookie emulator flag when invoking emqx ctl to prevent problems with emqx cli when home directory is read only. Fixes [#10142](https://github.com/emqx/emqx/issues/10142)
Add `-setcookie` emulator flag when invoking `emqx ctl` to prevent problems with emqx cli when home directory is read only. Fixes [#10142](https://github.com/emqx/emqx/issues/10142).

View File

@ -0,0 +1 @@
为 emqx 可执行文件加入 `-setcookie` 标志,以避免由于 home 目录只读,导致 emqx cli 所提供的 `emqx ctl` 等命令在执行时出现的一些问题。修复 [#10142](https://github.com/emqx/emqx/issues/10142)。

View File

@ -0,0 +1 @@
Fixed default rate limit configuration not being applied correctly when creating a new listener.

View File

@ -0,0 +1 @@
修复在创建新的监听器时,没有正确应用速率限制默认配置的问题。

View File

@ -0,0 +1,2 @@
Improve the performance of `/bridegs` API.
Earlier, when the number of nodes in the cluster was large or the node was busy, the API may have a request timeout.

View File

@ -0,0 +1,2 @@
改进 `/bridegs` API 的性能。
此前,当集群中节点数目较多或节点忙时,该 API 可能出现请求超时的情况。

View File

@ -1 +1 @@
优化 MySQL 桥接在批量模式下能更高效的使用预处理语句 ,减少了对 MySQL 服务器的查询压力, 并确保对 SQL 语句进行更安全和谨慎的转义。
优化 MySQL 桥接在批量模式下能更高效的使用预处理语句 ,减少了对 MySQL 服务器的写入压力, 并确保对 SQL 语句进行更安全和谨慎的转义。