Bug 1199985 - [RFE] arbiter for 3 way replication
Summary: [RFE] arbiter for 3 way replication
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: replicate
Version: mainline
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Ravishankar N
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 1217689 1361101
TreeView+ depends on / blocked
 
Reported: 2015-03-09 13:02 UTC by Ravishankar N
Modified: 2016-07-28 10:57 UTC (History)
3 users (show)

Fixed In Version: glusterfs-3.8rc2
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1217689 1361101 (view as bug list)
Environment:
Last Closed: 2016-06-16 12:42:14 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Ravishankar N 2015-03-09 13:02:35 UTC
Provide a mechanism in a 3 way replica to avoid split-brains.
See http://review.gluster.org/#/c/9656/

Comment 1 Anand Avati 2015-03-09 15:53:24 UTC
REVIEW: http://review.gluster.org/9840 (afr: arbiter xlator) posted (#1) for review on master by Ravishankar N (ravishankar)

Comment 2 Anand Avati 2015-03-16 11:37:22 UTC
REVIEW: http://review.gluster.org/9840 (afr: arbiter xlator) posted (#2) for review on master by Ravishankar N (ravishankar)

Comment 3 Anand Avati 2015-03-18 04:22:15 UTC
REVIEW: http://review.gluster.org/9840 (afr: arbiter xlator) posted (#3) for review on master by Ravishankar N (ravishankar)

Comment 4 Anand Avati 2015-03-18 06:53:23 UTC
REVIEW: http://review.gluster.org/9840 (afr: arbiter xlator) posted (#4) for review on master by Ravishankar N (ravishankar)

Comment 5 Anand Avati 2015-03-18 10:34:43 UTC
REVIEW: http://review.gluster.org/9840 (afr: arbiter xlator) posted (#5) for review on master by Ravishankar N (ravishankar)

Comment 6 Anand Avati 2015-03-19 12:36:57 UTC
REVIEW: http://review.gluster.org/9840 (afr: arbiter xlator) posted (#6) for review on master by Ravishankar N (ravishankar)

Comment 7 Anand Avati 2015-03-19 17:45:54 UTC
COMMIT: http://review.gluster.org/9840 committed in master by Vijay Bellur (vbellur) 
------
commit 32ed7aa5ad7049a9d85c795f997336c0366151a8
Author: Ravishankar N <ravishankar>
Date:   Thu Mar 19 12:33:51 2015 +0000

    afr: arbiter xlator
    
    This patch adds the arbiter translator into the tree. This is a server
    side xlator used for replica 3 volumes. It sits above posix and will be
    loaded on the 3rd (last) brick of every afr subvolume in a replica 3
    configuration. It intercepts inode read/write operations: reads are
    unwound with ENOTCONN, inode writes are unwound with success without
    actually passing them down to posix. Metadata operations are allowed to
    pass through.
    
    The CLI for creating a 3 way replica with arbiter is also added but kept
    disabled (A 'normal' 3 way replica is created instead).
    
    This patch is a part of the arbiter logic implementation for 3 way AFR,
    details of which can be found at http://review.gluster.org/#/c/9656/
    
    Change-Id: I395b81f49d5da52c466daf5c8518f1bbad9c16fa
    BUG: 1199985
    Signed-off-by: Ravishankar N <ravishankar>
    Reviewed-on: http://review.gluster.org/9840
    Tested-by: Gluster Build System <jenkins.com>
    Reviewed-by: Pranith Kumar Karampuri <pkarampu>
    Reviewed-by: Vijay Bellur <vbellur>

Comment 8 Anand Avati 2015-03-19 19:33:50 UTC
REVIEW: http://review.gluster.org/9950 (build: remove broken and unused _la_LIBADD variable) posted (#1) for review on master by Niels de Vos (ndevos)

