On 04/30/2013 04:30 PM, MORITA Kazutaka wrote: > @@ -54,6 +54,7 @@ $COLLIE cluster info -p 7002 | _filter_cluster_info > # add the other nodes > for i in 0 1; do > _start_sheep $i > + sleep 1 > done why? We support concurent start up. so why sleep again? Thanks, Yuan