Chris Lu
|
43e3f5724c
|
use fixed list of masters in both filer and volume servers
|
7 years ago |
Chris Lu
|
5047bdb4a2
|
skip bytes cache
|
8 years ago |
霍晓栋
|
079fdbad13
|
fix volume_layout bug, add new feature for volume etag write,filer pass through query params'
|
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 |
Chris Lu
|
596f58507e
|
fix refactoring error
|
9 years ago |
chrislusf
|
0649d778a7
|
pooling []byte
reduce the number of requests to make([]byte)
|
9 years ago |
chrislusf
|
e921cb1a9d
|
format changes
|
9 years ago |
tnextday
|
82e6d67ccc
|
update
|
9 years ago |
tnextday
|
daac5de1ba
|
more check in `http_util.Delete`
add status code in `DeleteResult` struct
operation.DeleteFiles maybe unsafe, so `ChunkManifest.DeleteChunks` manually delete each chunks
|
9 years ago |
tnextday
|
a9a336fdff
|
delete file return needle size
|
9 years ago |
tnextday
|
34963de458
|
returen chunks file size when delete a chunkmanifest
|
9 years ago |
tnextday
|
662915e691
|
Delete all chunks when delete a ChunkManifest
LoadChunkManifest can uncompress buffer
move compress.go from storage to operation because of import cycle
MakeFile add cross complete command
|
9 years ago |
chrislusf
|
86cd40fba8
|
Add "weed backup" command.
This is a pre-cursor for asynchronous replication.
|
10 years ago |
Stuart P. Bentley
|
f0c2a2dcb3
|
Change all chrislusf/weed-fs links to point to chrislu/seaweedfs
|
10 years ago |
chrislusf
|
853701cb6b
|
Avoid wrong way to delete on replication failure
Avoid wrong way to delete on replication failure. This deletion has bug
to write. The better fix is not to use the deletion on failure at all.
|
10 years ago |
Chris Lu
|
a506e7953f
|
Separate read and write volume handlers.
|
10 years ago |