Chris Lu
|
0fa1be8c4b
|
adjust formatting and comments
|
6 years ago |
Chris Lu
|
72c2e6bb8f
|
remove unused file
|
6 years ago |
Chris Lu
|
07af52cb6f
|
raft change from http to grpc
master grpc port is fixed to http port + 10000
|
6 years ago |
Chris Lu
|
448645203a
|
remove unused variables
|
6 years ago |
Chris Lu
|
d37c3ab7a5
|
adjust error message
|
6 years ago |
Chris Lu
|
2442d56671
|
adjust package name
|
6 years ago |
Chris Lu
|
a1c7dc3806
|
avoid changing attributes for mount directory
|
6 years ago |
Chris Lu
|
77b9af531d
|
adding grpc mutual tls
|
6 years ago |
Chris Lu
|
55761ae806
|
skip nil options
|
6 years ago |
Chris Lu
|
98a03b38e5
|
avoid util package depends on security package
|
6 years ago |
Chris Lu
|
ad257ae179
|
simplify isLeader() logic
|
6 years ago |
Chris Lu
|
2ec6a679c2
|
avoid "fchmod failed" during cp
|
6 years ago |
Chris Lu
|
157c0f7c01
|
add jwt for writes
|
6 years ago |
Chris Lu
|
7103c1ab7e
|
go fmt
|
6 years ago |
Chris Lu
|
74fb237727
|
benchmark can work in secure mode
|
6 years ago |
Chris Lu
|
a3b0e39b06
|
weed mount deletion always goes to weed filer
|
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
|
501bd72b1c
|
wip: add security.toml file
|
6 years ago |
Chris Lu
|
8afc632484
|
raft: use the first master to bootstrap the election
|
6 years ago |
Chris Lu
|
744abc2690
|
log raft state changes
|
6 years ago |
Sergey
|
aa5ccff6d2
|
fixing of typos
|
6 years ago |
Chris Lu
|
1334507595
|
Revert "randomize based on self address"
This reverts commit 6230eb28a6 .
|
6 years ago |
Chris Lu
|
6230eb28a6
|
randomize based on self address
fix #851
|
6 years ago |
Chris Lu
|
221105eea3
|
Revert "use the first entry to bootstrap master cluster"
This reverts commit 40c8725ffa .
|
6 years ago |
Chris Lu
|
7a493bbefa
|
better way to detect a master isLeader
|
6 years ago |
Chris Lu
|
40c8725ffa
|
use the first entry to bootstrap master cluster
fix https://github.com/chrislusf/seaweedfs/issues/851
|
6 years ago |
Chris Lu
|
adcfe66034
|
1.24
|
6 years ago |
Chris Lu
|
834f414af9
|
add a timeout
|
6 years ago |
Chris Lu
|
09471b46f9
|
fix related tests
|
6 years ago |
Chris Lu
|
5668ed798d
|
memory needle map mark size to be TombstoneFileSize
fix https://github.com/chrislusf/seaweedfs/issues/850
|
6 years ago |
Chris Lu
|
e70f740deb
|
set file attributes
fix https://github.com/chrislusf/seaweedfs/issues/847
|
6 years ago |
bingoohuang
|
cf0fc797ac
|
use tempFile.Truncate to reset file size to speedup test
|
6 years ago |
Chris Lu
|
3f56b12ed4
|
raft: adding idle connection time out
another attempt to fix https://github.com/chrislusf/seaweedfs/issues/825
|
6 years ago |
chenwanli
|
f47f8be912
|
Fix block-waiting for leader when there are no volumes
|
6 years ago |
Chris Lu
|
8ec57e18c7
|
1.23
|
6 years ago |
Chris Lu
|
a6bffc58f9
|
go fmt
|
6 years ago |
Chris Lu
|
67e2ea72be
|
master add separate grpc port
due to https://github.com/soheilhy/cmux/issues/64
fix https://github.com/chrislusf/seaweedfs/issues/820
fix https://github.com/chrislusf/seaweedfs/issues/840
fix https://github.com/chrislusf/seaweedfs/issues/841
|
6 years ago |
Chris Lu
|
dfae0f4e9d
|
1.22
|
6 years ago |
Chris Lu
|
e84dcb0bfe
|
fix timeout issue, but can not reproduce with local built binaries
fix https://github.com/chrislusf/seaweedfs/issues/841
|
6 years ago |
Chris Lu
|
1d103e3ed5
|
timeout http connections
possible fix for https://github.com/chrislusf/seaweedfs/issues/825
|
6 years ago |
Chris Lu
|
b881e11a16
|
1.21
|
6 years ago |
bingoohuang
|
ab6be025d7
|
go fmt and fix some typo
|
6 years ago |
bingoohuang
|
6ddfaf33cb
|
extract VolumeFileScanner for ScanVolumeFile
|
6 years ago |
bingoohuang
|
27093bc2e5
|
fix needle Append return offset to avoid uint32 overflow
|
6 years ago |
bingoohuang
|
219838db87
|
fail fast when failed to write local volume
|
6 years ago |
chenwanli
|
b71d6f4b88
|
Fix https://github.com/chrislusf/seaweedfs/issues/830
|
6 years ago |
chenwanli
|
80cf99db1b
|
Set rpc dial timeout to 5s
|
6 years ago |
Chris Lu
|
2d23d86fd3
|
no timeout for volume vacuum
revert changes on volume vacuum timemout from https://github.com/chrislusf/seaweedfs/pull/829
|
6 years ago |
chenwanli
|
39c7455881
|
Set http timeout to 5s
|
6 years ago |