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

bugzilla at redhat.com bugzilla at redhat.com
Sat May 21 03:42:19 UTC 2016


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

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



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

--- Additional comment from Vijay Bellur on 2016-05-16 06:19:36 EDT ---

REVIEW: http://review.gluster.org/14358 (cluster/afr: Return correct op_errno
in pre-op) posted (#1) for review on master by Ravishankar N
(ravishankar at redhat.com)

--- Additional comment from Vijay Bellur on 2016-05-18 05:27:03 EDT ---

REVIEW: http://review.gluster.org/14358 (cluster/afr: Check for required number
of entrylks) posted (#2) for review on master by Ravishankar N
(ravishankar at redhat.com)

--- Additional comment from Vijay Bellur on 2016-05-20 07:28:18 EDT ---

REVIEW: http://review.gluster.org/14358 (cluster/afr: Check for required number
of entrylks) posted (#3) for review on master by Ravishankar N
(ravishankar at redhat.com)

--- Additional comment from Vijay Bellur on 2016-05-20 11:19:42 EDT ---

REVIEW: http://review.gluster.org/14358 (cluster/afr: Check for required number
of entrylks) posted (#4) for review on master by Ravishankar N
(ravishankar at redhat.com)


Referenced Bugs:

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