فهرست منبع

Merge pull request #10104 from JimMoen/refine-changes-for-release-50

Refine changes for release 50
Zaiming (Stone) Shi 2 سال پیش
والد
کامیت
6ebc31a929

+ 4 - 0
apps/emqx_rule_engine/src/emqx_rule_sqltester.erl

@@ -40,6 +40,10 @@ test(#{sql := Sql, context := Context}) ->
                     test_rule(Sql, Select, Context, EventTopics)
             end;
         {error, Reason} ->
+            ?SLOG(debug, #{
+                msg => "rulesql_parse_error",
+                detail => Reason
+            }),
             {error, Reason}
     end.
 

+ 1 - 1
changes/ce/fix-10032.en.md

@@ -1 +1 @@
-When the resource manager is busy trying to establish a connection with the remote, the resource might yet lack any metrics information. Prior to this fix, the `bridges/` API handler crashed in such circumstances.
+When resources on some nodes in the cluster are still in the 'initializing/connecting' state, the `bridges/` API will crash due to missing Metrics information for those resources. This fix will ignore resources that do not have Metrics information.

+ 1 - 1
changes/ce/fix-10032.zh.md

@@ -1 +1 @@
-当资源管理器忙于尝试与远程建立连接时,资源可能还缺少任何度量信息。 在此修复之前,`bridges/' API 处理程序在这种情况下崩溃
+当集群中某些节点上的资源仍处于 '初始化/连接中' 状态时,`bridges/` API 将由于缺少这些资源的 Metrics 信息而崩溃。此修复后将忽略没有 Metrics 信息的资源

+ 1 - 1
changes/ce/fix-10044.en.md

@@ -1 +1 @@
-Fix node information formatter for stopped nodes in the cluster.
+Fix node information formatter for stopped nodes in the cluster. The bug was introduced by v5.0.18.

+ 1 - 1
changes/ce/fix-10044.zh.md

@@ -1 +1 @@
-修复 v5.0.18 引入的一个节点信息序列化时发生的错误
+修复集群中已停止节点的信息序列化问题,该错误由 v5.0.18 引入。

+ 1 - 0
changes/ce/fix-10054.en.md

@@ -0,0 +1 @@
+Fix the problem that the obfuscated password is used when using the `/bridges_probe` API to test the connection in Data-Bridge.

+ 1 - 0
changes/ce/fix-10054.zh.md

@@ -0,0 +1 @@
+修复数据桥接中使用 `/bridges_probe` API 进行测试连接时密码被混淆的问题。