Skip to content

Commit

Permalink
Fix race condition in numShutDownSig in alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
animesh2049 committed May 13, 2019
1 parent 4ed87b5 commit b4fb077
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dgraph/cmd/alpha/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,8 @@ func run() {
}
}
}()
_ = numShutDownSig
// TODO (animesh): Not sure why this was done in the first place
// _ = numShutDownSig

// Setup external communication.
aclCloser := y.NewCloser(1)
Expand Down

0 comments on commit b4fb077

Please sign in to comment.