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 19936e4 commit 438527bCopy full SHA for 438527b
demo/init.sh
@@ -26,7 +26,7 @@ set +e
26
pkill python3
27
set -e
28
29
-rm -rf /tmp/*
+rm -rf /tmp/openmldb_offline_storage/*
30
rm -rf /work/openmldb/logs*
31
rm -rf /work/openmldb/db*
32
sleep 2
@@ -36,7 +36,7 @@ if [[ "$MODE" = "standalone" ]]; then
36
cd /work/openmldb && ./bin/stop-standalone.sh && ./bin/start-standalone.sh
37
sleep 1
38
else
39
- cd /work/zookeeper-3.4.14 && ./bin/zkServer.sh restart
+ cd /work/zookeeper-3.4.14 && ./bin/zkServer.sh stop && rm -rf /tmp/zookeeper && ./bin/zkServer.sh start
40
41
cd /work/openmldb && ./bin/stop-all.sh && ./bin/start-all.sh
42
fi
0 commit comments