Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
linrunqi08 committed Jul 31, 2024
1 parent 3f95d19 commit adee668
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/v2.0.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions docs/cn/installation/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit adee668

Please sign in to comment.