Bug 1296175 - geo-rep: hard-link rename issue on changelog replay
Summary: geo-rep: hard-link rename issue on changelog replay
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: geo-replication
Version: 3.7.7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Milind Changire
QA Contact:
URL:
Whiteboard:
Depends On: 1296174 1296176
Blocks: glusterfs-3.7.9
TreeView+ depends on / blocked
 
Reported: 2016-01-06 14:17 UTC by Milind Changire
Modified: 2016-04-19 07:20 UTC (History)
2 users (show)

Fixed In Version: glusterfs-3.7.9
Doc Type: Bug Fix
Doc Text:
Clone Of: 1296174
Environment:
Last Closed: 2016-03-22 08:14:54 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Milind Changire 2016-01-06 14:17:45 UTC
+++ This bug was initially created as a clone of Bug #1296174 +++

Description of problem:
hard-link creation followed by a rename causes stale hard-links if changelogs are replayed

Version-Release number of selected component (if applicable):


How reproducible:
always

Steps to Reproduce:
0. create and start geo-rep on a volume
1. touch f1; and wait for 20 seconds
2. ln f1 link1; mv link1 link2; and wait for 20 seconds
3. stop and start geo-rep
4. you will see link1 getting created on slave volume; ideally it shouldn't exist

Actual results:
link1 exists after logs are replayed

Expected results:
link1 shouldn't exist

Additional info:

Comment 1 Vijay Bellur 2016-03-08 08:38:08 UTC
REVIEW: http://review.gluster.org/13638 (geo-rep: hard-link rename issues on changelog replay) posted (#1) for review on release-3.7 by Milind Changire (mchangir)

Comment 2 Vijay Bellur 2016-03-08 08:39:40 UTC
REVIEW: http://review.gluster.org/13638 (geo-rep: hard-link rename issues on changelog replay) posted (#2) for review on release-3.7 by Milind Changire (mchangir)

Comment 3 Vijay Bellur 2016-03-09 08:26:30 UTC
COMMIT: http://review.gluster.org/13638 committed in release-3.7 by Aravinda VK (avishwan) 
------
commit 0cb6e6e7020c5a4f2e5c34c6b8cbfa4fdeb45191
Author: Milind Changire <mchangir>
Date:   Wed Jan 6 21:23:51 2016 +0530

    geo-rep: hard-link rename issues on changelog replay
    
    Problem:
    LINK + RENAME changelog when replayed after worker restart causes stale
    hard-links to persist since VFS returns success for RENAME if hard-links
    point to same inode.
    
    Solution:
    Worker detects RENAME being issued on hard-links to the same inode and
    unlinks the source file-name. Conditionally rename by verifying that the
    source gfid matches with the on-disk gfid on the slave.
    
    Change-Id: I3ff1c30ef79e77503c8b246d46dab8ac3059ccf2
    BUG: 1296175
    Reviewed-on: http://review.gluster.org/13189
    Signed-off-by: Milind Changire <mchangir>
    Reviewed-on: http://review.gluster.org/13638
    Smoke: Gluster Build System <jenkins.com>
    Tested-by: Aravinda VK <avishwan>
    NetBSD-regression: NetBSD Build System <jenkins.org>
    CentOS-regression: Gluster Build System <jenkins.com>
    Reviewed-by: Aravinda VK <avishwan>

Comment 4 Kaushal 2016-04-19 07:20:46 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.7.9, please open a new bug report.

glusterfs-3.7.9 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] https://www.gluster.org/pipermail/gluster-users/2016-March/025922.html
[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.