@@ -39,21 +39,21 @@ echo "Starting vttablet for $alias..."
3939vttablet \
4040 $TOPOLOGY_FLAGS \
4141 --log_dir $VTDATAROOT /tmp \
42- --log_queries_to_file $VTDATAROOT /tmp/$tablet_logfile \
42+ --log-queries-to-file $VTDATAROOT /tmp/$tablet_logfile \
4343 --tablet-path $alias \
44- --tablet_hostname " $tablet_hostname " \
45- --init_keyspace $keyspace \
46- --init_shard $shard \
47- --init_tablet_type $tablet_type \
48- --health_check_interval 5s \
49- --backup_storage_implementation file \
50- --file_backup_storage_root $VTDATAROOT /backups \
51- --restore_from_backup \
44+ --tablet-hostname " $tablet_hostname " \
45+ --init-keyspace $keyspace \
46+ --init-shard $shard \
47+ --init-tablet-type $tablet_type \
48+ --health-check-interval 5s \
49+ --backup-storage-implementation file \
50+ --file-backup-storage-root $VTDATAROOT /backups \
51+ --restore-from-backup \
5252 --port $port \
53- --grpc_port $grpc_port \
54- --service_map ' grpc-queryservice,grpc-tabletmanager,grpc-updatestream' \
55- --pid_file $VTDATAROOT /$tablet_dir /vttablet.pid \
56- --heartbeat_on_demand_duration =5s \
53+ --grpc-port $grpc_port \
54+ --service-map ' grpc-queryservice,grpc-tabletmanager,grpc-updatestream' \
55+ --pid-file $VTDATAROOT /$tablet_dir /vttablet.pid \
56+ --heartbeat-on-demand-duration =5s \
5757 --pprof-http \
5858 > $VTDATAROOT /$tablet_dir /vttablet.out 2>&1 &
5959
0 commit comments