Closed LinMingQiang closed 2 months ago
please attach logs under /opt/data/starrocks/fe/log/, specifically the fe.out
and the fe.log
It can be started normally, It is caused by insufficient memory of the container, cannot start with 1g of memory. So the document should mark the memory requirements
relation to : https://github.com/StarRocks/starrocks/issues/29990
With the same step to run container.
docker pull starrocks/allin1-ubuntu:latest
docker run -p 9030:9030 -p 8030:8030 -p 8040:8040 --security-opt seccomp=unconfined -itd --name quickstart starrocks/allin1-ubuntu
docker exec -it quickstart mysql -P 9030 -h 127.0.0.1 -u root --prompt="StarRocks > " -> ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1:9030' (111)
Expected behavior (Required)
Real behavior (Required)
StarRocks version (Required)
select current_version()