Skip to content

Commit

Permalink
feat: address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 committed Oct 30, 2024
1 parent 734c5cb commit 108f1e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions changelog/18.0/18.0.0/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Table of Contents

- **[Known Issues](#known-issues)**
- **[SideCarDB runs an ineffectual DDL](#sidecardb-issue)**
- **[VTTablet runs an unnecessary DDL](#sidecardb-issue)**
- **[Major Changes](#major-changes)**
- **[Breaking Changes](#breaking-changes)**
- [Local examples now use etcd v3 storage and API](#local-examples-etcd-v3)
Expand Down Expand Up @@ -40,9 +40,9 @@

## <a id="known-issues"/>Known Issues

### <a id="sidecardb-issue"/>SideCarDB runs an ineffectual DDL
In this release, with MySQL 8.0 whenever SideCarDB runs, it finds
a diff in the schemacopy table and tries to apply a DDL to fix it. The DDL
### <a id="sidecardb-issue"/>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.
Expand Down

0 comments on commit 108f1e1

Please sign in to comment.