Skip to content

Commit

Permalink
Merge pull request #576 from yoheimuta/fix-use-deprecated-flag
Browse files Browse the repository at this point in the history
Remove 'vreplication_tablet_type' flag to run unmanaged vttablet v20
  • Loading branch information
frouioui authored Jul 18, 2024
2 parents 02d7da9 + ac6a481 commit afaa378
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions pkg/operator/vttablet/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ const (
dbConfigReplUname = "vt_repl"
dbConfigFilteredUname = "vt_filtered"

vreplicationTabletType = "master"

dbInitScriptDirName = "db-init-script"

externalDatastoreCredentialsDirName = "external-datastore-credentials"
Expand Down
1 change: 0 additions & 1 deletion pkg/operator/vttablet/datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ func externalDatastoreFlags(spec *Spec) vitess.Flags {
"enable_replication_reporter": false,

"enforce_strict_trans_tables": false,
"vreplication_tablet_type": vreplicationTabletType,
}

return flags
Expand Down

0 comments on commit afaa378

Please sign in to comment.