Bug 1678232
Summary: | [geo-rep]: Cores seen on slave during add-brick | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Rochelle <rallan> | |
Component: | distribute | Assignee: | Susant Kumar Palai <spalai> | |
Status: | CLOSED ERRATA | QA Contact: | Rochelle <rallan> | |
Severity: | high | Docs Contact: | ||
Priority: | urgent | |||
Version: | rhgs-3.4 | CC: | amukherj, avishwan, csaba, mchangir, nbalacha, nchilaka, rallan, rcyriac, rhs-bugs, sankarshan, sheggodu, skandark, smali, spalai, storage-qa-internal, sunkumar | |
Target Milestone: | --- | Keywords: | ZStream | |
Target Release: | RHGS 3.4.z Batch Update 4 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.12.2-45 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1884244 (view as bug list) | Environment: | ||
Last Closed: | 2019-03-27 03:43:40 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: | 1884244 |
Description
Rochelle
2019-02-18 10:49:44 UTC
Update: Could reproduce today on fuse. The crash happened at md-cache. Here is the bt. Missing separate debuginfos, use: dnf debuginfo-install glibc-2.26-28.fc27.x86_64 openssl-libs-1.1.0h-3.fc27.x86_64 sssd-client-1.16.2-4.fc27.x86_64 (gdb) bt #0 0x00007fb76d2ba660 in raise () from /lib64/libc.so.6 #1 0x00007fb76d2bbc41 in abort () from /lib64/libc.so.6 #2 0x00007fb76d2b2f7a in __assert_fail_base () from /lib64/libc.so.6 #3 0x00007fb76d2b2ff2 in __assert_fail () from /lib64/libc.so.6 #4 0x00007fb76ecfce71 in __inode_unref (inode=0x7fb75400c4f8, clear=_gf_false) at inode.c:585 #5 0x00007fb76ecfd108 in inode_unref (inode=0x7fb75400c4f8) at inode.c:670 #6 0x00007fb76ece8855 in loc_wipe (loc=0x7fb750009720) at xlator.c:777 #7 0x00007fb76073481c in mdc_local_wipe (this=0x7fb75c017fc0, local=0x7fb750009720) at md-cache.c:310 #8 0x00007fb7607375e6 in mdc_lookup_cbk (frame=0x7fb7500062b8, cookie=0x7fb750001538, this=0x7fb75c017fc0, op_ret=0, op_errno=0, inode=0x7fb748001ed8, stbuf=0x7fb75c0533d0, dict=0x7fb754016278, postparent=0x7fb75c053670) at md-cache.c:1248 #9 0x00007fb760b5e36a in qr_lookup_cbk (frame=0x7fb750001538, cookie=0x7fb750001838, this=0x7fb75c015230, op_ret=0, op_errno=0, inode_ret=0x7fb748001ed8, buf=0x7fb75c0533d0, xdata=0x7fb754016278, postparent=0x7fb75c053670) at quick-read.c:449 #10 0x00007fb760d69da1 in ioc_lookup_cbk (frame=0x7fb750001838, cookie=0x7fb75000f548, this=0x7fb75c013c00, op_ret=0, op_errno=0, inode=0x7fb748001ed8, stbuf=0x7fb75c0533d0, xdata=0x7fb754016278, postparent=0x7fb75c053670) at io-cache.c:267 #11 0x00007fb76119c0ab in wb_lookup_cbk (frame=0x7fb75000f548, cookie=0x7fb750001f18, this=0x7fb75c010f40, op_ret=0, op_errno=0, inode=0x7fb748001ed8, buf=0x7fb75c0533d0, xdata=0x7fb754016278, postparent=0x7fb75c053670) at write-behind.c:2390 #12 0x00007fb7613b7a10 in dht_heal_full_path_done (op_ret=0, heal_frame=0x7fb75c052248, data=0x7fb75c052248) at dht-helper.c:2113 #13 0x00007fb76ed34c41 in synctask_wrap () at syncop.c:377 #14 0x00007fb76d2cfd00 in ?? () from /lib64/libc.so.6 #15 0x0000000000000000 in ?? () The same issue of inode_unref. The extra unref that happened in dht_heal_path lead to this crash. After applying the patch https://review.gluster.org/#/c/glusterfs/+/21998/, it is resolved. 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/RHBA-2019:0658 *** Bug 1712871 has been marked as a duplicate of this bug. *** |