Created attachment 577299 [details] croped master log. Description of problem: While geo-replication session is active b/w master and slave, if you do remove-brick,only sticky bit is synced on the slave. On the master there might be data or only sticky bit that particular file . This is inconsistent. Version-Release number of selected component (if applicable):3.3qa34(after this patch applied ( http://review.gluster.com/#change,3144) How reproducible:Not consistent. Steps to Reproduce: 1.Start a geo-replication session b/w master and slave. 2.Create some finite data of large file (100MB) distributed in many directories. 3.Add a bricks to the master and do rebalance . 4.Then remove those added brick or the other bricks. 5. Do ll * on both master ans slave mount point. Actual results: Will get sticky bit of one of the file. Expected results: ALl files should be synced properly. Additional info: on master mount point. large7: total 878980 ---------T. 1 root root 0 Apr 13 00:07 file0 -rw-r--r--. 1 root root 100000000 Apr 12 21:48 file1 -rw-r--r--. 1 root root 100000000 Apr 12 21:48 file2 -rw-r--r--. 1 root root 100000000 Apr 12 21:48 file3 -rw-r--r--. 1 root root 100000000 Apr 12 21:48 file4 -rw-r--r--. 1 root root 100000000 Apr 12 21:48 file5 -rw-r--r--. 1 root root 100000000 Apr 12 21:48 file6 -rw-r--r--. 1 root root 100000000 Apr 12 21:48 file7 -rw-r--r--. 1 root root 100000000 Apr 12 21:48 file8 -rw-r--r--. 1 root root 100000000 Apr 12 21:48 file9 On slave mount point- large7: total 76 ---------T. 1 root root 0 Apr 13 00:07 file0 -rw-r--r--. 1 root root 100000000 Apr 12 21:48 file1 -rw-r--r--. 1 root root 100000000 Apr 12 21:48 file2 -rw-r--r--. 1 root root 100000000 Apr 12 21:48 file3 -rw-r--r--. 1 root root 100000000 Apr 12 21:48 file4 -rw-r--r--. 1 root root 100000000 Apr 12 21:48 file5 -rw-r--r--. 1 root root 100000000 Apr 12 21:48 file6 -rw-r--r--. 1 root root 100000000 Apr 12 21:48 file7 -rw-r--r--. 1 root root 100000000 Apr 12 21:48 file8 -rw-r--r--. 1 root root 100000000 Apr 12 21:48 file9
Created attachment 577300 [details] maser-rebalance log file .
Can you check if this issue is still open?
This issue should be fixed as part of bug 812287. Please reopen the bug if you are able to reproduce it.
bug 821139 looks similar to this bug for me . But i am not able to reproduce this. I am closing it now .