Bug 1441474
| Summary: | synclocks don't work correctly under contention | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Jeff Darcy <jeff> |
| Component: | core | Assignee: | bugs <bugs> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.10 | CC: | bugs, jdarcy, rtalur |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | glusterfs-3.10.2 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1434062 | Environment: | |
| Last Closed: | 2017-05-31 20:44:07 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: | 1434062 | ||
| Bug Blocks: | 1442603 | ||
|
Description
Jeff Darcy
2017-04-12 03:57:10 UTC
REVIEW: https://review.gluster.org/17043 (core: fix synclocks' handling of "woken" flag) posted (#1) for review on release-3.10 by Jeff Darcy (jeff.us) COMMIT: https://review.gluster.org/17043 committed in release-3.10 by Shyamsundar Ranganathan (srangana) ------ commit f1a64f7c75fdc6a0ebea71ed2827d3dbc12761b5 Author: Jeff Darcy <jdarcy> Date: Mon Mar 20 12:31:33 2017 -0400 core: fix synclocks' handling of "woken" flag The "woken" flag wasn't being reset when it should have been, leading (eventually) to a SEGV when someone tried to folow a synclock's waitq to a task structure that had been freed while still on the queue. See the bug report for (far) more detail. Backport of: > Commit 31377765dbbb8d49292c4362837a695adcbc6cb4 > BUG: 1434062 > Reviewed-on: https://review.gluster.org/16926 Change-Id: I5cd9ae1bcb831555274108b292181ec2a29b6d95 BUG: 1441474 Signed-off-by: Jeff Darcy <jeff.us> Reviewed-on: https://review.gluster.org/17043 Smoke: Gluster Build System <jenkins.org> NetBSD-regression: NetBSD Build System <jenkins.org> CentOS-regression: Gluster Build System <jenkins.org> Reviewed-by: Atin Mukherjee <amukherj> Reviewed-by: Shyamsundar Ranganathan <srangana> 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.10.2, please open a new bug report. |