zhiqli / fastdfs

Automatically exported from code.google.com/p/fastdfs
GNU General Public License v3.0
0 stars 0 forks source link

re-sync server that is out of sync #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

We have had a server in a content group broken for about two weeks. Now that 
it's been repaired it's back online again but the fdfs_storaged daemon doesnt 
sync/download old files that has been uploaded during these two weeks within 
its group.

Is there a way to tell the storaged daemon to re-download files from the other 
node in the group now that it's out of sync?

// Daniel

Original issue reported on code.google.com by dan...@blodan.se on 27 Nov 2014 at 1:52

GoogleCodeExporter commented 9 years ago
Sorry, I found the answer to my question after some debugging :)

running fdfs_monitor /path/to/storage.conf gave me the out of sync delay for 
the contenet node that has been down, and re-running the command showed that it 
was going down slowly but steadily, so it seems to be syncing as it should :)

You can close this problem report

Original comment by dan...@blodan.se on 27 Nov 2014 at 2:10