Chris Lu
|
a32797518b
|
weed master: redirect to leader for default admin UI
fix https://github.com/chrislusf/seaweedfs/issues/898
|
6 years ago |
Chris Lu
|
a3490b600c
|
weed filer, weed master: add option to disable http
|
6 years ago |
Chris Lu
|
531add52c2
|
weed master: skip proxied file read in http read only mode
|
6 years ago |
Chris Lu
|
cece860bfd
|
add context to all filer APIs
|
6 years ago |
Chris Lu
|
2812c14520
|
master: add option to disable http operations
|
6 years ago |
Chris Lu
|
77b9af531d
|
adding grpc mutual tls
|
6 years ago |
Chris Lu
|
215cd27b37
|
add authorizing fileId write access
need to secure upload/update/delete for benchmark/filer/mount
need to add secure grpc
|
6 years ago |
Chris Lu
|
4ff4a147b2
|
cleanup security.Secret
|
6 years ago |
Chris Lu
|
744abc2690
|
log raft state changes
|
6 years ago |
Chris Lu
|
b1daede91b
|
move volume vacuum to gRpc
|
6 years ago |
Chris Lu
|
ff66269b62
|
use grpc to replace http APIs for batch volume id lookup and batch delete
1. remove batch volume id lookup http API /vol/lookup
2. remove batch delete http API /delete
|
6 years ago |
Chris Lu
|
4af6b4eb0e
|
fix master static resource display problem
|
6 years ago |
Chris Lu
|
d3205a0070
|
go fmt
|
6 years ago |
Chris Lu
|
a12c7b86b0
|
broadcast messages of new and deleted volumes
|
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
|
cb6b1d8d41
|
fix broken master health checking
|
7 years ago |
Chris Lu
|
58344980e4
|
preallocate disk space during compaction also, add cleanup for failed compaction
|
7 years ago |
Chris Lu
|
41f686ab9d
|
remove weeds.conf
|
8 years ago |
Chris Lu
|
e46c3415f7
|
gRpc for master~volume heartbeat
|
8 years ago |
Chris Lu
|
ed44f12f6d
|
support Fallocate on linux
|
8 years ago |
Mike Tolman
|
ce99bb927d
|
Revert "Adding HTTP verb whitelisting options."
This reverts commit 34837afc7a .
|
9 years ago |
Mike Tolman
|
34837afc7a
|
Adding HTTP verb whitelisting options.
|
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.
|
9 years ago |
chrislusf
|
020dd480ed
|
fix
|
9 years ago |
chrislusf
|
70d050416b
|
fix
set HTTP_X_FORWARDED_FOR when proxying
https://github.com/chrislusf/seaweedfs/issues/214
|
9 years ago |
chrislusf
|
30242409f4
|
allowing proxy to leader for volume id lookup then redirect to volume server
Fix https://github.com/chrislusf/seaweedfs/issues/154
|
10 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 |
chrislusf
|
78bc7b393f
|
tweaking ui
|
10 years ago |
chrislusf
|
b75ca9890d
|
Add Initial Seaweed File System UI
|
10 years ago |
Chris Lu
|
f7998f8652
|
merge conflicts
|
10 years ago |
Chris Lu
|
5b5d6341e5
|
Set http status after modifying response headers.
|
10 years ago |
Chris Lu
|
a3e4145e8a
|
refactoring for later security changes
|
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
|
625f880b15
|
Adjust "weed server" parameters.
|
11 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
|
cbc5a76e80
|
Added batch file deleting.
|
11 years ago |
Chris Lu
|
460923f094
|
use fileId as the official name for the file identifier
|
11 years ago |
Chris Lu
|
f20ef922fd
|
1. add batched volume lookup handler
2. working-in-progress batch delete
|
11 years ago |
Chris Lu
|
f7f582ec86
|
1. refactoring, merge "replication" logic into "topology" package
2. when growing volumes, additional preferred "rack" and "dataNode"
paraemters are also provided. Previously only "dataCenter" paraemter is
provided.
|
11 years ago |
Chris Lu
|
008aee0dc1
|
Add retrying logic to wait for other peers during cluster bootstrapping.
|
11 years ago |
Chris Lu
|
39b774a131
|
1. adding statistics reporting
2. refactor version to util package
|
11 years ago |
Chris Lu
|
f8b1d48f82
|
deal with empty learder() cases
|
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
|
054374c765
|
in progress, trying to make benchmark working better to reuse http
connections.
|
11 years ago |
Chris Lu
|
cd10c277b2
|
can now delete a collection! Is this a dangerous feature? Only enabling
deleting "benchmark" collections for now.
|
11 years ago |