chore: refine change log for few PRs

PR#10032, PR#10044, PR#10054, PR#10056
This commit is contained in:
JimMoen 2023-03-07 10:37:59 +08:00
parent 11d5fac57f
commit 0c5e95e2d0
No known key found for this signature in database
GPG Key ID: 87A520B4F76BA86D
6 changed files with 6 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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