From 0013caab0fa53cf642ece8b15be59868a82dcfa3 Mon Sep 17 00:00:00 2001 From: Manan Gupta <35839558+GuptaManan100@users.noreply.github.com> Date: Fri, 14 Jul 2023 21:22:23 +0530 Subject: [PATCH] feat: remove --disable_active_reparents flag in vttablet-up.sh (#13504) Signed-off-by: Manan Gupta --- examples/common/scripts/vttablet-up.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/common/scripts/vttablet-up.sh b/examples/common/scripts/vttablet-up.sh index 51baeec45be..5a4917429e0 100755 --- a/examples/common/scripts/vttablet-up.sh +++ b/examples/common/scripts/vttablet-up.sh @@ -54,7 +54,6 @@ vttablet \ --service_map 'grpc-queryservice,grpc-tabletmanager,grpc-updatestream' \ --pid_file $VTDATAROOT/$tablet_dir/vttablet.pid \ --vtctld_addr http://$hostname:$vtctld_web_port/ \ - --disable_active_reparents \ --heartbeat_enable \ --heartbeat_interval=250ms \ --heartbeat_on_demand_duration=5s \