[Bugs] [Bug 1317959] New: inode ref leaks with perf-test.sh
bugzilla at redhat.com
bugzilla at redhat.com
Tue Mar 15 15:35:10 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1317959
Bug ID: 1317959
Summary: inode ref leaks with perf-test.sh
Product: GlusterFS
Version: 3.7.8
Component: fuse
Assignee: bugs at gluster.org
Reporter: vbellur at redhat.com
CC: bugs at gluster.org
Depends On: 1317948
+++ This bug was initially created as a clone of Bug #1317948 +++
Description of problem:
While running perf-test.sh [1], I observed that the client memory usage was
quite high. A statedump revealed that there were inode leaks as deleted inodes
with nlookup=0 were present in the active list of the inode table.
xlator.mount.fuse.itable.active_size=600003
xlator.mount.fuse.itable.lru_size=1
Version-Release number of selected component (if applicable): mainline
How reproducible: Always
Steps to Reproduce:
1. touch files from a fuse mount point
2. list files using ls
3. delete files from the mount point
4. check memory usage and inode table usage
5. If there are no leaks, the inode table active size
Actual results:
Memory and inode leaks are observed.
Expected results:
No memory and inode leaks should be found.
--- Additional comment from Vijay Bellur on 2016-03-15 11:18:24 EDT ---
REVIEW: http://review.gluster.org/13689 (mount/fuse: cleanup an additional
inode_ref()) posted (#3) for review on master by Vijay Bellur
(vbellur at redhat.com)
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1317948
[Bug 1317948] inode ref leaks with perf-test.sh
--
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