[Bugs] [Bug 1411209] New: Readdir-ahead: Support multithreaded readdirp
bugzilla at redhat.com
bugzilla at redhat.com
Mon Jan 9 06:06:28 UTC 2017
https://bugzilla.redhat.com/show_bug.cgi?id=1411209
Bug ID: 1411209
Summary: Readdir-ahead: Support multithreaded readdirp
Product: GlusterFS
Version: mainline
Component: read-ahead
Assignee: bugs at gluster.org
Reporter: pgurusid at redhat.com
CC: bugs at gluster.org
Description of problem:
Currently the way readdirp is designed, there can be no two parallel readdir
issued on the same fd(because of the fd ctx structure and the way it is built
and used). But it is not impossible to issue two readdirps on the same fd.
Hence fix this use case.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
--
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