Comment 9 Anand Avati 2015-03-20 03:55:20 UTC
COMMIT: http://review.gluster.org/9950 committed in master by Vijay Bellur (vbellur) 
------
commit 7fea544079c0fdc2d1d6a29e039cc925f81b2117
Author: Niels de Vos <ndevos>
Date:   Thu Mar 19 20:30:13 2015 +0100

    build: remove broken and unused _la_LIBADD variable
    
    While building, the following warning is displayed:
    
      xlators/features/arbiter/src/Makefile.am:7: variable `_la_LIBADD' is defined but no program or
      xlators/features/arbiter/src/Makefile.am:7: library has `_la' as canonical name (possible typo)
    
    The _la_LIBADD really seems like a typo, dropping it should not be harmful to
    anything, except for the warning that will now be gone.
    
    BUG: 1199985
    Change-Id: I3f3ba911f59df2e51fdc6387295fff4bbcc5a12d
    Signed-off-by: Niels de Vos <ndevos>
    Reviewed-on: http://review.gluster.org/9950
    Reviewed-by: Kaleb KEITHLEY <kkeithle>
    Tested-by: Gluster Build System <jenkins.com>
    Reviewed-by: Ravishankar N <ravishankar>
    Reviewed-by: Vijay Bellur <vbellur>

Comment 10 Ravishankar N 2015-03-31 01:09:30 UTC
I'm keeping the BZ in post state (and not modified) as I plan to submit further patches for this feature against this BZ until 3.7 is released.

Comment 11 Anand Avati 2015-04-15 17:50:28 UTC
REVIEW: http://review.gluster.org/10257 (arbiter: load arbiter xlator on every 3rd brick of a replica 3 AFR subvol) posted (#1) for review on master by Ravishankar N (ravishankar)

Comment 12 Anand Avati 2015-04-15 17:50:31 UTC
REVIEW: http://review.gluster.org/10258 (afr: add arbitration support) posted (#1) for review on master by Ravishankar N (ravishankar)

Comment 13 Anand Avati 2015-04-17 11:55:21 UTC
REVIEW: http://review.gluster.org/10258 (afr: add arbitration support) posted (#2) for review on master by Ravishankar N (ravishankar)

Comment 14 Anand Avati 2015-04-17 11:55:26 UTC
REVIEW: http://review.gluster.org/10257 (arbiter: load arbiter xlator on every 3rd brick of a replica 3 AFR subvol) posted (#2) for review on master by Ravishankar N (ravishankar)

Comment 15 Anand Avati 2015-04-23 08:20:31 UTC
REVIEW: http://review.gluster.org/10258 (afr: add arbitration support) posted (#3) for review on master by Ravishankar N (ravishankar)

Comment 16 Anand Avati 2015-04-23 08:20:34 UTC
REVIEW: http://review.gluster.org/10257 (arbiter: load arbiter xlator on every 3rd brick of a replica 3 AFR subvol) posted (#3) for review on master by Ravishankar N (ravishankar)

Comment 17 Anand Avati 2015-04-24 05:24:46 UTC
REVIEW: http://review.gluster.org/10257 (arbiter: load arbiter xlator on every 3rd brick of a replica 3 AFR subvol) posted (#4) for review on master by Ravishankar N (ravishankar)

Comment 18 Anand Avati 2015-04-24 16:12:52 UTC
REVIEW: http://review.gluster.org/10258 (afr: add arbitration support) posted (#4) for review on master by Ravishankar N (ravishankar)

Comment 19 Anand Avati 2015-04-24 16:12:54 UTC
REVIEW: http://review.gluster.org/10257 (arbiter: load arbiter xlator on every 3rd brick of a replica 3 AFR subvol) posted (#5) for review on master by Ravishankar N (ravishankar)

Comment 20 Anand Avati 2015-04-27 14:39:16 UTC
REVIEW: http://review.gluster.org/10257 (arbiter: load arbiter xlator on every 3rd brick of a replica 3 AFR subvol) posted (#6) for review on master by Ravishankar N (ravishankar)

