seaweedfs/weed
chrislu b463ca1a2f filer replication: compare content changes directly
Fix https://github.com/seaweedfs/seaweedfs/issues/3714

The destination chunks may be empty. For example, the file is updated and the volume is vacuumed. In this case, the sync would miss the old chunks. This is fine. However, the entry would have correct metadata but missing chunks.

For this case, the simple metadata comparison would be wrongly skipping data changes, and the file will stay empty unless file content md5 is changed.
2022-09-20 08:35:10 -07:00
..
cluster remove old raft servers if they don't answer to pings for too long (#3398) 2022-08-23 23:18:21 -07:00
command volume server: rename readBufferSize to readBufferSizeMB 2022-09-17 10:56:28 -07:00
filer mount: fix 0 file size in linux 2022-09-18 21:42:13 -07:00
ftpd move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
glog go fmt 2022-09-14 23:06:44 -07:00
iamapi refactor: Directory readability (#3665) 2022-09-14 10:11:31 -07:00
images go fmt 2022-09-14 23:06:44 -07:00
mount docs(meta_cache): readability fixes (#3691) 2022-09-15 02:04:57 -07:00
mq avoid race conditions for OnPeerUpdate (#3525) 2022-08-26 10:18:49 -07:00
notification go fmt 2022-09-14 23:06:44 -07:00
operation refactor 2022-09-10 16:56:03 -07:00
pb go fmt 2022-09-14 23:06:44 -07:00
query move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
remote_storage gateway to remote object store: adjust upload concurrency 2022-08-26 23:47:37 -07:00
replication filer replication: compare content changes directly 2022-09-20 08:35:10 -07:00
s3api docs(s3api): readability improvements (#3696) 2022-09-15 03:13:21 -07:00
security go fmt 2022-09-14 23:06:44 -07:00
sequence move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
server adjust logs 2022-09-18 18:14:24 -07:00
shell refactor(shell): readability improvements (#3704) 2022-09-16 02:43:49 -07:00
static Change filer UI icon from picture to icon font. 2022-04-08 15:07:56 +08:00
stats refactor FilerRequest metrics (#3402) 2022-08-04 01:44:54 -07:00
storage Merge branch 'master' of https://github.com/seaweedfs/seaweedfs 2022-09-16 23:54:39 -07:00
topology docs(topology): readability improvements (#3688) 2022-09-15 02:03:10 -07:00
util 3.28 2022-09-18 17:46:04 -07:00
wdclient docs(wdclient): readability fix (#3685) 2022-09-15 01:29:26 -07:00
Makefile debug 2022-08-07 00:55:49 -07:00
weed.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00