Revert "Wait for client side copy goroutines to start"

This reverts commit 06dc87ae59.

Revert "Change oom metric to const"

This reverts commit e800f08f9f.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-08-18 16:09:18 -04:00
parent e3696cfb4e
commit 4950c26757
5 changed files with 11 additions and 47 deletions

View File

@@ -49,7 +49,6 @@ func WithStart(binary, address string, debug bool) ClientOpt {
if err != nil {
terminate(cmd)
}
reaper.Default.Delete(cmd.Process.Pid)
}()
log.G(ctx).WithFields(logrus.Fields{
"pid": cmd.Process.Pid,