1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-25 20:09:30 +02:00
seaweedfs/weed/replication
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
..
repl_util move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
sink filer replication: compare content changes directly 2022-09-20 08:35:10 -07:00
source remove old raft servers if they don't answer to pings for too long (#3398) 2022-08-23 23:18:21 -07:00
sub refactor(notification_kafka): parition -> partition (#3663) 2022-09-14 09:15:21 -07:00
replicator.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00