Amir H. Yeganemehr
f0d3c874b6
Unix Socket listener for S3 server ( #4621 )
Add localSocket option to s3 server
2 years ago
Stewart Miles
dd71f54c6b
Fix -raftHashicorp and -raftBootstrap flag propagation. ( #4309 )
`weed server` was not correctly propagating
`-master.raftHashicorp` and `-master.raftBootstrap` flags when
starting the master server.
Related to #4307
2 years ago
lfhy
1976ca9160
add -disk to filer command ( #4247 )
* add -disk to filer command
* add diskType to filer.grpc
* use filer.disk when filerWebDavOptions.disk is empty
* add filer.disk to weed server command.
---------
Co-authored-by: 三千院羽 <3000y@MacBook-Pro.lan>
2 years ago
chrislu
469c959e6a
add missing options for webdav
2 years ago
Jiffs Maverick
4b0430e71d
[metrics] Add the ability to control bind ip ( #4012 )
2 years ago
Guo Lei
5b905fb2b7
Lazy loading ( #3958 )
* types packages is imported more than onece
* lazy-loading
* fix bugs
* fix bugs
* fix unit tests
* fix test error
* rename function
* unload ldb after initial startup
* Don't load ldb when starting volume server if ldbtimeout is set.
* remove uncessary unloadldb
* Update weed/command/server.go
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
* Update weed/command/volume.go
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Co-authored-by: guol-fnst <goul-fnst@fujitsu.com>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
2 years ago
chrislu
9a339a9cfb
default hasSlowRead to true
2 years ago
Konstantin Lebedev
7ae51d1ec6
fix set master options for single server ( #3708 )
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
2 years ago
chrislu
10d5b4b32b
volume server: rename readBufferSize to readBufferSizeMB
2 years ago
famosss
d949a238b8
volume: add "readBufSize" option to customize read optimization ( #3702 )
* simplify a bit
* feat: volume: add "readBufSize" option to customize read optimization
* refactor : redbufSIze -> readBufferSize
* simplify a bit
* simplify a bit
2 years ago
chrislu
cf90f76a35
mark "hasSlowRead" as experimental
2 years ago
chrislu
896a85d6e4
volume: add "hasSlowRead" option to customize read optimization
2 years ago
chrislu
9b084d4c88
purge tcp implementation
2 years ago
chrislu
67814a5c79
refactor and fix strings.Split
2 years ago
LHHDZ
84ec68e11a
Add download speed limit support ( #3408 )
2 years ago
Konstantin Lebedev
4d08393b7c
filer prefer volume server in same data center ( #3405 )
* initial prefer same data center
https://github.com/seaweedfs/seaweedfs/issues/3404
* GetDataCenter
* prefer same data center for ReplicationSource
* GetDataCenterId
* remove glog
2 years ago
chrislu
26dbc6c905
move to https://github.com/seaweedfs/seaweedfs
2 years ago
chrislu
74f60f246f
dynamically connect to a filer
2 years ago
chrislu
94b8c42b2c
clean up
2 years ago
chrislu
8d31e73ffd
mq broker adds data center and rack
3 years ago
chrislu
87ccef72db
cluster.ps can list brokers
3 years ago
chrislu
8ca7d1ef17
rename to SeaweedMQ
3 years ago
chrislu
11d79615c8
dynamically connect to a filer
2 years ago
chrislu
ef93869009
clean up
2 years ago
chrislu
0f5d7ed242
mq broker adds data center and rack
3 years ago
chrislu
857a42565e
cluster.ps can list brokers
3 years ago
chrislu
7df440e36f
rename to SeaweedMQ
3 years ago
yulai.li
358c0c0b37
Fix: provide filer.ui.deleteDir options for server command
3 years ago
liubaojiang
076e48a676
add inflight upload data wait timeout
3 years ago
chrislu
29198720f2
s3: add grpc server to accept configuration changes
3 years ago
chrislu
94635e9b5c
filer: add filer group
3 years ago
Konstantin Lebedev
b6a2b43efe
allowDeleteBucketNotEmpty
3 years ago
chrislu
21e0898631
refactor: change masters from a slice to a map
3 years ago
chrislu
3639cad69c
master, filer, s3: also listen to "localhost" in addition to specific ip address
related to https://github.com/chrislusf/seaweedfs/issues/1937
3 years ago
chrislu
3a6eb8ca5f
default bind to one ip address
fix https://github.com/chrislusf/seaweedfs/issues/1937
3 years ago
chrislu
da3d330616
s3 and filer transport using unix domain socket instead of tcp
3 years ago
Tuan Vuong
d2ec62656d
initialize master address in iam options
3 years ago
chrislu
4e181db21a
mount: default disable cache
* Prevent cases as https://github.com/seaweedfs/seaweedfs-csi-driver/issues/43
* Improve read write benchmarks
* Improve AI training performance. Most of the files are just read once.
3 years ago
garenchan
bd032eabe7
[UPDATE] Make heartbeat interval and election timeout of masters configurable.
3 years ago
chrislu
2bfeb5d1c8
add filer to iam option
3 years ago
chrislu
b17c426e99
weed server: optionally start IAM service
related to https://github.com/chrislusf/seaweedfs/issues/2560
3 years ago
chrislu
8907e6a40a
add more help messages
3 years ago
chrislu
85c526c583
s3: bind to a specific IP
fix https://github.com/chrislusf/seaweedfs/issues/2516
3 years ago
Konstantin Lebedev
10678cde81
audit log config
3 years ago
Chris Lu
c4e22b5a9a
filer: deprecate "-peers" option
3 years ago
Chris Lu
6a030547a2
server: remove peer check if not starting master
more fix https://github.com/chrislusf/seaweedfs/issues/2352
3 years ago
Chris Lu
62c2732fd1
add back logic to check master peers
fix https://github.com/chrislusf/seaweedfs/issues/2352
3 years ago
Chris Lu
4a1d4d7462
s3: default to allow empty folder for better performance
3 years ago
Chris Lu
52fe86df45
use default 10000 for grpc port
3 years ago
Chris Lu
e5fc35ed0c
change server address from string to a type
3 years ago