[Bugs] [Bug 1468200] [Geo-rep]: entry failed to sync to slave with ENOENT errror

bugzilla at redhat.com bugzilla at redhat.com
Thu Jul 6 11:48:11 UTC 2017


https://bugzilla.redhat.com/show_bug.cgi?id=1468200



--- Comment #2 from Worker Ant <bugzilla-bot at gluster.org> ---
COMMIT: https://review.gluster.org/17715 committed in release-3.11 by
Shyamsundar Ranganathan (srangana at redhat.com) 
------
commit 0812d960e5a02bd2021233e5ef09a1139705a88f
Author: Kotresh HR <khiremat at redhat.com>
Date:   Tue Jul 4 08:46:06 2017 -0400

    geo-rep: Fix entry failure because parent dir doesn't exist

    In a distributed volume on master, it can so happen that
    the RMDIR followed by MKDIR is recorded in changelog on
    a particular subvolume with same gfid and pargfid/bname
    but not on all subvolumes as below.

    E 61c67a2e-07f2-45a9-95cf-d8f16a5e9c36 RMDIR \
    9cc51be8-91c3-4ef4-8ae3-17596fcfed40%2Ffedora2
    E 61c67a2e-07f2-45a9-95cf-d8f16a5e9c36 MKDIR 16877 0 0 \
    9cc51be8-91c3-4ef4-8ae3-17596fcfed40%2Ffedora2

    While processing this changelog, geo-rep thinks RMDIR is
    successful and does recursive rmdir on slave. But in the
    master the directory still exists. This could lead to
    data discrepancy between master and slave.

    Cause:
    RMDIR-MKDIR pair gets recorded so in changelog when the
    directory removal is successful on cached subvolume and
    failed in one of hashed subvol for some reason
    (may be down). In this case, the directory is re-created
    on cached subvol which gets recorded as MKDIR again in
    changelog.

    Solution:
    So while processing RMDIR geo-replication should stat on
    master with gfid and should not delete it if it's present.

    > Change-Id: If5da1d6462eb4d9ebe2e88b3a70cc454411a133e
    > BUG: 1467718
    > Signed-off-by: Kotresh HR <khiremat at redhat.com>
    > Reviewed-on: https://review.gluster.org/17695
    > Smoke: Gluster Build System <jenkins at build.gluster.org>
    > CentOS-regression: Gluster Build System <jenkins at build.gluster.org>
    > Reviewed-by: Aravinda VK <avishwan at redhat.com>
    (cherry picked from commit b25bf64f3a3520a96ad557daa4903c0ceba96d72)

    Change-Id: If5da1d6462eb4d9ebe2e88b3a70cc454411a133e
    BUG: 1468200
    Signed-off-by: Kotresh HR <khiremat at redhat.com>
    Reviewed-on: https://review.gluster.org/17715
    Smoke: Gluster Build System <jenkins at build.gluster.org>
    CentOS-regression: Gluster Build System <jenkins at build.gluster.org>
    Reviewed-by: Shyamsundar Ranganathan <srangana at redhat.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=nDDkMh65Dy&a=cc_unsubscribe


More information about the Bugs mailing list