I meant the other way. I meant to say that 3.2.0 must also have the issue (since you mentioned 3.3.0 in the subject)<div><br></div><div>Avati<br><br><div class="gmail_quote">On Tue, Sep 11, 2012 at 6:27 AM, Manhong Dai <span dir="ltr">&lt;<a href="mailto:daimh@umich.edu" target="_blank">daimh@umich.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Avati,<br>
<br>
<br>
        Thanks a lot for your help! It is good to know that 3.2.x doesn&#39;t have<br>
this problem. So the worst scenario for me is to re-install it with the<br>
latest 3.2.*. I hope my life won&#39;t be that miserable.<br>
<br>
<br>
Best,<br>
Manhong<br>
<div><div class="h5">On Mon, 2012-09-10 at 20:53 -0700, Anand Avati wrote:<br>
&gt; Also, I find it very suspect that 3.2.x did not have the same<br>
&gt; behavior!<br>
&gt;<br>
&gt;<br>
&gt; Avati<br>
&gt;<br>
&gt; On Mon, Sep 10, 2012 at 8:53 PM, Anand Avati &lt;<a href="mailto:anand.avati@gmail.com">anand.avati@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;         This is a limitation of the &#39;handle&#39; nature of FUSE<br>
&gt;         filesystems. You will have to set a lower entry-timeout (mount<br>
&gt;         option) to fix this problem.<br>
&gt;<br>
&gt;<br>
&gt;         Avati<br>
&gt;<br>
&gt;<br>
&gt;         On Mon, Sep 10, 2012 at 5:13 PM, Dai, Manhong<br>
&gt;         &lt;<a href="mailto:daimh@umich.edu">daimh@umich.edu</a>&gt; wrote:<br>
&gt;                 Hi Avati,<br>
&gt;<br>
&gt;<br>
&gt;                     Thanks a lot! In my case, the application that<br>
&gt;                 tries to create a new file is not inside the folder.<br>
&gt;<br>
&gt;<br>
&gt;                     I write a simple bash scrip to demo this problem.<br>
&gt;<br>
&gt;                 #!/bin/bash<br>
&gt;                 FOLDER=/home/mengf_lab/daimh/temp/testdir<br>
&gt;                 for ((i=0; i&lt;100; i++))<br>
&gt;                 do<br>
&gt;                     echo &quot;###$i###&quot;<br>
&gt;                     ssh mengf-n1 &quot;rm -r $FOLDER; mkdir $FOLDER&quot;<br>
&gt;                     seq 10 |split -l 1 - $FOLDER/a.<br>
&gt;                 done<br>
&gt;<br>
&gt;<br>
&gt;                 And its output is<br>
&gt;                 ###0###<br>
&gt;                 ###1###<br>
&gt;                 split: /home/mengf_lab/daimh/temp/testdir/a.aa: No<br>
&gt;                 such file or directory<br>
&gt;                 ###2###<br>
&gt;                 split: /home/mengf_lab/daimh/temp/testdir/a.aa: No<br>
&gt;                 such file or directory<br>
&gt;                 ###3###<br>
&gt;                 ###4###<br>
&gt;<br>
&gt;<br>
&gt;                 Best,<br>
&gt;                 Manhong<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt;                 ______________________________________________________<br>
<div class="HOEnZb"><div class="h5">&gt;                 From: Anand Avati [<a href="mailto:anand.avati@gmail.com">anand.avati@gmail.com</a>]<br>
&gt;                 Sent: Monday, September 10, 2012 5:25 PM<br>
&gt;                 To: Dai, Manhong<br>
&gt;                 Cc: <a href="mailto:gluster-users@gluster.org">gluster-users@gluster.org</a><br>
&gt;                 Subject: Re: [Gluster-users] A problem with gluster<br>
&gt;                 3.3.0 and Sun Grid Engine<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;                 On Mon, Sep 10, 2012 at 8:30 AM, Manhong Dai<br>
&gt;                 &lt;<a href="mailto:daimh@umich.edu">daimh@umich.edu</a>&gt; wrote:<br>
&gt;                         Hi,<br>
&gt;<br>
&gt;<br>
&gt;                         We got a huge problem on our sun grid engine<br>
&gt;                         cluster with glusterfs 3.3.0. Could somebody<br>
&gt;                         help me?<br>
&gt;<br>
&gt;<br>
&gt;                         Based on my understanding, if a folder is<br>
&gt;                         removed and recreated on other client node, a<br>
&gt;                         program that tries to create a new file under<br>
&gt;                         the folder fails very often.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;                 Is the directory deleted and recreated by another<br>
&gt;                 client/mount while the application which attempts to<br>
&gt;                 create the file stays cd&#39;ed inside the directory? Can<br>
&gt;                 you try to confirm if this is the pattern?<br>
&gt;<br>
&gt;<br>
&gt;                 Avati<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
</div></div></blockquote></div><br></div>