vitess v23.0.6 版本更新介绍
发布日期: 2026-09-03
版本号: v23.0.6
Vitess v23.0.6 已发布,主要变更包括移除了自 v22 起默认禁用的 VRLog 功能。该功能曾通过 VTTablet 的 /debug/vrlog 端点提供 VReplication 事件流式日志,现已彻底删除。启用它的命令行参数 –vreplication-enable-http-log 现已弃用且无效,将在 v26 中移除。用户需从 VTTablet 启动参数中移除该选项,使用时将收到弃用警告。此次发布共合并了 47 个拉取请求,感谢所有贡献者。
更新内容 (中文)
Vitess v23.0.6 发布
摘要
VRLog 功能移除
VRLog 功能——一种通过 VTTablet 的 /debug/vrlog HTTP 端点提供的 VReplication 事件流式日志,自 v22 起默认禁用——已被移除。启用该功能的 --vreplication-enable-http-log 标志现已被弃用(不再执行任何操作),并将在 v26 中移除。
迁移操作:从 VTTablet 启动参数中移除 --vreplication-enable-http-log。
影响:/debug/vrlog 端点已不再存在。传入 --vreplication-enable-http-log 会记录弃用警告,且不产生任何效果。
详见 #20467。
本版本的完整更新日志可在此处查看。
此版本包含 47 个已合并的 Pull Request。
感谢所有贡献者:@app/vitess-bot, @mattlord
更新内容 (原始)
Release of Vitess v23.0.6
Summary
VRLog Feature Removed
The VRLog feature — a streaming log of VReplication events served at VTTablet’s /debug/vrlog HTTP endpoint, disabled by default since v22 — has been removed. The --vreplication-enable-http-log flag that enabled it is now a deprecated no-op and will be removed in v26.
Migration: remove --vreplication-enable-http-log from VTTablet startup arguments.
Impact: The /debug/vrlog endpoint no longer exists. Passing --vreplication-enable-http-log logs a deprecation warning and has no effect.
See #20467 for details.
The entire changelog for this release can be found here.
The release includes 47 merged Pull Requests.
Thanks to all our contributors: @app/vitess-bot, @mattlord