seaweedfs/go/storage
Chris Lu 81debd73d4 Issue 37: Replicate delete
Reported by hieu.hcmus, Today (24 minutes ago)


What steps will reproduce the problem?
1.Create 2 volumes server same rack, replication type = 001
2.Upload a file
3.Delete file

What is the expected output? What do you see instead?
Expected output: File is deleted in both volume server
But: file is only deleted in one volume server

What version of the product are you using? On what operating system?
0.36
Please provide any additional information below.

After remove NeedleValue from NeedleMap, the size = 0 and it causes the
error.

I uploaded the patch to fix this error
2013-07-28 22:49:17 -07:00
..
cdb_map.go Tamás Gulácsi contributed cdb map for read only extremely low memory 2013-05-05 11:19:41 -07:00
cdb_map_test.go Tamás Gulácsi contributed cdb map for read only extremely low memory 2013-05-05 11:19:41 -07:00
compact_map.go go vet 2013-02-10 09:44:44 -08:00
compact_map_perf_test.go add lots of error checking by GThomas 2013-02-26 22:54:22 -08:00
compact_map_test.go testing compilation with remove package 2013-02-10 03:49:51 -08:00
compress.go add lots of error checking by GThomas 2013-02-26 22:54:22 -08:00
crc.go testing compilation with remove package 2013-02-10 03:49:51 -08:00
file_id.go refactoring, same logic, but the store replication logic is moved to a 2013-04-16 00:10:21 -07:00
needle.go support gzip file upload, fix problem during replication of gzipped data 2013-07-15 11:04:43 -07:00
needle_map.go add dataCenter option when assign file keys 2013-06-19 18:10:38 -07:00
needle_read_write.go clean up log fmt usage. Move to log for important data changes, 2013-07-13 19:44:24 -07:00
replication_type.go testing compilation with remove package 2013-02-10 03:49:51 -08:00
store.go fix for issue #35 2013-07-19 20:38:00 -07:00
volume.go Issue 37: Replicate delete 2013-07-28 22:49:17 -07:00
volume_id.go testing compilation with remove package 2013-02-10 03:49:51 -08:00
volume_info.go merge changes from about dealing with read only volumes. 2013-04-14 19:30:26 -07:00
volume_version.go testing compilation with remove package 2013-02-10 03:49:51 -08:00