Bug 802025

Summary: User complaining of memory errors during geo-rep
Product: [Community] GlusterFS Reporter: Joe Julian <joe>
Component: geo-replicationAssignee: Venky Shankar <vshankar>
Status: CLOSED INSUFFICIENT_DATA QA Contact:
Severity: unspecified Docs Contact:
Priority: medium    
Version: 3.2.5CC: gluster-bugs, vshankar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-11 05:11:15 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:

Description Joe Julian 2012-03-10 10:33:29 UTC
An IRC user was complaining of "OSError: [Errno 12] Cannot allocate memory" error messages. I tracked them down to a Server::xtime buffer overflow. In resource.py:144
  return struct.unpack('!II', Xattr.lgetxattr(path, '.'.join([cls.GX_NSPACE, uuid, 'xtime']), 8))

Apparently getattr is overflowing the fixed "8". The user stopped responding after I found that problem so I have no further diagnostic details.

Comment 1 Venky Shankar 2013-01-11 05:11:15 UTC
I could not reproduce this in my setup. Also the bug does not have enough information (geo-rep [mount] log files, backtraces) to make some assumptions/about the error.

I'm closing this with "INSUFFICIENT DATA" for now. Please reopen if someone hits this again.