1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-09 21:09:59 +02:00
seaweedfs/weed/storage
James Hartig 4c85da7844
Include meta in ReadAllNeedles (#3991)
This is useful for doing backups on the data so we can accurately store the
last modified time, the compression state, and verify the crc.

Previously we were doing VolumeNeedleStatus and then an HTTP request which
needlessly read from the dat file twice.
2022-11-20 20:19:41 -08:00
..
backend vacuum metrics and force sync dst files (#3832) 2022-10-13 00:51:20 -07:00
erasure_coding vacuum metrics and force sync dst files (#3832) 2022-10-13 00:51:20 -07:00
idx ADHOC: Volume fsck use a time cutoff param (#3626) 2022-09-10 15:29:17 -07:00
needle ADHOC: volume fsck using append at ns (#3906) 2022-10-24 22:09:38 -07:00
needle_map [volume.chek.disk] sync of deletions the fix (#3923) 2022-10-30 20:32:46 -07:00
super_block move proto package 2022-08-17 12:05:07 -07:00
types [volume.chek.disk] sync of deletions the fix (#3923) 2022-10-30 20:32:46 -07:00
volume_info avoid load volume file with BytesOffset mismatch (#3841) 2022-10-14 00:18:09 -07:00
disk_location.go Lazy loading (#3958) 2022-11-14 00:19:27 -08:00
disk_location_ec.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
idx_binary_search_test.go Lazy loading (#3958) 2022-11-14 00:19:27 -08:00
needle_map.go Lazy loading (#3958) 2022-11-14 00:19:27 -08:00
needle_map_leveldb.go Lazy loading (#3958) 2022-11-14 00:19:27 -08:00
needle_map_memory.go Lazy loading (#3958) 2022-11-14 00:19:27 -08:00
needle_map_metric.go optimiz commitig compact (#3388) 2022-08-23 23:53:35 -07:00
needle_map_metric_test.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
needle_map_sorted_file.go avoid data race of TraverseBfs (#3856) 2022-10-16 11:30:41 -07:00
store.go Lazy loading (#3958) 2022-11-14 00:19:27 -08:00
store_ec.go refactor(storage): readability improvements (#3703) 2022-09-16 02:43:17 -07:00
store_ec_delete.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
store_vacuum.go refactor(storage): readability improvements (#3703) 2022-09-16 02:43:17 -07:00
volume.go Lazy loading (#3958) 2022-11-14 00:19:27 -08:00
volume_backup.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
volume_backup_test.go
volume_checking.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
volume_info.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
volume_info_test.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
volume_loading.go Lazy loading (#3958) 2022-11-14 00:19:27 -08:00
volume_read.go ADHOC: volume fsck using append at ns (#3906) 2022-10-24 22:09:38 -07:00
volume_read_all.go Include meta in ReadAllNeedles (#3991) 2022-11-20 20:19:41 -08:00
volume_read_test.go Lazy loading (#3958) 2022-11-14 00:19:27 -08:00
volume_super_block.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
volume_tier.go avoid load volume file with BytesOffset mismatch (#3841) 2022-10-14 00:18:09 -07:00
volume_vacuum.go vacuum metrics and force sync dst files (#3832) 2022-10-13 00:51:20 -07:00
volume_vacuum_test.go Lazy loading (#3958) 2022-11-14 00:19:27 -08:00
volume_write.go fix merge 2022-10-23 18:26:22 -07:00
volume_write_test.go Lazy loading (#3958) 2022-11-14 00:19:27 -08:00