Skip to content

Commit 578383a

Browse files
Add logging to figure out why vttablet is failing
Signed-off-by: Rohit Nayak <[email protected]>
1 parent a2a8961 commit 578383a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

examples/backups/restart_tablets.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
source ../common/env.sh
2121

22+
echo "=============================== This is version 23 restart tablets ==============================="
2223
for i in 100 101 102; do
2324
CELL=zone1 TABLET_UID=$i ../common/backup-scripts/mysqlctl-up.sh
2425
CELL=zone1 KEYSPACE=commerce TABLET_UID=$i ../common/backup-scripts/vttablet-up.sh

examples/common/backup-scripts/vttablet-up.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [[ "${uid: -1}" -gt 1 ]]; then
3333
tablet_type=rdonly
3434
fi
3535

36-
echo "Starting vttablet for $alias..."
36+
echo "Starting v23 backup vttablet for $alias..."
3737

3838
# shellcheck disable=SC2086
3939
vttablet \

examples/common/scripts/vttablet-up.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [[ "${uid: -1}" -gt 1 ]]; then
3333
tablet_type=rdonly
3434
fi
3535

36-
echo "Starting vttablet for $alias..."
36+
echo "Starting v23 common vttablet for $alias..."
3737

3838
# shellcheck disable=SC2086
3939
vttablet \

0 commit comments

Comments
 (0)