Chris Lu
|
7e2031b18f
|
go fmt
|
7 years ago |
Chris Lu
|
03f50180f3
|
simplifying the leader election by raft
fixing https://github.com/chrislusf/seaweedfs/issues/629
|
7 years ago |
Chris Lu
|
72e89b615b
|
301 is reported as 404 for http post
fix https://github.com/chrislusf/seaweedfs/issues/512
|
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.
|
9 years ago |
chrislusf
|
49b1ba5bbf
|
break away from code.google.com
|
10 years ago |
Stuart P. Bentley
|
f0c2a2dcb3
|
Change all chrislusf/weed-fs links to point to chrislu/seaweedfs
|
10 years ago |
Chris Lu
|
5b5d6341e5
|
Set http status after modifying response headers.
|
10 years ago |
Brian McQueen
|
d56c748fa8
|
switch it back to chris's repo
|
10 years ago |
Brian McQueen
|
c0dfdf4392
|
switch to my forked repo
|
10 years ago |
Chris Lu
|
179d36ba0e
|
formatting code by: goimports -w=true .
|
10 years ago |
wyy
|
4126280d55
|
use github.com/chrislusf instead of github.com/aszxqw
|
10 years ago |
wyy
|
1cd19447e3
|
use github.com/aszxqw instead of code.google.com/p
|
10 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
|
11 years ago |
Chris Lu
|
7ad6cd35e8
|
Use type ClusterStatusResult for writing and reading results
|
11 years ago |
Chris Lu
|
008aee0dc1
|
Add retrying logic to wait for other peers during cluster bootstrapping.
|
11 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
|
11 years ago |
Chris Lu
|
d6fbd741fd
|
a stable working clustering master node implementation
|
11 years ago |
Chris Lu
|
af4b9c3aee
|
go fmt
|
11 years ago |
Chris Lu
|
6887e55f6a
|
minor adjustment for weed master nodes clustering
|
11 years ago |
Chris Lu
|
da9abc2a93
|
a start for distributed master support, not working yet
|
11 years ago |