Chris Lu
|
ddec7b2bb9
|
go fmt
|
2020-07-14 07:34:16 -07:00 |
|
Chris Lu
|
393ab07c7c
|
disable pulse seconds
there are a few other hard coded timing settings, which will cause disconnected volume servers.
|
2020-06-04 10:52:01 -07:00 |
|
Chris Lu
|
d4235afe4d
|
support multiple locks
|
2020-05-25 18:39:53 -07:00 |
|
bingoohuang
|
ecdeef8c66
|
simplify func(w http.ResponseWriter, r *http.Request) to http.HandlerFunc
|
2020-05-25 21:00:12 +08:00 |
|
Chris Lu
|
662b5d0cf7
|
support semicolon seperated command lines
|
2020-04-23 14:01:46 -07:00 |
|
Chris Lu
|
73564e6a01
|
master: add cluster wide lock/unlock operation in weed shell
fix https://github.com/chrislusf/seaweedfs/issues/1286
|
2020-04-23 13:37:31 -07:00 |
|
Chris Lu
|
77873b832b
|
add master side code for cluster wise exclusive lock
|
2020-04-23 01:55:44 -07:00 |
|
Chris Lu
|
076c8bd3bc
|
filer master start up with default ip address instead of just localhost
|
2020-04-18 15:17:27 -07:00 |
|
Chris Lu
|
5361f999ed
|
shell: only one shell is allowed to connect to the cluster
fix https://github.com/chrislusf/seaweedfs/issues/1266
|
2020-04-12 17:48:39 -07:00 |
|
Chris Lu
|
f6a7e79dc3
|
weed shell: simplify CLI option for filer
|
2020-04-08 23:57:15 -07:00 |
|
James Hartig
|
eae3f27c80
|
Added treat_replication_as_minimums master toml option
|
2020-04-01 19:08:48 -04:00 |
|
Chris Lu
|
6a8484b4ae
|
master able to list all master clients by type
|
2020-03-01 22:13:47 -08:00 |
|
Chris Lu
|
892e726eb9
|
avoid reusing context object
fix https://github.com/chrislusf/seaweedfs/issues/1182
|
2020-02-25 21:50:12 -08:00 |
|
Chris Lu
|
f55f49970f
|
move volume server stats to grpc
|
2020-02-21 21:45:03 -08:00 |
|
Chris Lu
|
d335f04de6
|
support env variables to overwrite toml file
|
2020-01-29 09:09:55 -08:00 |
|
Chris Lu
|
de0c983808
|
refactoring scaffolding for master.toml
|
2019-11-14 22:20:38 -08:00 |
|
Lei Liu
|
46755ea1e1
|
fix master maintenance logic
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
|
2019-11-12 14:46:10 +08:00 |
|
stlpmo
|
62d393d6c9
|
ut pass
|
2019-11-11 10:52:21 +08:00 |
|
stlpmo
|
802a0eb3fe
|
move from cmd-line to scaffold
|
2019-11-11 09:15:17 +08:00 |
|
stlpmo
|
1c8bed3810
|
delete the var etcdClient and comments
refactor the code
add sequencer cmd-line
delete nerver used codes
|
2019-11-05 15:45:25 +08:00 |
|
Lei Liu
|
c2884cace2
|
misc updated
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
|
2019-10-29 21:28:28 +08:00 |
|
Chris Lu
|
8afd8d35b3
|
master: followers can also lookup and redirect
improve scalability
|
2019-07-28 03:58:13 -07:00 |
|
Chris Lu
|
f16375621f
|
big refactoring
|
2019-06-23 03:08:27 -07:00 |
|
Chris Lu
|
d8ed73926d
|
volume servers get metrics address and interval from the master
|
2019-06-17 14:51:47 -07:00 |
|
Chris Lu
|
e66bddd84c
|
customizable sleep intervals
|
2019-06-06 00:39:08 -07:00 |
|
Chris Lu
|
50aa769554
|
jwt for read access control
|
2019-06-06 00:29:02 -07:00 |
|
Chris Lu
|
7f6fb9ffd0
|
every 17 minutes instead of seconds
TODO: make this configurable
|
2019-06-05 13:32:08 -07:00 |
|
Chris Lu
|
ede876cfdb
|
periodic scripts exeuction from leader master
|
2019-06-05 01:30:24 -07:00 |
|
Chris Lu
|
25941e0500
|
master: add jwt expires_after_seconds
|
2019-05-04 08:42:25 -07:00 |
|
Chris Lu
|
a32797518b
|
weed master: redirect to leader for default admin UI
fix https://github.com/chrislusf/seaweedfs/issues/898
|
2019-03-25 09:20:05 -07:00 |
|
Chris Lu
|
a3490b600c
|
weed filer, weed master: add option to disable http
|
2019-03-21 16:00:46 -07:00 |
|
Chris Lu
|
531add52c2
|
weed master: skip proxied file read in http read only mode
|
2019-03-21 09:49:04 -07:00 |
|
Chris Lu
|
cece860bfd
|
add context to all filer APIs
|
2019-03-15 15:55:34 -07:00 |
|
Chris Lu
|
2812c14520
|
master: add option to disable http operations
|
2019-03-02 05:10:05 -08:00 |
|
Chris Lu
|
77b9af531d
|
adding grpc mutual tls
|
2019-02-18 12:11:52 -08:00 |
|
Chris Lu
|
215cd27b37
|
add authorizing fileId write access
need to secure upload/update/delete for benchmark/filer/mount
need to add secure grpc
|
2019-02-14 00:08:20 -08:00 |
|
Chris Lu
|
4ff4a147b2
|
cleanup security.Secret
|
2019-02-09 21:56:32 -08:00 |
|
Chris Lu
|
744abc2690
|
log raft state changes
|
2019-02-09 12:51:14 -08:00 |
|
Chris Lu
|
b1daede91b
|
move volume vacuum to gRpc
|
2018-10-14 23:12:43 -07:00 |
|
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
|
2018-10-14 00:12:28 -07:00 |
|
Chris Lu
|
4af6b4eb0e
|
fix master static resource display problem
|
2018-10-12 00:05:15 -07:00 |
|
Chris Lu
|
d3205a0070
|
go fmt
|
2018-07-28 21:02:56 -07:00 |
|
Chris Lu
|
a12c7b86b0
|
broadcast messages of new and deleted volumes
|
2018-07-27 23:09:55 -07:00 |
|
Chris Lu
|
03f50180f3
|
simplifying the leader election by raft
fixing https://github.com/chrislusf/seaweedfs/issues/629
|
2018-06-12 01:54:09 -07:00 |
|
Chris Lu
|
cb6b1d8d41
|
fix broken master health checking
|
2018-05-07 00:37:33 -07:00 |
|
Chris Lu
|
58344980e4
|
preallocate disk space during compaction also, add cleanup for failed compaction
|
2017-08-29 23:59:53 -07:00 |
|
Chris Lu
|
41f686ab9d
|
remove weeds.conf
|
2017-02-12 21:58:44 -08:00 |
|
Chris Lu
|
e46c3415f7
|
gRpc for master~volume heartbeat
|
2017-01-10 01:01:12 -08:00 |
|
Chris Lu
|
ed44f12f6d
|
support Fallocate on linux
|
2017-01-08 11:01:46 -08:00 |
|
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.
|
2016-06-02 18:09:14 -07:00 |
|