promalert
9012069bd7
chore: execute goimports to format the code ( #7983 )
* chore: execute goimports to format the code
Signed-off-by: promalert <promalert@outlook.com>
* goimports -w .
---------
Signed-off-by: promalert <promalert@outlook.com>
Co-authored-by: Chris Lu <chris.lu@gmail.com>
1 week ago
chrislu
26dbc6c905
move to https://github.com/seaweedfs/seaweedfs
4 years ago
chrislu
9f9ef1340c
use streaming mode for long poll grpc calls
streaming mode would create separate grpc connections for each call.
this is to ensure the long poll connections are properly closed.
4 years ago
Chris Lu
e5fc35ed0c
change server address from string to a type
4 years ago
Chris Lu
892e726eb9
avoid reusing context object
fix https://github.com/chrislusf/seaweedfs/issues/1182
6 years ago
Chris Lu
72a64a5cf8
use the same context object in order to retry
6 years ago
j.laycock
6fc6322c90
Change joeslay paths to chrislusf paths
6 years ago
j.laycock
595a1beff0
Swap imports to use joeslay
6 years ago
Chris Lu
19728fe3f6
remove deprecated code
7 years ago
Chris Lu
95e0520182
weed volume: add grpc operation to relicate a volume to local
7 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
7 years ago
Chris Lu
77b9af531d
adding grpc mutual tls
7 years ago
chenwanli
0a3e83a36a
Set timeout for master and volume non-streaming rpc
7 years ago
Chris Lu
5333f2984a
streaming updates for large entries or large index file
fix https://github.com/chrislusf/seaweedfs/issues/801
7 years ago
Chris Lu
eec951cad2
migrate volume sync to gRpc
7 years ago
Chris Lu
fda771c83f
migrate volume sync status to grpc API on volume server
7 years ago
Chris Lu
7e2031b18f
go fmt
8 years ago
Chris Lu
d4d7ced922
refactoring: add type for needle id, offset
later the type size can possibly be adjusted
8 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.
10 years ago
chrislusf
b39c384d6d
Revert "Merge pull request #284 from thinxer/binary"
This reverts commit 3523ad5239 , reversing
changes made to 5d100994b1 .
10 years ago
Jianfei Wang
18254d9aae
replace util/bytes.go with binary.BigEndian
10 years ago
chrislusf
5d100994b1
Revert "Merge pull request #281 from thinxer/binary"
This reverts commit a87fe8ffce , reversing
changes made to 6876bfa685 .
10 years ago
Jianfei Wang
7bc10d46e3
replace util/bytes.go with binary.BigEndian
10 years ago
chrislusf
86cd40fba8
Add "weed backup" command.
This is a pre-cursor for asynchronous replication.
11 years ago