Bug 799882

Summary: iobuf leak observed while doing SIGHUP
Product: [Community] GlusterFS Reporter: Pranith Kumar K <pkarampu>
Component: coreAssignee: Pranith Kumar K <pkarampu>
Status: CLOSED CURRENTRELEASE QA Contact: Shwetha Panduranga <shwetha.h.panduranga>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: pre-releaseCC: gluster-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: glusterfs-3.4.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-24 18:02:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 817967    

Description Pranith Kumar K 2012-03-05 10:48:41 UTC
Description of problem:

IOBUF leaks are observed in glusterfsd and glusterd when while [ 1 ]; do kill -HUP <pid>; done is performed

In glusterd the situation is worse as the memory keeps increasing 2M/sec.

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


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Anand Avati 2012-03-05 15:51:46 UTC
CHANGE: http://review.gluster.com/2866 (glusterfsd: Unref iobuf after using it) merged in master by Vijay Bellur (vijay)

Comment 2 Anand Avati 2012-03-06 07:10:56 UTC
CHANGE: http://review.gluster.com/2865 (glusterfsd: Don't reconfigure if process does not know volfile server) merged in master by Vijay Bellur (vijay)

Comment 3 Shwetha Panduranga 2012-05-29 11:58:33 UTC
Verified the fix on 3.3.0qa43. Bug is fixed.