From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Fasheh Date: Thu Aug 5 20:27:39 2004 Subject: [Ocfs2-devel] Error message shows when create and rmdir In-Reply-To: <3ACA40606221794F80A5670F0AF15F84051672AF@pdsmsx403> References: <3ACA40606221794F80A5670F0AF15F84051672AF@pdsmsx403> Message-ID: <20040806012709.GP8008@ca-server1.us.oracle.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ocfs2-devel@oss.oracle.com On Fri, Aug 06, 2004 at 08:59:19AM +0800, Ling, Xiaofeng wrote: > Try this on 2.6.6 for svn 1303, this also exist on prev version. > > Two node with /ocfs mount to the same disk. > 1.node 0: mkdir /ocfs/a > 2.node 1: rmdir /ocfs/a > after a while, when the journal commited. > It shows: > (18503) commit_thread: flushed 1 transactions, releasing 3 locks > (18503) commit_thread: after optimization, 3 locks to release > (18503) ERROR at /home/xling/ocfs/ocfs2/src/bitmap.c, 408: > bitmap->validbits = > 0 but start = 277 and num = 1! Do you get the last message on node 0 or node 1? I'm guessing node 1, as it looks like the commit thread is dropping the last reference on the inode (which is fine in and of itself). So you're probably in delete_inode dumping the data for the directory. Can you reproduce this at will? --Mark > > see bug 115 > > ------------------- > Intel China Software Lab. > iNet: 8-752-1243 > 021-52574545-1243(O) > xfling@users.sourceforge.net > Opinions are my own and don't represent those of my employer > _______________________________________________ > Ocfs2-devel mailing list > Ocfs2-devel@oss.oracle.com > http://oss.oracle.com/mailman/listinfo/ocfs2-devel -- Mark Fasheh Software Developer, Oracle Corp mark.fasheh@oracle.com