stlpmo-jn
|
c3fa50d3b3
|
remove the health chekcer, because it's the same as command_volume_fix_replication
|
6 years ago |
Chris Lu
|
2f76681d62
|
refactor: adjust grpc API name
|
6 years ago |
stlpmo-jn
|
c1a0403da2
|
repair the error replications of the volume
|
6 years ago |
Chris Lu
|
0bd7ced7c2
|
fix test
|
6 years ago |
Chris Lu
|
9cc73f4a9a
|
fix test
|
6 years ago |
Chris Lu
|
766396d249
|
weed master: atomic volume counting
possible fix for https://github.com/chrislusf/seaweedfs/issues/913
|
6 years ago |
Chris Lu
|
95e0520182
|
weed volume: add grpc operation to relicate a volume to local
|
6 years ago |
Chris Lu
|
aca653c08b
|
weed shell: list volumes
|
6 years ago |
Chris Lu
|
657dd2e6c9
|
add shell command to list all collections
|
6 years ago |
chenwanli
|
900aad4935
|
Fix https://github.com/chrislusf/seaweedfs/issues/864
|
6 years ago |
chenwanli
|
0bc3cdd26a
|
Fix https://github.com/chrislusf/seaweedfs/issues/825
|
6 years ago |
Chris Lu
|
e108688990
|
avoid grpc 5 seconds timeout
some operations may take longer than 5 seconds.
only keep the timeout for raft operations
|
6 years ago |
Chris Lu
|
77b9af531d
|
adding grpc mutual tls
|
6 years ago |
Chris Lu
|
98a03b38e5
|
avoid util package depends on security package
|
6 years ago |
Chris Lu
|
ad257ae179
|
simplify isLeader() logic
|
6 years ago |
Chris Lu
|
7103c1ab7e
|
go fmt
|
6 years ago |
Sergey
|
aa5ccff6d2
|
fixing of typos
|
6 years ago |
Chris Lu
|
7a493bbefa
|
better way to detect a master isLeader
|
6 years ago |
bingoohuang
|
ab6be025d7
|
go fmt and fix some typo
|
6 years ago |
bingoohuang
|
219838db87
|
fail fast when failed to write local volume
|
6 years ago |
Chris Lu
|
2d23d86fd3
|
no timeout for volume vacuum
revert changes on volume vacuum timemout from https://github.com/chrislusf/seaweedfs/pull/829
|
6 years ago |
chenwanli
|
0a3e83a36a
|
Set timeout for master and volume non-streaming rpc
|
6 years ago |
Chris Lu
|
d67f7ddfaf
|
adjust log
|
6 years ago |
Chris Lu
|
03cfb4267f
|
adjust vaccum logging
|
6 years ago |
Chris Lu
|
871dee4674
|
fix test
|
6 years ago |
Chris Lu
|
444dfded84
|
add fs.FSStatfser for SeaweedFS weed mount
|
6 years ago |
Chris Lu
|
d64546c791
|
adjust logs
|
6 years ago |
Chris Lu
|
4fcfc9410f
|
cleanup
|
6 years ago |
Chris Lu
|
9e98bba206
|
go fmt
|
6 years ago |
Chris Lu
|
82a5d39778
|
add back volume vacuum cleanup
|
6 years ago |
Chris Lu
|
201c24c110
|
add locking to volume layout vacuum
|
6 years ago |
Chris Lu
|
fda771c83f
|
migrate volume sync status to grpc API on volume server
|
6 years ago |
Chris Lu
|
b423bb9e2d
|
migrate assign volume to grpc API on volume server
|
6 years ago |
Chris Lu
|
b1daede91b
|
move volume vacuum to gRpc
|
6 years ago |
Chris Lu
|
e8d4be579d
|
send initial list of volume location
|
7 years ago |
Chris Lu
|
a12c7b86b0
|
broadcast messages of new and deleted volumes
|
7 years ago |
Chris Lu
|
2fd48df9d9
|
fix test
|
7 years ago |
Chris Lu
|
f7afa80250
|
also remove volumeLayout if collection is empty
|
7 years ago |
Chris Lu
|
0d83c1b91e
|
refactoring
|
7 years ago |
Chris Lu
|
018a9a20be
|
add test for volume registeration at master
|
7 years ago |
Chris Lu
|
cb19a7da99
|
add a note
|
7 years ago |
Chris Lu
|
afc1532b24
|
file rename
|
7 years ago |
Chris Lu
|
4433b4c006
|
treat 0 sized file as normal
fix https://github.com/chrislusf/seaweedfs/issues/409
|
7 years ago |
Chris Lu
|
8b0718ac92
|
go vet
|
7 years ago |
tengattack
|
371ad2e397
|
fix reserve volume on node
|
7 years ago |
Chris Lu
|
9026b3e86e
|
always remember the max volume id
|
7 years ago |
Chris Lu
|
58344980e4
|
preallocate disk space during compaction also, add cleanup for failed compaction
|
7 years ago |
Chris Lu
|
f7c22f0159
|
fix bug when collecting vacuum errors
|
7 years ago |
Chris Lu
|
3a8746ca54
|
better error message
|
7 years ago |
Xinran Xu
|
4a0939a4e4
|
Fix panic error when target collection is not exist.
Fix: interface conversion: interface {} is nil, not *topology.Collection.
|
8 years ago |