vitess v18.0.7 版本更新介绍
发布日期: 2024-09-11
版本号: v18.0.7
Vitess v18.0.7版本已发布,本次更新共合并了23个拉取请求。已知问题包括:在使用MySQL 8.0时,VTTablet在初始化过程中可能因检测到内部
schemacopy
表的差异而持续尝试执行无效的DDL操作,形成循环。若遇到此问题,可通过还原PR #15859修复。感谢贡献者@GuptaManan100、@app/vitess-bot、@frouioui、@shlomi-noach及@vitess-bot的参与。
更新内容 (中文)
Vitess v18.0.7 版本发布
完整更新日志请查看此处。
<a id="known-issues"/>已知问题
<a id="sidecardb-issue"/>VTTablet 执行了不必要的 DDL 操作
本版本中,当使用 MySQL 8.0 时,VTTablet 的 tabletserver 在初始化过程中会检测到其内部 schemacopy
表的差异,并尝试通过执行 DDL 进行修复。该 DDL 实际上为无效操作,但会持续循环执行。
若遇到此问题,需还原以下 PR 进行修复 - https://github.com/vitessio/vitess/pull/15859。
本次发布包含 23 个已合并的 Pull Requests。
感谢所有贡献者:@GuptaManan100, @app/vitess-bot, @frouioui, @shlomi-noach, @vitess-bot
更新内容 (原始)
Release of Vitess v18.0.7
The entire changelog for this release can be found here.
Known Issues
VTTablet runs an unnecessary DDL
In this release, with MySQL 8.0 whenever VTTablet’s tabletserver goes through initialization, it finds
a diff in its internal schemacopy
table and tries to apply a DDL to fix it. The DDL
is a no-op and this loop of applying the DDL continues to run.
If this problem is encountered, the following PR should be reverted to resolve it - https://github.com/vitessio/vitess/pull/15859.
The release includes 23 merged Pull Requests.
Thanks to all our contributors: @GuptaManan100, @app/vitess-bot, @frouioui, @shlomi-noach, @vitess-bot