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

[Direct PR] [release-18.0]: Add sidecardb known issue #17096

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions changelog/18.0/18.0.0/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### Table of Contents

- **[Known Issues](#known-issues)**
- **[SideCarDB runs an ineffectual DDL](#sidecardb-issue)**
GuptaManan100 marked this conversation as resolved.
Show resolved Hide resolved
- **[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 @@ -36,6 +38,15 @@
- **[Durability Policies](#durability-policies)**
- [New Durability Policies](#new-durability-policies)

## <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
GuptaManan100 marked this conversation as resolved.
Show resolved Hide resolved
a diff in the schemacopy table and tries to apply a DDL to fix it. The DDL
GuptaManan100 marked this conversation as resolved.
Show resolved Hide resolved
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.

## <a id="major-changes"/>Major Changes

### <a id="breaking-changes"/>Breaking Changes
Expand Down
Loading