From ab800a51f1b71d80078e1cbdcdd504c34f64fc22 Mon Sep 17 00:00:00 2001 From: Manan Gupta Date: Thu, 29 Jun 2023 12:38:46 +0530 Subject: [PATCH] test: fix upgrade downgrade manual test Signed-off-by: Manan Gupta --- examples/common/scripts/vttablet-up.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/common/scripts/vttablet-up.sh b/examples/common/scripts/vttablet-up.sh index d22fd33ab48..0e70837d235 100755 --- a/examples/common/scripts/vttablet-up.sh +++ b/examples/common/scripts/vttablet-up.sh @@ -46,6 +46,7 @@ vttablet \ --init_shard $shard \ --init_tablet_type $tablet_type \ --health_check_interval 5s \ + --enable_replication_reporter \ --backup_storage_implementation file \ --file_backup_storage_root $VTDATAROOT/backups \ --restore_from_backup \ @@ -55,7 +56,6 @@ vttablet \ --pid_file $VTDATAROOT/$tablet_dir/vttablet.pid \ --vtctld_addr http://$hostname:$vtctld_web_port/ \ --disable_active_reparents \ - --throttler-config-via-topo --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