Bug 1464091
Summary: | Regression: Heal info takes longer time when a brick is down | |||
---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Ashish Pandey <aspandey> | |
Component: | disperse | Assignee: | Ashish Pandey <aspandey> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | mainline | CC: | amukherj, bugs, nchilaka, pasik, pkarampu, rhs-bugs, sheggodu, storage-qa-internal | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.12.0 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | 1463108 | |||
: | 1465854 (view as bug list) | Environment: | ||
Last Closed: | 2017-08-16 06:44:55 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: | 1463108 | |||
Bug Blocks: | 1465854 |
Comment 1
Ashish Pandey
2017-06-22 12:16:09 UTC
REVIEW: https://review.gluster.org/17606 (ec: Increase notification in all the cases) posted (#1) for review on master by Ashish Pandey (aspandey) REVIEW: https://review.gluster.org/17606 (ec: Increase notification in all the cases) posted (#2) for review on master by Ashish Pandey (aspandey) REVIEW: https://review.gluster.org/17606 (ec: Increase notification in all the cases) posted (#3) for review on master by Ashish Pandey (aspandey) REVIEW: https://review.gluster.org/17606 (ec: Increase notification in all the cases) posted (#4) for review on master by Ashish Pandey (aspandey) REVIEW: https://review.gluster.org/17606 (ec: Increase notification in all the cases) posted (#5) for review on master by Ashish Pandey (aspandey) REVIEW: https://review.gluster.org/17606 (ec: Increase notification in all the cases) posted (#6) for review on master by Pranith Kumar Karampuri (pkarampu) COMMIT: https://review.gluster.org/17606 committed in master by Pranith Kumar Karampuri (pkarampu) ------ commit 630d3d8c8466228e1764c1c0962b9db40548fffb Author: Ashish Pandey <aspandey> Date: Thu Jun 22 17:06:40 2017 +0530 ec: Increase notification in all the cases Problem: "gluster v heal <volname> info" is taking long time to respond when a brick is down. RCA: Heal info command does virtual mount. EC wait for 10 seconds, before sending UP call to upper xlator, to get notification (DOWN or UP) from all the bricks. Currently, we are increasing ec->xl_notify_count based on the current status of the brick. So, if a DOWN event notification has come and brick is already down, we are not increasing ec->xl_notify_count in ec_handle_down. Solution: Handle DOWN even as notification irrespective of what is the current status of brick. Change-Id: I0acac0db7ec7622d4c0584692e88ad52f45a910f BUG: 1464091 Signed-off-by: Ashish Pandey <aspandey> Reviewed-on: https://review.gluster.org/17606 Tested-by: Pranith Kumar Karampuri <pkarampu> Reviewed-by: Pranith Kumar Karampuri <pkarampu> Smoke: Gluster Build System <jenkins.org> CentOS-regression: Gluster Build System <jenkins.org> Reviewed-by: Xavier Hernandez <xhernandez> NetBSD-regression: NetBSD Build System <jenkins.org> 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.12.0, please open a new bug report. glusterfs-3.12.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://lists.gluster.org/pipermail/announce/2017-September/000082.html [2] https://www.gluster.org/pipermail/gluster-users/ |