Skip to content

Commit

Permalink
Remove redundant config arg when launching pd (#2419)
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-e authored May 27, 2024
1 parent 5525a15 commit f55986f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/playground/instance/pd.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ func (inst *PDInstance) Start(ctx context.Context, version utils.Version) error
fmt.Sprintf("--client-urls=http://%s", utils.JoinHostPort(inst.Host, inst.StatusPort)),
fmt.Sprintf("--advertise-client-urls=http://%s", utils.JoinHostPort(AdvertiseHost(inst.Host), inst.StatusPort)),
fmt.Sprintf("--log-file=%s", inst.LogFile()),
fmt.Sprintf("--config=%s", configPath),
}...)
switch {
case len(inst.initEndpoints) > 0:
Expand Down

0 comments on commit f55986f

Please sign in to comment.