435 Commits (1d918d6d19095199d6404fe83cba94cc00d456b3)

Author SHA1 Message Date
Chris Lu 5996656141 volume: close request body if any parsing error 6 years ago
Chris Lu 3e8a3a8fec fix race detector found problems 6 years ago
Chris Lu 0e33272f56 small refactoring 6 years ago
stlpmo-jn c1a0403da2 repair the error replications of the volume 6 years ago
Chris Lu 3555628ad5 weed volume: fix bug, remove boltdb, btree 6 years ago
Chris Lu 8a5ce16e96 weed volume: remove boltdb, btree options, add options for leveldb medium, large 6 years ago
Chris Lu 9924fa3b1a weed volume: disable block cache on leveldb 6 years ago
Chris Lu 784c5bb73a add build option support 5-byte offset 6 years ago
Chris Lu 7a4b234ea1 divide offset into higher and lower sections 6 years ago
Chris Lu 000ee725fc refactor Offset into a struct of bytes 6 years ago
Chris Lu 94302935b2 weed volume: only store compressed data if compression is effective 6 years ago
Chris Lu 7a14cdc90c refactoring, go fmt 6 years ago
Chris Lu 19728fe3f6 remove deprecated code 6 years ago
Chris Lu df95ce0b6c weed backup: efficient delta backup 6 years ago
Chris Lu 70815e9124 WIP 6 years ago
Chris Lu 95e0520182 weed volume: add grpc operation to relicate a volume to local 6 years ago
Chris Lu cea5c53bf7 fix length checking 6 years ago
Chris Lu da871896c3 weed filer: set grpc port to port + 10000 6 years ago
Chris Lu 916b809c08 add error checking 6 years ago
Chris Lu ece9d13312 volume info collect compact revision number 6 years ago
Chris Lu 44647a46c0 needle scanner read appendAtNs 6 years ago
Chris Lu 8b26d15740 refactoring: simplify function parameter 6 years ago
Chris Lu 2fcc88116e go fmt 6 years ago
Chris Lu aca653c08b weed shell: list volumes 6 years ago
Chris Lu 95ef4513c8 print out memory size 6 years ago
Chris Lu 346541a101 print out per entry memory usage 6 years ago
chenwanli fd27ed7755 Fix https://github.com/chrislusf/seaweedfs/issues/861 6 years ago
Chris Lu 77b9af531d adding grpc mutual tls 6 years ago
Chris Lu 09471b46f9 fix related tests 6 years ago
Chris Lu 5668ed798d memory needle map mark size to be TombstoneFileSize 6 years ago
bingoohuang cf0fc797ac use tempFile.Truncate to reset file size to speedup test 6 years ago
bingoohuang ab6be025d7 go fmt and fix some typo 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 d5ebfd5b0c fix s3cmd put 6 years ago
Chris Lu 1478d7ea21 reduce file seek when writing 6 years ago
Chris Lu 0c932d1738 add volume delete grpc API 6 years ago
Chris Lu c043fd17cb detect more gzippable content 6 years ago
Chris Lu 852ee21835 avoid .gz auto decompression 6 years ago
Chris Lu be946c9e54 filer store original data size instead of data size after gzip 6 years ago
Chris Lu 141d302492 fix binarySearchCompactSection 6 years ago
Chris Lu 5333f2984a streaming updates for large entries or large index file 6 years ago
Chris Lu 36d13355bb compact map fix bug when iterating 6 years ago
Chris Lu f64dc7465b remove index file 6 years ago
Chris Lu 42cb9b76c4 reduce needle map memory usage by 25% 6 years ago
Chris Lu 168f461761 fix MaxUint8 6 years ago
Chris Lu 8f78a069c6 fix possible name overflow when len(name)>255 6 years ago