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

bugzilla at redhat.com bugzilla at redhat.com
Wed May 25 04:20:03 UTC 2016


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

            Bug ID: 1339446
           Summary: ENOTCONN error during parallel rmdir
           Product: GlusterFS
           Version: 3.7.11
         Component: replicate
          Keywords: Triaged
          Assignee: bugs at gluster.org
          Reporter: ravishankar at redhat.com
                CC: bugs at gluster.org
        Depends On: 1336381
            Blocks: 1338051



+++ This bug was initially created as a clone of Bug #1336381 +++

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
-------------------------

-


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1336381
[Bug 1336381] ENOTCONN error during parallel rmdir
https://bugzilla.redhat.com/show_bug.cgi?id=1338051
[Bug 1338051] ENOTCONN error during parallel rmdir
-- 
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