Skip to content

Commit b4fb077

Browse files
committed
Fix race condition in numShutDownSig in alpha
1 parent 4ed87b5 commit b4fb077

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dgraph/cmd/alpha/run.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,8 @@ func run() {
555555
}
556556
}
557557
}()
558-
_ = numShutDownSig
558+
// TODO (animesh): Not sure why this was done in the first place
559+
// _ = numShutDownSig
559560

560561
// Setup external communication.
561562
aclCloser := y.NewCloser(1)

0 commit comments

Comments
 (0)