tnextday
43861ca66c
remote needle read add checksum
10 years ago
tnextday
3f1bad535a
goimports
10 years ago
tnextday
93c0044fa5
fix bug
10 years ago
tnextday
e3559281b1
volume server read remote needle when target volume dosn't esixts in local store.
10 years ago
tnextday
a9adfdf8a3
return 404 if lookup location list is empty.
10 years ago
tnextday
37cacb06d0
fix some data race problem detect by go race
10 years ago
tnextday
bee8fdb088
`ChunkFileReader` will read chunk needle from local volume first
10 years ago
tnextday
98a97d610d
random pick node in growth volume
return random host in redirect
change verison to 0.73 beta
10 years ago
chrislusf
62074c7653
adjust reading ip address
adjust reading ip address
10 years ago
chrislusf
4c8367a8b3
add redis password
fix https://github.com/chrislusf/seaweedfs/issues/263
10 years ago
tnextday
71b6f72f97
pretty size in status ui
10 years ago
tnextday
45dca3748d
add collection param in lookup operation
10 years ago
tnextday
a98f359122
Fix chunk manifest replicate upload error
Escape the redirect url in volume read handler
10 years ago
tnextday
9177a7c95e
escape the redirect url in volume read handler
10 years ago
Xiaodong Huo
61b1d73f5a
Update filer_server_handlers.go
filer service PUT method update file while POST method create file
10 years ago
tnextday
3b18a2a13f
ipv6 support
10 years ago
tnextday
7841ade30b
fix bug
10 years ago
霍晓栋
7cf64ae07a
dereplicate filer post request & support filer get request with raw fileId
10 years ago
tnextday
6a4aa3ec36
volume growth: remove main node filter with exists node
10 years ago
tnextday
a4cb8c659c
*: test and fix bug
10 years ago
tnextday
b39fedd3cc
master: disable auto check replicate and add a manual api `/vol/check_replicate`
10 years ago
tnextday
8b32d23304
master: check volume ReplicatePlacement and auto replicate the lost
10 years ago
Xiaodong Huo
166cc0d48a
collection name could be specified in url
uploading file with filer service could specify the collection name in get/post field, if no collection specified, the default collection setting against the filer service will be used
10 years ago
tnextday
69831c40fe
util: http Post auto make url
util: add RemoteApiCall
*: add store task client
store task: auto clean task when finish
10 years ago
Mohanson
3c9ef6245e
fix bug : master cann't redirect urlquery string
There is a bug that master can not redirect urlquery to slave volumn.
so i fix it, and it run good now.
10 years ago
tnextday
7b2e53461f
Add `CollectionSetttings` util
10 years ago
tnextday
f9ddb6598c
Store: add a task manager to handler some volume task, such as replication, vacuum, balancing data. master can query task status using http long polling
Store: save NeedleMapKind value in Store
VolumeServer: add store task manager interface
Volume: rename `CleanReader` to `PureReader`
Makefile: format code before build
joinmessage: add `GolobalSetting` in join response
*: simplify code use `gofmt -s`
10 years ago
tnextday
83c8bd4e8b
Replica pacement now set by global or collection settting, we can change it anytime, then the cluster will automate replica the volume(developing).
10 years ago
tnextday
c12e45f9b2
format code
10 years ago
tnextday
0260a9c030
Update volume layout when volume option have changed
10 years ago
tnextday
f85acd7dea
Volume server add `/admin/setting` interface, support set volume replication and readonly
10 years ago
tnextday
1c4b0fd9a0
lookup support query `Head` and `readonly` location
10 years ago
chrislusf
7ae7029154
adjust usage text to fit the display
10 years ago
chrislusf
e921cb1a9d
format changes
10 years ago
tnextday
031d26527f
update
10 years ago
tnextday
521be17a9e
verbose log
10 years ago
tnextday
f925374db6
Move write response content into a function
10 years ago
tnextday
90d410d627
verbose log
10 years ago
tnextday
b177afc326
`weed download` command use stream download the large file.
10 years ago
tnextday
3e304e51e9
master server can reset the replicate replacement
10 years ago
tnextday
30746b7ec6
set_replica allow set all or by collection
10 years ago
tnextday
3bfb2d09cb
Volume server add "/admin/set_replica" handle to update volume replica placement setting
10 years ago
tnextday
39c97f8955
update
10 years ago
tnextday
8454b05319
fix ScanDirtyData bug
10 years ago
tnextday
9d03f763dc
Volume server add `/admin/sync/vol_data` handler to serve cleaned volume date
10 years ago
tnextday
82e6d67ccc
update
10 years ago
tnextday
4fda5f8bfd
update
10 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
10 years ago
tnextday
a9a336fdff
delete file return needle size
10 years ago
tnextday
34963de458
returen chunks file size when delete a chunkmanifest
10 years ago