diff --git a/changes/v5.0.15/fix-9781.en.md b/changes/v5.0.15/fix-9781.en.md new file mode 100644 index 000000000..2b34ddc24 --- /dev/null +++ b/changes/v5.0.15/fix-9781.en.md @@ -0,0 +1 @@ +Trace files were left on a node when creating a zip file for download. They are now removed when the file is sent. Also, concurrent downloads will no longer interfere with each other. diff --git a/changes/v5.0.15/fix-9781.zh.md b/changes/v5.0.15/fix-9781.zh.md new file mode 100644 index 000000000..5c4cee0f5 --- /dev/null +++ b/changes/v5.0.15/fix-9781.zh.md @@ -0,0 +1 @@ +当下载 日志追踪 的日志时,一些中间文件将存留在处理节点上,现在这个问题得到了修复。同时,并发下载日志将不再相互干扰。