From adee66881e605e71ef527689a6bd38bfb0e3df85 Mon Sep 17 00:00:00 2001 From: linrunqi08 Date: Wed, 31 Jul 2024 14:54:09 +0800 Subject: [PATCH] update doc --- changes/v2.0.7.md | 1 + docs/cn/installation/release-notes.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/changes/v2.0.7.md b/changes/v2.0.7.md index a8c2d7d8e2..28922df357 100644 --- a/changes/v2.0.7.md +++ b/changes/v2.0.7.md @@ -15,6 +15,7 @@ All issues and pull requests are [here](https://github.com/alibaba/ilogtail/mile - [public] [both] [fixed] recover readers exactly from checkpoint (#1620) (#1635) - [public] [both] [fixed] fix checkpoint dump idx in reader array (#1638) - [public] [both] [fixed] fix: GTID Truncation Issue and Improve Consistency in Checkpoint Management (#1648) +- [public] [both] [fixed] suicide immediately when resource hard limit is met (#1649) ### Doc diff --git a/docs/cn/installation/release-notes.md b/docs/cn/installation/release-notes.md index 1b13b7c6b3..6d2a0e5ba6 100644 --- a/docs/cn/installation/release-notes.md +++ b/docs/cn/installation/release-notes.md @@ -15,12 +15,14 @@ - [public] [both] [fixed] Fix issue that guage metric miss labels (#1618) - [public] [both] [fixed] recover readers exactly from checkpoint (#1620) (#1635) - [public] [both] [fixed] fix: GTID Truncation Issue and Improve Consistency in Checkpoint Management (#1648) +- [public] [both] [fixed] suicide immediately when resource hard limit is met (#1649) * 修复转义零字节导致 JSON 截断 [#1596](https://github.com/alibaba/ilogtail/pull/1596) * 修复使用非线程安全的gethostbyname方法导致的coredump问题 [#1611](https://github.com/alibaba/ilogtail/pull/1611) * 修复opentelemetry解析guage类型指标数据的时候缺失标签的问题 [#1618](https://github.com/alibaba/ilogtail/pull/1618) * 修复从checkpoint恢复的时候,轮转文件过多可能导致超出reader队列长度的reader恢复失败,进一步引发在inode复用时,新的reader读到了错误的老reader的checkpoint,会导致截断和重复采集 [#1635, #1638](https://github.com/alibaba/ilogtail/pull/1635, https://github.com/alibaba/ilogtail/pull/1638) * 修复input_canel插件GTID不准确的问题 [#1648](https://github.com/alibaba/ilogtail/pull/1648) +* 当资源使用超过硬限制的时候立刻自杀 [#1649](https://github.com/alibaba/ilogtail/pull/1649) [详情和源代码](https://github.com/alibaba/ilogtail/blob/main/changes/v2.0.7.md)