-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid memory address or nil pointer dereference (Kubernetes) #4053
Comments
@igormiletic can you confirm the Dgraph version you're running? You can paste the output of |
Ah, sorry, I was wrong: Dgraph version : v1.1.0 I have updated initial post as well to v.1.1.0 |
Can't see what could possibly be nil there. Because -
|
So, this node is number 8. Looks like this node is seeing 3 peers already: Nodes:[6 7 8]. So, basically 3 nodes, including itself. However, some other node, i.e. number 9 is trying to join this cluster and asking this server for a snapshot, as it is starting up. This call happens before n.Raft has time to be properly created, hence resulting in a segmentation fault.
This number 9 node should not be part of the cluster. So, you should remove it by calling If you can also paste the |
Version: v1.1.0
It repeats all the time without clear reasons.
Kubernetes 1.13.
Setup is from HA documentation of DGraph. 3 alpha nodes and 3 zero nodes.
As soon as serious traffic (about 200 upsert commands per socond) after some time nodes start to get corrupted and they simple does not work.
Error is:
The text was updated successfully, but these errors were encountered: