I am on macOS M1. My NebulaGraph version is "nightly". When I start the service:
What does it mean that the storage service status is unhealthy?
I am on macOS M1. My NebulaGraph version is "nightly". When I start the service:
What does it mean that the storage service status is unhealthy?
NebulaGraph storaged’s healthiness is not in a good shape now, where, before we manually activate it with ADD HOSTS
, it’s marked as unhealthy by docker-compose.
You could just do ADD HOSTS
and after a while, it should go healthy then.
P.S. Before 3.1.0, due to NebulaGraph didn’t provide arm64 docker image in that time, the binfmt converted x86_64 image won’t communicate with each other in M1 chip docker desktop even after ADD HOSTS
, while it’s not the case now.