Bug 1040862 - volume status detail command cause fd leak
Summary: volume status detail command cause fd leak
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: GlusterFS
Classification: Community
Component: cli
Version: 3.3.0
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: bugs@gluster.org
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 09:01 UTC by ihavenoemail
Modified: 2014-12-14 19:40 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-12-14 19:40:32 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description ihavenoemail 2013-12-12 09:01:57 UTC
Description of problem:

"gluster volume XXX status detail" command cause fd leak on brick servers.
number of files hold by glusterd process (seen from lsof output) keeps arising.

Version-Release number of selected component (if applicable):
3.3.0

How reproducible:
easy

Steps to Reproduce:
1. get pid for glusterd 
2. run "lsof -p gpid | wc -l"
3. run "refungo volume status XXX detail > /dev/null"
4. run "lsof -p gpid | wc -l" again

Actual results:
result from step4 is larger than that from step2

Expected results:
result from step4 is the same as that from step2

Additional info:

Comment 1 Niels de Vos 2014-11-27 14:54:36 UTC
The version that this bug has been reported against, does not get any updates from the Gluster Community anymore. Please verify if this report is still valid against a current (3.4, 3.5 or 3.6) release and update the version, or close this bug.

If there has been no update before 9 December 2014, this bug will get automatocally closed.


Note You need to log in before you can comment on or make changes to this bug.