Skip to content

Commit

Permalink
[release-17.0] Upgrade-downgrade test fix: Remove throttler flags in …
Browse files Browse the repository at this point in the history
…`vttablet-up.sh` (#13516)
  • Loading branch information
GuptaManan100 authored Jul 17, 2023
1 parent 5d0b91f commit 217a0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/common/scripts/vttablet-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ vttablet \
--service_map 'grpc-queryservice,grpc-tabletmanager,grpc-updatestream' \
--pid_file $VTDATAROOT/$tablet_dir/vttablet.pid \
--vtctld_addr http://$hostname:$vtctld_web_port/ \
--throttler-config-via-topo --heartbeat_enable --heartbeat_interval=250ms --heartbeat_on_demand_duration=5s \
--heartbeat_enable --heartbeat_interval=250ms --heartbeat_on_demand_duration=5s \
> $VTDATAROOT/$tablet_dir/vttablet.out 2>&1 &

# Block waiting for the tablet to be listening
Expand Down

0 comments on commit 217a0d2

Please sign in to comment.