Chris Lu
|
19728fe3f6
|
remove deprecated code
|
6 years ago |
Chris Lu
|
95e0520182
|
weed volume: add grpc operation to relicate a volume to local
|
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 |
chenwanli
|
0a3e83a36a
|
Set timeout for master and volume non-streaming rpc
|
6 years ago |
Chris Lu
|
5333f2984a
|
streaming updates for large entries or large index file
fix https://github.com/chrislusf/seaweedfs/issues/801
|
6 years ago |
Chris Lu
|
eec951cad2
|
migrate volume sync to gRpc
|
6 years ago |
Chris Lu
|
fda771c83f
|
migrate volume sync status to grpc API on volume server
|
6 years ago |
Chris Lu
|
7e2031b18f
|
go fmt
|
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
|
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 |
chrislusf
|
b39c384d6d
|
Revert "Merge pull request #284 from thinxer/binary"
This reverts commit 3523ad5239 , reversing
changes made to 5d100994b1 .
|
9 years ago |
Jianfei Wang
|
18254d9aae
|
replace util/bytes.go with binary.BigEndian
|
9 years ago |
chrislusf
|
5d100994b1
|
Revert "Merge pull request #281 from thinxer/binary"
This reverts commit a87fe8ffce , reversing
changes made to 6876bfa685 .
|
9 years ago |
Jianfei Wang
|
7bc10d46e3
|
replace util/bytes.go with binary.BigEndian
|
9 years ago |
chrislusf
|
86cd40fba8
|
Add "weed backup" command.
This is a pre-cursor for asynchronous replication.
|
10 years ago |