vitess v18.0.6 版本更新介绍
发布日期: 2024-07-23
版本号: v18.0.6
Vitess v18.0.6版本已发布,共合并了28个Pull Request。此版本存在一个已知问题:当VTTablet使用MySQL 8.0初始化时,由于检测到内部
schemacopy
表的差异,会持续尝试执行无效的DDL操作并进入循环。若遇到此问题,可通过还原PR#15859修复。感谢贡献者@GuptaManan100、@app/vitess-bot、@arthurschreiber、@shlomi-noach和@vitess-bot。
更新内容 (中文)
Vitess v18.0.6 版本发布
此版本的完整变更日志可查看此处。
已知问题
VTTablet 运行了不必要的 DDL
在本版本中,使用 MySQL 8.0 时,每当 VTTablet 的 tabletserver 完成初始化,会检测到其内部 schemacopy
表存在差异并尝试通过执行 DDL 进行修复。该 DDL 为无效操作,导致此修复循环持续运行
若遇到此问题,需还原以下 PR 以解决 - https://github.com/vitessio/vitess/pull/15859
本次发布包含 28 个已合并的 Pull Request
感谢所有贡献者:@GuptaManan100, @app/vitess-bot, @arthurschreiber, @shlomi-noach, @vitess-bot
更新内容 (原始)
Release of Vitess v18.0.6
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 28 merged Pull Requests.
Thanks to all our contributors: @GuptaManan100, @app/vitess-bot, @arthurschreiber, @shlomi-noach, @vitess-bot