Skip to content

Commit

Permalink
remove coodinator address
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Gangal <[email protected]>
  • Loading branch information
harshit-gangal committed Jul 11, 2024
1 parent 81de2fb commit 2aac6ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/vt/vttablet/endtoend/framework/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ func StartServer(ctx context.Context, connParams, connAppDebugParams mysql.ConnP
config.StrictTableACL = true
config.TwoPCEnable = true
config.TwoPCAbandonAge = 1
config.TwoPCCoordinatorAddress = "fake"
config.HotRowProtection.Mode = tabletenv.Enable
config.TrackSchemaVersions = true
config.GracePeriods.Shutdown = 2 * time.Second
Expand Down

0 comments on commit 2aac6ae

Please sign in to comment.