[Bugs] [Bug 1326212] gluster volume heal info shows conservative merge entries as in split-brain
bugzilla at redhat.com
bugzilla at redhat.com
Sun Apr 17 01:56:00 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1326212
--- Comment #3 from Vijay Bellur <vbellur at redhat.com> ---
COMMIT: http://review.gluster.org/13975 committed in release-3.7 by Pranith
Kumar Karampuri (pkarampu at redhat.com)
------
commit 07ea879362348d6c355b7ea7c197e3e80ec25485
Author: Pranith Kumar K <pkarampu at redhat.com>
Date: Mon Mar 21 23:26:43 2016 +0530
cluster/afr: Fix witness counting code in src/sink detection
Problem:
In afr-v1 pre-op, xattrop increments self xattr first then it increments
the
value on rest. In post-op, xattr value is decreased first on rest and at
last
it gets decremented on self. So for a possible operation to be witnessed
i.e.
a fop is seen by the brick it is important to have at least 1 pending op
because without completing pre-op fop won't come. The other possibility is
when
fop completes but at the time of post-op after decrementing pending counts
on
others just before decrementing its own pending count, the brick dies.
Fix:
Fix witness detection code in afr_self_heal_find_direction()
>BUG: 1322253
>Change-Id: Ia7e76482c0a46e775e269bb96ec1b9490a3ac18f
>Signed-off-by: Pranith Kumar K <pkarampu at redhat.com>
>Reviewed-on: http://review.gluster.org/13811
>Smoke: Gluster Build System <jenkins at build.gluster.com>
>CentOS-regression: Gluster Build System <jenkins at build.gluster.com>
>NetBSD-regression: NetBSD Build System <jenkins at build.gluster.org>
>Reviewed-by: Ravishankar N <ravishankar at redhat.com>
>(cherry picked from commit e88962f8c49ea1d65fa26703e5c11be3f21af2ba)
Change-Id: I5d9a6d323b35409127c26f3ce61c5e1d91395b18
BUG: 1326212
Signed-off-by: Pranith Kumar K <pkarampu at redhat.com>
Reviewed-on: http://review.gluster.org/13975
Smoke: Gluster Build System <jenkins at build.gluster.com>
NetBSD-regression: NetBSD Build System <jenkins at build.gluster.org>
CentOS-regression: Gluster Build System <jenkins at build.gluster.com>
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=VIksNN4yGH&a=cc_unsubscribe
More information about the Bugs
mailing list