Bug 1375094
| Summary: | [geo-rep]: Worker crashes with OSError: [Errno 61] No data available | |||
|---|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Rahul Hinduja <rhinduja> | |
| Component: | geo-replication | Assignee: | Aravinda VK <avishwan> | |
| Status: | CLOSED ERRATA | QA Contact: | Rochelle <rallan> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | rhgs-3.1 | CC: | amukherj, csaba, khiremat, rhs-bugs, sheggodu, storage-qa-internal | |
| Target Milestone: | --- | Keywords: | ZStream | |
| Target Release: | RHGS 3.4.0 | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | rebase | |||
| Fixed In Version: | glusterfs-3.12.2-1 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1499391 (view as bug list) | Environment: | ||
| Last Closed: | 2018-09-04 06:29:44 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: | 1503134 | |||
Upstream Patch: https://review.gluster.org/18445 (master) Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:2607 |
Description of problem: ======================= While running the automation snaity check which does "create, chmod, chown, chgrp, symlink, hardlink, rename, truncate, rm" during changelog, xsync and history crawl. Following worker crash was observed: [2016-09-11 13:52:43.422640] E [syncdutils(/bricks/brick1/master_brick5):276:log_raise_exception] <top>: FAIL: Traceback (most recent call last): File "/usr/libexec/glusterfs/python/syncdaemon/syncdutils.py", line 306, in twrap tf(*aa) File "/usr/libexec/glusterfs/python/syncdaemon/master.py", line 1267, in Xsyncer self.Xcrawl() File "/usr/libexec/glusterfs/python/syncdaemon/master.py", line 1424, in Xcrawl self.Xcrawl(e, xtr_root) File "/usr/libexec/glusterfs/python/syncdaemon/master.py", line 1424, in Xcrawl self.Xcrawl(e, xtr_root) File "/usr/libexec/glusterfs/python/syncdaemon/master.py", line 1424, in Xcrawl self.Xcrawl(e, xtr_root) File "/usr/libexec/glusterfs/python/syncdaemon/master.py", line 1424, in Xcrawl self.Xcrawl(e, xtr_root) File "/usr/libexec/glusterfs/python/syncdaemon/master.py", line 1424, in Xcrawl self.Xcrawl(e, xtr_root) File "/usr/libexec/glusterfs/python/syncdaemon/master.py", line 1424, in Xcrawl self.Xcrawl(e, xtr_root) File "/usr/libexec/glusterfs/python/syncdaemon/master.py", line 1406, in Xcrawl gfid = self.master.server.gfid(e) File "/usr/libexec/glusterfs/python/syncdaemon/resource.py", line 1414, in gfid return super(brickserver, cls).gfid(e) File "/usr/libexec/glusterfs/python/syncdaemon/resource.py", line 327, in ff return f(*a) File "/usr/libexec/glusterfs/python/syncdaemon/resource.py", line 369, in gfid buf = Xattr.lgetxattr(path, cls.GFID_XATTR, 16) File "/usr/libexec/glusterfs/python/syncdaemon/libcxattr.py", line 55, in lgetxattr return cls._query_xattr(path, siz, 'lgetxattr', attr) File "/usr/libexec/glusterfs/python/syncdaemon/libcxattr.py", line 47, in _query_xattr cls.raise_oserr() File "/usr/libexec/glusterfs/python/syncdaemon/libcxattr.py", line 37, in raise_oserr raise OSError(errn, os.strerror(errn)) OSError: [Errno 61] No data available [2016-09-11 13:52:43.428107] I [syncdutils(/bricks/brick1/master_brick5):220:finalize] <top>: exiting. Version-Release number of selected component (if applicable): ============================================================= glusterfs-3.7.9-12.el7rhgs.x86_64 How reproducible: ================= Happened to see it once, while the same test suite is executed multiple times.