@@ -39,21 +39,21 @@ echo "Starting vttablet for $alias..."
39
39
vttablet \
40
40
$TOPOLOGY_FLAGS \
41
41
--log_dir $VTDATAROOT /tmp \
42
- --log_queries_to_file $VTDATAROOT /tmp/$tablet_logfile \
42
+ --log-queries-to-file $VTDATAROOT /tmp/$tablet_logfile \
43
43
--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 \
52
52
--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 \
57
57
--pprof-http \
58
58
> $VTDATAROOT /$tablet_dir /vttablet.out 2>&1 &
59
59
0 commit comments