We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578383a commit 8da951dCopy full SHA for 8da951d
examples/common/backup-scripts/vttablet-up.sh
@@ -65,8 +65,6 @@ for i in $(seq 0 300); do
65
sleep 0.1
66
done
67
68
-# check one last time
69
-curl -I "http://$hostname:$port/debug/status" || fail "tablet could not be started!"
70
71
echo "=======================" vttablet.out start ======================="
72
cat $VTDATAROOT/$tablet_dir/vttablet.out
@@ -75,4 +73,7 @@ echo "=======================" vttablet logs start ======================="
75
73
cat $VTDATAROOT/tmp/*vttablet*
76
74
echo "=======================" vttablet logs end ======================="
77
+# check one last time
+curl -I "http://$hostname:$port/debug/status" || fail "tablet could not be started!"
78
+
79
echo -e "vttablet for $alias is running!"
0 commit comments