Bug 1176543
| Summary: | RDMA: GFAPI benchmark segfaults when ran with greater than 2 threads, no segfaults are seen over TCP | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Anoop C S <anoopcs> |
| Component: | distribute | Assignee: | Anoop C S <anoopcs> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | urgent | ||
| Version: | mainline | CC: | aavati, bturner, bugs, gluster-bugs, nlevinki, nsathyan, rgowdapp, rtalur, rwheeler, vagarwal |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | glusterfs-3.7.0 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1174466 | Environment: | |
| Last Closed: | 2015-05-15 17:09:18 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: | 1174466 | ||
|
Comment 1
Anand Avati
2014-12-22 10:26:26 UTC
REVIEW: http://review.gluster.org/9322 (cluster/dht: Propagate an event only after hearing the same from all subvolumes) posted (#3) for review on master by Anoop C S (achiraya) REVIEW: http://review.gluster.org/9322 (cluster/dht: Propagate an event only after hearing the same from all subvolumes) posted (#4) for review on master by Anoop C S (achiraya) REVIEW: http://review.gluster.org/9322 (cluster/dht: Propagate an event only after hearing the same from all subvolumes) posted (#5) for review on master by Anoop C S (achiraya) REVIEW: http://review.gluster.org/9322 (cluster/dht: Propagate an event only after hearing the same from all subvolumes) posted (#6) for review on master by Anoop C S (achiraya) REVIEW: http://review.gluster.org/9322 (cluster/dht: Propagate an event only after hearing the same from all subvolumes) posted (#7) for review on master by Poornima G (pgurusid) REVIEW: http://review.gluster.org/9322 (cluster/dht: Propagate an event only after hearing the same from all subvolumes) posted (#8) for review on master by Poornima G (pgurusid) REVIEW: http://review.gluster.org/9322 (cluster/dht: Propagate an event only after hearing the same from all subvolumes) posted (#9) for review on master by Poornima G (pgurusid) REVIEW: http://review.gluster.org/9322 (cluster/dht: Propagate an event only after hearing the same from all subvolumes) posted (#10) for review on master by Poornima G (pgurusid) COMMIT: http://review.gluster.org/9322 committed in master by Raghavendra G (rgowdapp) ------ commit fc214f0f90ab195b7542a18cc918db467f575b37 Author: Anoop C S <achiraya> Date: Sat Dec 20 12:22:02 2014 +0530 cluster/dht: Propagate an event only after hearing the same from all subvolumes In dht_notify(), we propagate each event without checking whether all subvolumes have reported the same event earlier. As a result separate events are being forwarded for each dht-subvolume. This change is to make sure that we propagate a particular event only if all other subvolumes have already reported the same event once earlier. Change-Id: I6c73fa105e967f29648af9e2030f91a94f2df130 BUG: 1176543 Signed-off-by: Anoop C S <achiraya> Reviewed-on: http://review.gluster.org/9322 Reviewed-by: Raghavendra G <rgowdapp> Tested-by: Raghavendra G <rgowdapp> 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.7.0, please open a new bug report. glusterfs-3.7.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://thread.gmane.org/gmane.comp.file-systems.gluster.devel/10939 [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user |