| Summary: | glusterd hangs on big lock | |||
|---|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Anand Avati <aavati> | |
| Component: | glusterd | Assignee: | krishnan parthasarathi <kparthas> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | mainline | CC: | bhubbard, chrisw, gluster-bugs, kcleveng, nsathyan, shaines | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | glusterfs-3.5.0 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1037851 (view as bug list) | Environment: | ||
| Last Closed: | 2014-04-17 11:51:54 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1037851 | |||
|
Description
Anand Avati
2013-12-03 22:19:46 UTC
REVIEW: http://review.gluster.org/6413 (glusterd: submit RPC requests without holding big lock) posted (#1) for review on master by Anand Avati (avati) REVIEW: http://review.gluster.org/6413 (glusterd: submit RPC requests without holding big lock) posted (#2) for review on master by Anand Avati (avati) REVIEW: http://review.gluster.org/6414 (glusterd: submit RPC requests without holding big lock) posted (#1) for review on release-3.4 by Anand Avati (avati) REVIEW: http://review.gluster.org/6415 (glusterd: submit RPC requests without holding big lock) posted (#1) for review on release-3.5 by Anand Avati (avati) COMMIT: http://review.gluster.org/6413 committed in master by Anand Avati (avati) ------ commit ae540f8e2732ab1bd0fbeabd4d4f5c6f2f417914 Author: Anand Avati <avati> Date: Wed Nov 27 05:09:57 2013 -0800 glusterd: submit RPC requests without holding big lock If the endpoint of an RPC is not connected, the callback is called synchronously within rpc_clnt_submit(). Since callbacks typically hold the big lock, give up the big lock before calling rpc_clnt_submit and acquire it freshly after the call. Change-Id: Id89d8dd86c1a4012739ef4af7ea0935492b1a02b BUG: 1037849 Signed-off-by: Anand Avati <avati> Reviewed-on: http://review.gluster.org/6413 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Amar Tumballi <amarts> Reviewed-by: Krishnan Parthasarathi <kparthas> COMMIT: http://review.gluster.org/6414 committed in release-3.4 by Anand Avati (avati) ------ commit c23f35f7ad28b03b3ce5a530c7453bc9f5b7bc05 Author: Anand Avati <avati> Date: Wed Nov 27 05:09:57 2013 -0800 glusterd: submit RPC requests without holding big lock If the endpoint of an RPC is not connected, the callback is called synchronously within rpc_clnt_submit(). Since callbacks typically hold the big lock, give up the big lock before calling rpc_clnt_submit and acquire it freshly after the call. Change-Id: Id89d8dd86c1a4012739ef4af7ea0935492b1a02b BUG: 1037849 Signed-off-by: Anand Avati <avati> Reviewed-on: http://review.gluster.org/6414 Tested-by: Gluster Build System <jenkins.com> COMMIT: http://review.gluster.org/6415 committed in release-3.5 by Vijay Bellur (vbellur) ------ commit e3873729d820c0c2e63bb3bb878c39d79a16acf5 Author: Anand Avati <avati> Date: Wed Nov 27 05:09:57 2013 -0800 glusterd: submit RPC requests without holding big lock If the endpoint of an RPC is not connected, the callback is called synchronously within rpc_clnt_submit(). Since callbacks typically hold the big lock, give up the big lock before calling rpc_clnt_submit and acquire it freshly after the call. Change-Id: Id89d8dd86c1a4012739ef4af7ea0935492b1a02b BUG: 1037849 Signed-off-by: Anand Avati <avati> Reviewed-on: http://review.gluster.org/6415 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Krishnan Parthasarathi <kparthas> Tested-by: Krishnan Parthasarathi <kparthas> 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.5.0, please reopen this bug report. glusterfs-3.5.0 has been announced on the Gluster Developers mailinglist [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/6137 [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user |