File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 19
19
20
20
source ../common/env.sh
21
21
22
+ echo " =============================== This is version 23 restart tablets ==============================="
22
23
for i in 100 101 102; do
23
24
CELL=zone1 TABLET_UID=$i ../common/backup-scripts/mysqlctl-up.sh
24
25
CELL=zone1 KEYSPACE=commerce TABLET_UID=$i ../common/backup-scripts/vttablet-up.sh
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ if [[ "${uid: -1}" -gt 1 ]]; then
33
33
tablet_type=rdonly
34
34
fi
35
35
36
- echo " Starting vttablet for $alias ..."
36
+ echo " Starting v23 backup vttablet for $alias ..."
37
37
38
38
# shellcheck disable=SC2086
39
39
vttablet \
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ if [[ "${uid: -1}" -gt 1 ]]; then
33
33
tablet_type=rdonly
34
34
fi
35
35
36
- echo " Starting vttablet for $alias ..."
36
+ echo " Starting v23 common vttablet for $alias ..."
37
37
38
38
# shellcheck disable=SC2086
39
39
vttablet \
You can’t perform that action at this time.
0 commit comments