Chris Lu
c33f423955
stop early if compaction fails
fix https://github.com/chrislusf/seaweedfs/issues/1015
6 years ago
Chris Lu
c2960c7a86
defaulting file ttl to volume ttl
fix https://github.com/chrislusf/seaweedfs/issues/992
6 years ago
Chris Lu
440111a349
volume: support http status 304 for the same file id
6 years ago
Chris Lu
0302b9496c
volume: also check cookie for possible duplicates
6 years ago
Chris Lu
ac2727853f
fix needle map entry size
6 years ago
Chris Lu
e5506152c0
refactoring
6 years ago
Chris Lu
b09e8dbb37
add VolumeStreamFollow, but not used yet
6 years ago
Chris Lu
f567777d64
volume: fix needle checking for deleted needles
6 years ago
Chris Lu
000ee725fc
refactor Offset into a struct of bytes
6 years ago
Chris Lu
df95ce0b6c
weed backup: efficient delta backup
fix https://github.com/chrislusf/seaweedfs/issues/399
6 years ago
bingoohuang
6ddfaf33cb
extract VolumeFileScanner for ScanVolumeFile
6 years ago
bingoohuang
27093bc2e5
fix needle Append return offset to avoid uint32 overflow
6 years ago
Chris Lu
badd8fdf8f
shortcut for empty file
6 years ago
Chris Lu
6b5d6bb5a6
adjust error names
6 years ago
Chris Lu
9383c91eb1
wait to read again if the volume is compacting
6 years ago
Chris Lu
1478d7ea21
reduce file seek when writing
6 years ago
Chris Lu
f64dc7465b
remove index file
fix https://github.com/chrislusf/seaweedfs/issues/793
6 years ago
Chris Lu
86dd933596
go fmt
6 years ago
Chris Lu
2697d6a4fb
fix deleting bucket
6 years ago
Chris Lu
f9dbaf6292
delete file by name instead of referencing the dataFile pointer
6 years ago
alex8224
8d3f9c0b75
fix invalid point when delete collection
6 years ago
Chris Lu
f050b22d6c
close file in ScanVolumeFile()
fix https://github.com/chrislusf/seaweedfs/issues/761
6 years ago
Chris Lu
ac793a3c5a
clean remove all left over files when deleting a collection
6 years ago
Chris Lu
ea8ecf35f4
set needle AppendAtNs value during writes
7 years ago
Chris Lu
4f317c7e3d
working version3
7 years ago
Chris Lu
3edfe1d28f
extend export command to show tombstone + change output format to CSV
merging https://github.com/chrislusf/seaweedfs/pull/610 and add "-limit" option
7 years ago
Chris Lu
d4d7ced922
refactoring: add type for needle id, offset
later the type size can possibly be adjusted
7 years ago
Chris Lu
9ba335a7c4
prepare for flexible super block
7 years ago
Chris Lu
5047bdb4a2
skip bytes cache
8 years ago
brstgt
4fb5bb09b6
Remove obsolete property Volume.dataFileSize
8 years ago
brstgt
18b3afc97a
Log volumeId if dataFileSize != actual data file size - improve log types
8 years ago
brstgt
0c898df430
Log volumeId if dataFileSize != actual data file size
8 years ago
Chris Lu
13e7069eb9
keep track of total data file size
8 years ago
Chris Lu
d981eb282f
refactor volume_read_write.go out of volume.go
9 years ago
Chris Lu
576573711a
refactoring
9 years ago
Chris Lu
3d8df0f709
refactor volume_loading.go out of volume.go
9 years ago
Chris Lu
582d5d526c
refactoring
9 years ago
Chris Lu
3713119ab9
adjust verification logic.
1. log file name for easier debugging
2. remove unused version in readIndexEntryAtOffset()
3. if indexSize==0, the dataFile usually still has a super block of
size 8. So skipping this case.
9 years ago
霍晓栋
16f6984d02
refactor data integrity checking code v2
9 years ago
霍晓栋
dda13def2a
refactor data integrity checking code
9 years ago
霍晓栋
2e74fb60c8
add data integrity checking
9 years ago
Chris Lu
5ce6bbf076
directory structure change to work with glide
glide has its own requirements. My previous workaround caused me some
code checkin errors. Need to fix this.
9 years ago
Chris Lu
f8b03c45ef
properly release memory
fix https://github.com/chrislusf/seaweedfs/issues/301
9 years ago
chrislusf
0649d778a7
pooling []byte
reduce the number of requests to make([]byte)
9 years ago
chrislusf
320e946d50
fix ttl change detection
https://github.com/chrislusf/seaweedfs/issues/166
10 years ago
chrislusf
430f371a97
fix wrong logic
10 years ago
chrislusf
2c595d2d16
skip isFileUnchanged checking since ttl always change
skip checking since ttl always change. Fixing
https://github.com/chrislusf/seaweedfs/issues/166
10 years ago
chrislusf
86cd40fba8
Add "weed backup" command.
This is a pre-cursor for asynchronous replication.
10 years ago
chrislusf
8f88d382a5
Rename variables
10 years ago
chrislusf
b8314fb054
Textual changes.
10 years ago