From 3157a64eae5704147d5e14529f2dab6b600a5f7c Mon Sep 17 00:00:00 2001 From: Andrew Mayorov Date: Mon, 27 Feb 2023 14:54:34 +0300 Subject: [PATCH] chore: add a changelog entry --- changes/ce/fix-10032.en.md | 1 + changes/ce/fix-10032.zh.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/ce/fix-10032.en.md create mode 100644 changes/ce/fix-10032.zh.md diff --git a/changes/ce/fix-10032.en.md b/changes/ce/fix-10032.en.md new file mode 100644 index 000000000..1db8f9836 --- /dev/null +++ b/changes/ce/fix-10032.en.md @@ -0,0 +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. diff --git a/changes/ce/fix-10032.zh.md b/changes/ce/fix-10032.zh.md new file mode 100644 index 000000000..f582066ac --- /dev/null +++ b/changes/ce/fix-10032.zh.md @@ -0,0 +1 @@ +当资源管理器忙于尝试与远程建立连接时,资源可能还缺少任何度量信息。 在此修复之前,`bridges/' API 处理程序在这种情况下崩溃。