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 month ago
Konstantin Lebedev
2c076ebd96
avoid logging nil error ( #4659 )
Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co>
3 years ago
Konstantin Lebedev
5ee04d20fa
Healthz check for deadlocks ( #4558 )
3 years ago
Patrick Schmidt
1a4a36d510
Add healthy indicator for raft status
4 years ago
chrislu
26dbc6c905
move to https://github.com/seaweedfs/seaweedfs
4 years ago
Konstantin Lebedev
622297f1a7
add stats raft handler
4 years ago
Chris Lu
e5fc35ed0c
change server address from string to a type
4 years ago
Устюжанин Антон Александрович
702b1cb876
fix: remove deleted peers if resumeState = true
5 years ago
Chris Lu
4773497d2c
add back "/cluster/status"
fix https://github.com/chrislusf/seaweedfs/issues/870
7 years ago
Chris Lu
07af52cb6f
raft change from http to grpc
master grpc port is fixed to http port + 10000
7 years ago
Chris Lu
7e2031b18f
go fmt
8 years ago
Chris Lu
03f50180f3
simplifying the leader election by raft
fixing https://github.com/chrislusf/seaweedfs/issues/629
8 years ago
Chris Lu
72e89b615b
301 is reported as 404 for http post
fix https://github.com/chrislusf/seaweedfs/issues/512
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.
10 years ago
chrislusf
49b1ba5bbf
break away from code.google.com
11 years ago
Stuart P. Bentley
f0c2a2dcb3
Change all chrislusf/weed-fs links to point to chrislu/seaweedfs
11 years ago
Chris Lu
5b5d6341e5
Set http status after modifying response headers.
11 years ago
Brian McQueen
d56c748fa8
switch it back to chris's repo
11 years ago
Brian McQueen
c0dfdf4392
switch to my forked repo
11 years ago
Chris Lu
179d36ba0e
formatting code by: goimports -w=true .
11 years ago
wyy
4126280d55
use github.com/chrislusf instead of github.com/aszxqw
12 years ago
wyy
1cd19447e3
use github.com/aszxqw instead of code.google.com/p
12 years ago
Chris Lu
51939efeac
1. volume server now sends master server its max file key, so that
master server does not need to store the sequence on disk any more
2. fix raft server's failure to init cluster during bootstrapping
12 years ago
Chris Lu
7ad6cd35e8
Use type ClusterStatusResult for writing and reading results
12 years ago
Chris Lu
008aee0dc1
Add retrying logic to wait for other peers during cluster bootstrapping.
12 years ago
Chris Lu
41143b3b78
toughen weedfs clustering, adding synchronizing max volume id among
peers in order to avoid the same volume id being assigned twice
1. moving raft.Server to topology
2. adding max volume id command for raft
12 years ago
Chris Lu
d6fbd741fd
a stable working clustering master node implementation
12 years ago
Chris Lu
af4b9c3aee
go fmt
12 years ago
Chris Lu
6887e55f6a
minor adjustment for weed master nodes clustering
12 years ago
Chris Lu
da9abc2a93
a start for distributed master support, not working yet
12 years ago