Hide Forgot
There is a memory leak in afr. This is found in 3.0.4rc3 and 3.0.4rc2.Just copy some directory containing many files and subdirectories(such as usr) on the mount point and keep doing 'find' in a loop. There is an crease in the memory usage by the glusterfs client process. It keeps on increasing till the find command is running.
PATCH: http://patches.gluster.com/patch/3112 in release-3.0 (cluster/afr: Cleanup fd ctx in releasedir cbk)
PATCH: http://patches.gluster.com/patch/3124 in master (cluster/afr: Cleanup fd ctx in releasedir cbk)