We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13f1cb commit f6e106eCopy full SHA for f6e106e
.circleci/wait-for-db.sh
@@ -76,6 +76,9 @@ starrocks_ready() {
76
echo "Waiting for more backends to become alive..."
77
sleep 5
78
done
79
+
80
+ # set default replication num to 1 (there is only one be in the docker compose file)
81
+ docker exec -i starrocks-fe mysql -h127.0.0.1 -P9030 -uroot -e "ADMIN SET frontend config ('default_replication_num' = '1');"
82
}
83
84
trino_ready() {
0 commit comments