Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
The grpcWorker.ServeTask function is called when a request is received over the network (sent by a peer). This function doesn't consider the health of the node before starting the processing of the request. If we process a request before the node is ready, we might end up seeing crashes similar to https://dgraph.atlassian.net/browse/DGRAPH-1934 Fixes DGRAPH-1934 This bug was seen when running jepsen bank test with kill-alpha and kill-zero nemesis. (cherry picked from commit 9293c97)
- Loading branch information