[Bugs] [Bug 1336381] New: ENOTCONN error during parallel rmdir

bugzilla at redhat.com bugzilla at redhat.com
Mon May 16 10:18:39 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1336381

            Bug ID: 1336381
           Summary: ENOTCONN error during parallel rmdir
           Product: GlusterFS
           Version: mainline
         Component: replicate
          Assignee: bugs at gluster.org
          Reporter: ravishankar at redhat.com
                CC: bugs at gluster.org



Description of problem:

Reported by Sakshi Bansal sabansal at redhat.com

Parallel rmdir from multiple clients results in application receiving
"Transport end point not connected" messages even though there was no network
disconnects.


Steps to Reproduce:
1. Create 1x2 replica, fuse mount it from 2 clients.
2. Run the script from both clients

-------------------------
#!/bin/bash

dir=$(dirname $(readlink -f $0))
echo 'Script in '$dir
while :
do
        mkdir -p foo$1/bar/gee
        mkdir -p foo$1/bar/gne
        mkdir -p foo$1/lna/gme
        rm -rf foo$1
done
-------------------------

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list