[Bugs] [Bug 1358608] New: Memory leak observed with upcall polling
bugzilla at redhat.com
bugzilla at redhat.com
Thu Jul 21 06:52:58 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1358608
Bug ID: 1358608
Summary: Memory leak observed with upcall polling
Product: GlusterFS
Version: mainline
Component: upcall
Severity: high
Assignee: bugs at gluster.org
Reporter: skoduri at redhat.com
CC: bugs at gluster.org
Description of problem:
There is memory leak observed when there are large number of upcall
notifications generated. Ideally after polling them, all the upcall events
generated should be cleaned up. But that wasn't the case. There were few upcall
events not cleaned up and resulted in memory leak.
The issue is that during polling (currently), upcall entries are not removed
under mutex lock. This resulted in the list corruption leaving few entries from
being removed.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
--
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