forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[latest-17.0](vitessio#3563): CherryPick(vitessio#14412): tx throttle…
…r: remove unused topology watchers (vitessio#3578) * backport of 3563 * fix conflicts Signed-off-by: deepthi <[email protected]> --------- Signed-off-by: deepthi <[email protected]> Co-authored-by: deepthi <[email protected]>
- Loading branch information
1 parent
fee0e9e
commit c67d52c
Showing
6 changed files
with
77 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## Summary | ||
|
||
### Table of Contents | ||
|
||
- **[Major Changes](#major-changes)** | ||
- **[Deprecations and Deletions](#deprecations-and-deletions)** | ||
- **[Docker](#docker)** | ||
- [New MySQL Image](#mysql-image) | ||
|
||
## <a id="major-changes"/>Major Changes | ||
|
||
### <a id="deprecations-and-deletions"/>Deprecations and Deletions | ||
|
||
- The `MYSQL_FLAVOR` environment variable is now removed from all Docker Images. | ||
- VTTablet metrics for TxThrottler's topology watchers have been deprecated. They will be deleted in the next release. | ||
|
||
### <a id="docker"/>Docker | ||
|
||
#### <a id="mysql-image"/>New MySQL Image | ||
|
||
In `v19.0` the Vitess team is shipping a new image: `vitess/mysql`. | ||
This lightweight image is a replacement of `vitess/lite` to only run `mysqld`. | ||
|
||
Several tags are available to let you choose what version of MySQL you want to use: `vitess/mysql:8.0.30`, `vitess/mysql:8.0.34`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.