Bug 1225566
Summary: | [geo-rep]: Traceback "ValueError: filedescriptor out of range in select()" observed while creating huge set of data on master | |||
---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Aravinda VK <avishwan> | |
Component: | geo-replication | Assignee: | Aravinda VK <avishwan> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | mainline | CC: | avishwan, bugs, chrisw, csaba, nlevinki, rhinduja, storage-qa-internal | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.8rc2 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | 1224928 | |||
: | 1225567 (view as bug list) | Environment: | ||
Last Closed: | 2016-06-16 13:05:25 UTC | Type: | Bug | |
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: | 1223636, 1225567 |
Description
Aravinda VK
2015-05-27 16:47:00 UTC
REVIEW: http://review.gluster.org/12332 (geo-rep: Fix FD leak from Active Geo-rep worker) posted (#1) for review on master by Aravinda VK (avishwan) REVIEW: http://review.gluster.org/12320 (geo-rep: Handle fd leak during rsync/tarssh) posted (#2) for review on master by Aravinda VK (avishwan) REVIEW: http://review.gluster.org/12332 (geo-rep: Fix FD leak from Active Geo-rep worker) posted (#2) for review on master by Aravinda VK (avishwan) REVIEW: http://review.gluster.org/12332 (geo-rep: Fix FD leak from Active Geo-rep worker) posted (#3) for review on master by Venky Shankar (vshankar) REVIEW: http://review.gluster.org/12332 (geo-rep: Fix FD leak from Active Geo-rep worker) posted (#9) for review on master by Aravinda VK (avishwan) REVIEW: http://review.gluster.org/12332 (geo-rep: Fix FD leak from Active Geo-rep worker) posted (#10) for review on master by Aravinda VK (avishwan) COMMIT: http://review.gluster.org/12332 committed in master by Venky Shankar (vshankar) ------ commit 42def948ac8e5d24278cb000cc8f8906b83a8592 Author: Aravinda VK <avishwan> Date: Sun Oct 11 20:26:16 2015 +0530 geo-rep: Fix FD leak from Active Geo-rep worker Active worker tries to acquire lock in each iteration. On every successfull lock acqusition it was not closing previously opened lock fd. To see the leak, get the PID of worker, ps -ax | grep feedback-fd watch ls /proc/$pid/fd BUG: 1225566 Change-Id: Ic476c24c306e7ab372c5560fbb80ef39f4fb31af Signed-off-by: Aravinda VK <avishwan> Reviewed-on: http://review.gluster.org/12332 Tested-by: NetBSD Build System <jenkins.org> Reviewed-by: Milind Changire <mchangir> Reviewed-by: Saravanakumar Arumugam <sarumuga> Reviewed-by: Venky Shankar <vshankar> This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.8.0, please open a new bug report. glusterfs-3.8.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://blog.gluster.org/2016/06/glusterfs-3-8-released/ [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user |