Hi good people, I have an issue here: I'm having t...
# questions-and-troubleshooting
s
Hi good people, I have an issue here: I'm having trouble with a Starrocks cluster on UAT. I'm deploying it with a Shared-Nothing architecture, with one FE node and two BE nodes. One FE node is deployed natively (downloaded and run) on IP A, and the other two BE nodes are deployed using Docker on IPs B and C, with data from the two backend nodes mounted in the
data
directory. Everything seems fine; I can add the two backend nodes to the frontend node in dbeaver. However, when running the cluster, specifically the
show backend
command, both
data total capacity
and
total capacity
show 0. I don't know what's causing this error. Does anyone have any ideas? If needed, I'm willing to provide the Docker Compose file to build the BE, and the relevant files in the
data
folder.
m
This is probably an issue with
storage_root_path
in
be.conf
.It needs to point to a mount that exists inside the container (and it needs to be accessible).
s
I have fixed it, i have to add field priority_network to be.conf file