Bug 1420983
Summary: | Automatic split brain resolution must check for all the bricks to be up to avoiding serving of inconsistent data(visible on x3 or more) | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Ravishankar N <ravishankar> |
Component: | replicate | Assignee: | Ravishankar N <ravishankar> |
Status: | CLOSED EOL | QA Contact: | |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.9 | CC: | bugs, ravishankar |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1417522 | Environment: | |
Last Closed: | 2017-03-08 12:33:11 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: | 1417177, 1417522, 1420984 | ||
Bug Blocks: | 1420982 |
Description
Ravishankar N
2017-02-10 04:17:37 UTC
REVIEW: https://review.gluster.org/16588 (afr: all children of AFR must be up to resolve s-brain) posted (#1) for review on release-3.9 by Ravishankar N (ravishankar) REVIEW: https://review.gluster.org/16588 (afr: all children of AFR must be up to resolve s-brain) posted (#3) for review on release-3.9 by Ravishankar N (ravishankar) COMMIT: https://review.gluster.org/16588 committed in release-3.9 by Pranith Kumar Karampuri (pkarampu) ------ commit 61a5de50ae6c58c587e9cd808d395d2689051894 Author: Ravishankar N <ravishankar> Date: Mon Jan 30 09:54:16 2017 +0530 afr: all children of AFR must be up to resolve s-brain Problem: The various split-brain resolution policies (favorite-child-policy based, CLI based and mount (get/setfattr) based) attempt to resolve split-brain even when not all bricks of replica are up. This can be a problem when say in a replica 3, the only good copy is down and the other 2 bricks are up and blame each other (i.e. split-brain). We end up healing the file in such a case and allow I/O on it. Fix: A decision on whether the file is in split-brain or not must be taken only if we are able to examine the afr xattrs of *all* bricks of a given replica. > Reviewed-on: https://review.gluster.org/16476 > Smoke: Gluster Build System <jenkins.org> > NetBSD-regression: NetBSD Build System <jenkins.org> > CentOS-regression: Gluster Build System <jenkins.org> > Reviewed-by: Pranith Kumar Karampuri <pkarampu> (cherry picked from commit 0e03336a9362e5717e561f76b0c543e5a197b31b) Change-Id: Icddb1268b380005799990f5379ef957d84639ef9 BUG: 1420983 Signed-off-by: Ravishankar N <ravishankar> Reviewed-on: https://review.gluster.org/16588 NetBSD-regression: NetBSD Build System <jenkins.org> CentOS-regression: Gluster Build System <jenkins.org> Smoke: Gluster Build System <jenkins.org> Reviewed-by: Pranith Kumar Karampuri <pkarampu> This bug is getting closed because GlusterFS-3.9 has reached its end-of-life [1]. Note: This bug is being closed using a script. No verification has been performed to check if it still exists on newer releases of GlusterFS. If this bug still exists in newer GlusterFS releases, please open a new bug against the newer release. [1]: https://www.gluster.org/community/release-schedule/ |