Bug 1151397
Summary: | DHT: Rebalance process crash after add-brick and `rebalance start' operation | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Raghavendra G <rgowdapp> |
Component: | distribute | Assignee: | bugs <bugs> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.4.6 | CC: | bugs, gluster-bugs, kkeithle, saujain, sdharane, srangana, ssamanta, surs, vbellur |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1139812 | Environment: | |
Last Closed: | 2015-04-13 06:59:00 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: | 1139812 | ||
Bug Blocks: | 1154714 |
Description
Raghavendra G
2014-10-10 10:03:38 UTC
*** Bug 1151343 has been marked as a duplicate of this bug. *** REVIEW: http://review.gluster.org/9765 (cluster/dht: Fixed double UNWIND in lookup everywhere code) posted (#1) for review on release-3.4 by Kaleb KEITHLEY (kkeithle) COMMIT: http://review.gluster.org/9765 committed in release-3.4 by Shyamsundar Ranganathan (srangana) ------ commit 863580580536654a08f1b7134066949729cc8bf5 Author: Kaleb S. KEITHLEY <kkeithle> Date: Thu Feb 26 18:10:33 2015 -0500 cluster/dht: Fixed double UNWIND in lookup everywhere code backport of http://review.gluster.org/#/c/8666/2 on master In dht_lookup_everywhere_done: At line 1107 we call DHT_STACK_UNWIND and in the same if condition we go ahead and call, goto unwind_hashed_and_cached; which at Line 1371 calls another UNWIND. As is obvious, higher frames could cleanup their locals and on receiving the next unwind could cause a coredump of the process. Fixed the same by calling the required return post the first unwind Change-Id: I4629680af7ebecd9828941d883e33fb6e43d9703 BUG: 1151397 Signed-off-by: Kaleb S. KEITHLEY <kkeithle> Reviewed-on: http://review.gluster.org/9765 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Venky Shankar <vshankar> Reviewed-by: Shyamsundar Ranganathan <srangana> |