What I want to do
I’m testing dgraph cluster (3 zero, 6 alpha - see docker-compose.yml) on Paralles under mac (intel) before moving in real production.
What I did
I’m filling graph with data. All here working the same I expected. But every time I’m stoping dgraph (docker-compose stop) then after starting I get that one of alphas can’t be connected. I have no idea why it’s going every time. I tried to clean all data and start over - and getting the same.
Dgraph metadata
1-alpha5-1 | Dgraph version : v22.0.2
1-alpha5-1 | Dgraph codename : dgraph
1-alpha5-1 | Dgraph SHA-256 : a11258bf3352eff0521bc68983a5aedb9316414947719920d75f12143dd368bd
1-alpha5-1 | Commit SHA-1 : 55697a4
1-alpha5-1 | Commit timestamp : 2022-12-16 23:03:35 +0000
1-alpha5-1 | Branch : release/v22.0.2
1-alpha5-1 | Go version : go1.18.5
1-alpha5-1 | jemalloc enabled : true
docker-compose.yml (4.6 KB)
Listing of starting:
docker-compose_up.txt (294.9 KB)