-1

I am on macOS M1. My NebulaGraph version is "nightly". When I start the service:

terminal infos

What does it mean that the storage service status is unhealthy?

starball
  • 20,030
  • 7
  • 43
  • 238
Q Steam
  • 1
  • 5

1 Answers1

0

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.

Wey Gu
  • 575
  • 1
  • 6
  • 11