I suspect this is because of the RPC portmap reconnection delay. Can you check with the latest git head which has <a href="http://review.gluster.com/3994">review.gluster.com/3994</a>?<div><br></div><div>Avati<br><br><div class="gmail_quote">
On Tue, Sep 25, 2012 at 9:05 PM, Bharata B Rao <span dir="ltr">&lt;<a href="mailto:bharata.rao@gmail.com" target="_blank">bharata.rao@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
With recent git tree, glusterd takes a long time to start.<br>
<br>
Earlier:<br>
[root@bharata glusterfs]# time glusterd<br>
<br>
real    0m0.007s<br>
user    0m0.001s<br>
sys     0m0.006s<br>
<br>
Now:<br>
[root@bharata glusterfs]# time glusterd<br>
<br>
real    0m4.152s<br>
user    0m0.003s<br>
sys     0m0.009s<br>
<br>
git bisect points to this commit:<br>
<br>
[root@bharata glusterfs]# git bisect bad<br>
373b25827f0250d11461fbe76dd6a0e295069171 is the first bad commit<br>
commit 373b25827f0250d11461fbe76dd6a0e295069171<br>
Author: Anand Avati &lt;<a href="mailto:avati@redhat.com">avati@redhat.com</a>&gt;<br>
Date:   Mon Aug 20 10:48:16 2012 -0700<br>
<br>
    core: enable process to return the appropriate error code<br>
<br>
    Setup a pipe() in glusterfs_ctx_t to communicate with the fork&#39;ed<br>
    child the exit status and return it to the shell.<br>
<br>
    Change-Id: Ibbaa581d45acb24d5141e43ae848cae29312d95f<br>
    BUG: 762935<br>
    Signed-off-by: Anand Avati &lt;<a href="mailto:avati@redhat.com">avati@redhat.com</a>&gt;<br>
    Reviewed-on: <a href="http://review.gluster.org/3836" target="_blank">http://review.gluster.org/3836</a><br>
    Tested-by: Gluster Build System &lt;<a href="mailto:jenkins@build.gluster.com">jenkins@build.gluster.com</a>&gt;<br>
    Reviewed-by: Amar Tumballi &lt;<a href="mailto:amarts@redhat.com">amarts@redhat.com</a>&gt;<br>
<br>
Regards,<br>
Bharata.<br>
<span class="HOEnZb"><font color="#888888">--<br>
<a href="http://bharata.sulekha.com/blog/posts.htm" target="_blank">http://bharata.sulekha.com/blog/posts.htm</a>, <a href="http://raobharata.wordpress.com/" target="_blank">http://raobharata.wordpress.com/</a><br>
<br>
_______________________________________________<br>
Gluster-devel mailing list<br>
<a href="mailto:Gluster-devel@nongnu.org">Gluster-devel@nongnu.org</a><br>
<a href="https://lists.nongnu.org/mailman/listinfo/gluster-devel" target="_blank">https://lists.nongnu.org/mailman/listinfo/gluster-devel</a><br>
</font></span></blockquote></div><br></div>