Comment 21 Anand Avati 2015-04-28 05:40:33 UTC
COMMIT: http://review.gluster.org/10257 committed in master by Krishnan Parthasarathi (kparthas) 
------
commit d4889b2cfd29e6ecc911d2b29d1f85d516a66eaf
Author: Ravishankar N <ravishankar>
Date:   Wed Apr 15 22:53:21 2015 +0530

    arbiter: load arbiter xlator on every 3rd brick of a replica 3 AFR subvol
    
    Logic for adding the 'glusterd_brickinfo->group' member and using it to
    find the brick positon has been taken from http://review.gluster.org/#/c/9919.
    Thanks to Jeff Darcy for that.
    
    This patch is a part of the arbiter logic implementation for 3 way AFR
    details of which can be found at http://review.gluster.org/#/c/9656/
    
    Change-Id: Idbfe4f29ee8e098e0102def8f38b32314316b188
    BUG: 1199985
    Signed-off-by: Ravishankar N <ravishankar>
    Reviewed-on: http://review.gluster.org/10257
    Tested-by: NetBSD Build System
    Reviewed-by: Atin Mukherjee <amukherj>
    Reviewed-by: Pranith Kumar Karampuri <pkarampu>
    Reviewed-by: Krishnan Parthasarathi <kparthas>
    Tested-by: Krishnan Parthasarathi <kparthas>

Comment 22 Anand Avati 2015-04-30 08:43:16 UTC
REVIEW: http://review.gluster.org/10258 (afr: add arbitration support) posted (#5) for review on master by Ravishankar N (ravishankar)

Comment 23 Anand Avati 2015-05-01 02:52:47 UTC
REVIEW: http://review.gluster.org/10258 (afr: add arbitration support) posted (#6) for review on master by Ravishankar N (ravishankar)

Comment 24 Anand Avati 2015-05-01 07:11:05 UTC
REVIEW: http://review.gluster.org/10258 (afr: add arbitration support) posted (#7) for review on master by Ravishankar N (ravishankar)

Comment 25 Anand Avati 2015-05-05 04:40:55 UTC
REVIEW: http://review.gluster.org/10541 (doc: AFR arbiter volume usage) posted (#1) for review on master by Ravishankar N (ravishankar)

Comment 26 Anand Avati 2015-05-05 07:06:55 UTC
COMMIT: http://review.gluster.org/10258 committed in master by Vijay Bellur (vbellur) 
------
commit 25e8e74eb7b81ccd114a9833371a3f72d284c48d
Author: Ravishankar N <ravishankar>
Date:   Wed Apr 15 22:22:08 2015 +0530

    afr: add arbitration support
    
    Add logic in afr to work in conjunction with the arbiter xlator when a
    replica 3 arbiter volume is created. More specifically, this patch:
    
    * Enables full locks for afr data transaction for such volumes.
    * Removes the upfront marking of pending xattrs at the time of pre-op
      and defer it to post-op. (This is an arbiter independent change and is made for all afr transactions.)
    * After pre-op stage, check if we can proceed with the fop stage without
      ending up in split-brain by examining the changelog xattrs.
    * Unwinds the fop with failure if only one source was available at the
       time of pre-op and the fop happened to fail on particular source brick.
    * Skips data self-heal if arbiter brick is the only source available.
    * Adds the arbiter-count option to the shd graph.
    
    This patch is a part of the arbiter logic implementation for 3 way AFR
    details of which can be found at http://review.gluster.org/#/c/9656/
    
    Change-Id: I9603db9d04de5626eb2f4d8d959ef5b46113561d
    BUG: 1199985
    Signed-off-by: Ravishankar N <ravishankar>
    Reviewed-on: http://review.gluster.org/10258
    Tested-by: Gluster Build System <jenkins.com>
    Reviewed-by: Pranith Kumar Karampuri <pkarampu>

Comment 27 Anand Avati 2015-05-05 09:14:45 UTC
REVIEW: http://review.gluster.org/10541 (doc: AFR arbiter volume usage) posted (#2) for review on master by Ravishankar N (ravishankar)

Comment 28 Nagaprasad Sathyanarayana 2015-10-25 15:02:22 UTC
Fix for this BZ is already present in a GlusterFS release. You can find clone of this BZ, fixed in a GlusterFS release and closed. Hence closing this mainline BZ as well.

Comment 29 Niels de Vos 2016-06-16 12:42:14 UTC
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.8.0, please open a new bug report.

glusterfs-3.8.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://blog.gluster.org/2016/06/glusterfs-3-8-released/
[2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user


Note You need to log in before you can comment on or make changes to this bug.