Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: v3.5.4 change log #2654

Merged
merged 6 commits into from
May 15, 2024
Merged

Conversation

chejinge
Copy link
Collaborator

No description provided.

@github-actions github-actions bot added the 📒 Documentation Improvements or additions to documentation label May 15, 2024
CHANGELOG.MD Outdated

## New features

- Addition of TCL test cases for five basic data type commands [#2527](https://github.com/OpenAtomFoundation/pika/pull/2527)@[Mixficsol](https://github.com/Mixficsol)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

在 New Features 下面加上一栏 ”Improvement“,把这个挪进去

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

在 New Features 下面加上一栏 ”Improvement“,把这个挪进去

done

CHANGELOG.MD Outdated

- Optimization of the INFO command to reduce disk checking frequency [#2554](https://github.com/OpenAtomFoundation/pika/pull/2554) @[wangshao1](https://github.com/wangshao1)

- Addition of Go tests for the slotmigrate feature[#2576](https://github.com/OpenAtomFoundation/pika/pull/2576)@[chejinge](https://github.com/chejinge)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

放进 Improvement 里面

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

放进 Improvement 里面

done

CHANGELOG.MD Outdated

- Addition of TCL test cases for five basic data type commands [#2527](https://github.com/OpenAtomFoundation/pika/pull/2527)@[Mixficsol](https://github.com/Mixficsol)

- Optimization of the INFO command to reduce disk checking frequency [#2554](https://github.com/OpenAtomFoundation/pika/pull/2554) @[wangshao1](https://github.com/wangshao1)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个也放进 Improvement

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个也放进 Improvement

done

CHANGELOG_CN.MD Outdated

- INFO 命令耗时优化,降低查磁盘频率 [#2554](https://github.com/OpenAtomFoundation/pika/pull/2554) @[wangshao1](https://github.com/wangshao1)

- 五种基本数据类型命令增加 tcl 测试 case [#2527](https://github.com/OpenAtomFoundation/pika/pull/2527)@[Mixficsol](https://github.com/Mixficsol)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

对五种基本数据类型命令增加 Redis tcl 测试

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

对五种基本数据类型命令增加 Redis tcl 测试

done

CHANGELOG_CN.MD Outdated

- 将 `info key space1`的结果输出至`info all`以展示到监控界面中[#2603](https://github.com/OpenAtomFoundation/pika/pull/2603)@[XiaoLiang2333](https://github.com/XiaoLiang2333)

- Pika 支持动态调整 rsync 限速参数 rsync-timeout-ms 和 throttle-bytes-per-second[#2633](https://github.com/OpenAtomFoundation/pika/pull/2633)@[cheniujh](https://github.com/cheniujh)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

动态调整全量同步限速参数 rsync-timeout-ms 和 throttle-bytes-per-second

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

动态调整全量同步限速参数 rsync-timeout-ms 和 throttle-bytes-per-second

done

CHANGELOG_CN.MD Outdated
- 修复 `Flushall` 和 `FlushDB` 中有一处由于加锁顺序的问题导致死锁的隐患,删除 FlushSubDB 接口[#2533](https://github.com/OpenAtomFoundation/pika/pull/2533)@[Mixficsol](https://github.com/Mixficsol)

- 五种基本数据类型命令增加 tcl 测试 case[#2527](https://github.com/OpenAtomFoundation/pika/pull/2527)@[Mixficsol](https://github.com/Mixficsol)
- 修复 `Flushall` 和 `FlushDB` 中有一处由于加锁顺序的问题导致死锁的隐患,删除 `FlushSubDB` 接口[#2533](https://github.com/OpenAtomFoundation/pika/pull/2533)@[Mixficsol](https://github.com/Mixficsol)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修复 FlushallFlushDB 死锁的隐患,并删除 FlushSubDB 接口

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修复 FlushallFlushDB 死锁的隐患,并删除 FlushSubDB 接口

done

CHANGELOG_CN.MD Outdated

- 增加参数控制是否清理 tcl 测试后产生的数据文件,防止废弃数据占据磁盘[#2507](https://github.com/OpenAtomFoundation/pika/pull/2507)@[Mixficsol](https://github.com/Mixficsol)

- 修复因为未初始化导致 cache 启动失败的问题[#2613](https://github.com/OpenAtomFoundation/pika/pull/2613)@[chejinge](https://github.com/chejinge)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修复变量未初始化导致 cache 启动失败的问题

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修复变量未初始化导致 cache 启动失败的问题

done

CHANGELOG_CN.MD Outdated

- 修复事务 `exec` 命令由于写了 binlog 导致 binlog 解析失败,主从同步异常问题[#2642](https://github.com/OpenAtomFoundation/pika/pull/2642)@[chejinge](https://github.com/chejinge)

- - 修复 Codis dashboard 不能正确更新 master 实例状态的问题[#2650](https://github.com/OpenAtomFoundation/pika/pull/2650)@[vacheli](https://github.com/vacheli)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

多了一个 "-"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

多了一个 "-"

done

CHANGELOG_CN.MD Outdated

- 修复启动 `Pika-expoter` 不带参数启动不了的问题[#2640](https://github.com/OpenAtomFoundation/pika/pull/2640)@[Polaris3003](https://github.com/Polaris3003)

- 修复事务 `exec` 命令由于写了 binlog 导致 binlog 解析失败,主从同步异常问题[#2642](https://github.com/OpenAtomFoundation/pika/pull/2642)@[chejinge](https://github.com/chejinge)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修复 Redis 事务 binlog 解析失败导致的主从同步异常问题

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修复 Redis 事务 binlog 解析失败导致的主从同步异常问题

done

CHANGELOG_CN.MD Outdated

- 修复使用 `Pika-operater` 拉起集群`Codis-proxy` panic 的问题 [#2632](https://github.com/OpenAtomFoundation/pika/pull/2633)@[chejinge](https://github.com/chejinge)

- 修复启动 `Pika-expoter` 不带参数启动不了的问题[#2640](https://github.com/OpenAtomFoundation/pika/pull/2640)@[Polaris3003](https://github.com/Polaris3003)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修复 Pika-expoter 启动时不带参数导致启动失败问题

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修复 Pika-expoter 启动时不带参数导致启动失败问题

done

CHANGELOG_CN.MD Outdated

## New features

- 将 `info key space1`的结果输出至`info all`以展示到监控界面中[#2603](https://github.com/OpenAtomFoundation/pika/pull/2603)@[XiaoLiang2333](https://github.com/XiaoLiang2333)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

info key space 1 的结果输出至info all 并展示到监控界面中

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

info key space 1 的结果输出至info all 并展示到监控界面中

done

CHANGELOG.MD Outdated

## New features

- Pika disk I/O rate limiting parameters now support OnlyRead, OnlyWrite, and ReadAndWrite modes, with the default set to OnlyWrite[#2599](https://github.com/OpenAtomFoundation/pika/pull/2599)@[vacheli](https://github.com/vacheli)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

顺序跟中文版保持一致,挪到 PR 2633 下面

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

顺序跟中文版保持一致,挪到 PR 2633 下面

done

@@ -36,10 +50,23 @@

- Fixed a potential deadlock in `Flushall` and `FlushDB` due to the locking order, and deleted the FlushSubDB interface[#2533](https://github.com/OpenAtomFoundation/pika/pull/2533)@[Mixficsol](https://github.com/Mixficsol)

- Add test cases for the five basic data types commands in tcl[#2527](https://github.com/OpenAtomFoundation/pika/pull/2527)@[Mixficsol](https://github.com/Mixficsol)
- Add a parameter to control whether to clean up data files generated by TCL tests, preventing obsolete data from occupying disk space[#2507](https://github.com/OpenAtomFoundation/pika/pull/2507)@[Mixficsol](https://github.com/Mixficsol)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

跟 line 55 重复了

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

跟 line 55 重复了

done

CHANGELOG_CN.MD Outdated

- Pika 支持动态调整全量同步限速参数 rsync-timeout-ms 和 throttle-bytes-per-second[#2633](https://github.com/OpenAtomFoundation/pika/pull/2633)@[cheniujh](https://github.com/cheniujh)

- 将 info key space 1 的结果输出至info all 并展示到监控界面中[#2603](https://github.com/OpenAtomFoundation/pika/pull/2603)@[XiaoLiang2333](https://github.com/XiaoLiang2333)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

”info all“ 前面加个半角空格

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

”info all“ 前面加个半角空格

done

CHANGELOG_CN.MD Outdated

## bugfix

- 修复使用 `Pika-expoter` 时可能会出现 slots 分配不均衡的问题[#2651](https://github.com/OpenAtomFoundation/pika/pull/2651)@[chejinge](https://github.com/chejinge)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pika-expoter 改为 Pika Exporter

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pika-expoter 改为 Pika Exporter

done

CHANGELOG_CN.MD Outdated

- 修复 Pika-expoter 启动时不带参数导致启动失败问题[#2640](https://github.com/OpenAtomFoundation/pika/pull/2640)@[Polaris3003](https://github.com/Polaris3003)

- 修复使用 `Pika-operater` 拉起集群`Codis-proxy` panic 的问题 [#2632](https://github.com/OpenAtomFoundation/pika/pull/2633)@[chejinge](https://github.com/chejinge)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pika-expoter 改为 Pika Exporter

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pika Exporter

done

@AlexStocks AlexStocks changed the title docs:354 changelog docs:354 change log May 15, 2024
@AlexStocks AlexStocks changed the title docs:354 change log docs: v3.5.4 change log May 15, 2024
@AlexStocks AlexStocks merged commit df643a0 into OpenAtomFoundation:unstable May 15, 2024
11 checks passed
chejinge added a commit that referenced this pull request May 15, 2024
* docs:354 changelog

---------

Co-authored-by: chejinge <chejinge@360.cn>
chenbt-hz pushed a commit to chenbt-hz/pika that referenced this pull request Jun 3, 2024
* docs:354 changelog

---------

Co-authored-by: chejinge <chejinge@360.cn>
bigdaronlee163 pushed a commit to bigdaronlee163/pika that referenced this pull request Jun 8, 2024
* docs:354 changelog

---------

Co-authored-by: chejinge <chejinge@360.cn>
@chejinge chejinge deleted the 354_changelog branch June 24, 2024 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📒 Documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants