This commit is contained in:
Xiang Li 2013-08-08 20:06:44 -07:00
parent fff8acaa22
commit d03f56de47

View File

@ -74,7 +74,7 @@ func createCluster(size int, procAttr *os.ProcAttr) ([][]string, []*os.Process,
if err != nil {
return nil, nil, err
}
// TODOBP: Change this sleep to wait until the master is up.
// The problem is that if the master isn't up then the children
// have to retry. This retry can take upwards of 15 seconds