I followed https://docs.dgraph.io/get-started/ , for the first time ,it’s OK
Then I shutdown the two services( dgraphzero and dgraph ) by ctrl+c and started them again.
Both of them got errors, and even the dgraph service could not run
Paste the errors (only part of all the errors since errors are the same ).
Errors on dgraphzero:
…
2017/10/20 08:11:11 pool.go:150: Echo error from localhost:12345. Err: rpc error: code = Unavailable desc = grpc: the connection is unavailable
2017/10/20 08:11:21 pool.go:150: Echo error from localhost:12345. Err: rpc error: code = Unavailable desc = grpc: the connection is unavailable
2017/10/20 08:11:31 pool.go:150
Errors on dgraph:
…
2017/10/20 08:11:01 groups.go:112: Error while connecting with group zero: rpc error: code = Unknown desc = Node is already part of group
2017/10/20 08:11:01 groups.go:112: Error while connecting with group zero: rpc error: code = Unknown desc = Node is already part of group
And I tested on binary and docker mode, both had this problem