chrislu
82c97ddd52
remove unused
6 days ago
chrislu
db8f1e29ad
rename
6 days ago
chrislu
1b599c2e9f
skip io.EOF
6 days ago
chrislu
b977e0b3b2
minor
6 days ago
chrislu
160c66ef72
minor
6 days ago
chrislu
8f56ada47e
less logs
7 days ago
chrislu
c24b7da159
use atomic int64
7 days ago
chrislu
5dfb7ffe3d
separate debug port
7 days ago
chrislu
8955209e3b
subscriber process messages
7 days ago
chrislu
80529468b2
handle possible nil stream
7 days ago
chrislu
0129a7bf9b
use sessionId
1 week ago
chrislu
2ebb9927ae
check cancelled request while waiting
1 week ago
chrislu
e600bf016d
fmt
1 week ago
chrislu
30e67abd31
send init message with session id
1 week ago
chrislu
b5a53314cb
can publish records via agent
1 week ago
chrislu
b79bb302ba
grpc new client
1 week ago
Aleksey Kosov
ef4eda0761
added re-generating and writing the Volume UUID if it is empty ( #6568 )
1 week ago
chrislu
dd805e789d
pub messages
1 week ago
chrislu
cb54ff8ad4
add agent sub
1 week ago
chrislu
b424a5256d
refactor
1 week ago
chrislu
77e028c4d2
set agent address
1 week ago
chrislu
3269a4713d
rename
1 week ago
Changrui Chen
be74548cb5
fix: error info size bug in command_fs_merge_volumes.go ( #6567 )
1 week ago
chrislu
299e372b48
prevent reading wrong data
fix https://github.com/seaweedfs/seaweedfs/issues/6565
2 weeks ago
chrislu
60c9a7496d
Delete broker.go
2 weeks ago
Aleksey Kosov
41f5cc69b4
Cassandra loss dir ( #6559 )
removed initialization of the local err
Co-authored-by: akosov <a.kosov@kryptonite.ru>
2 weeks ago
chrislu
b78a897f14
freebsd has fs.Bavail as int64
fix freebsd building https://github.com/seaweedfs/seaweedfs/actions/runs/13380531394/job/37368195169
2 weeks ago
chrislu
7d7e06681d
3.85
2 weeks ago
zouyixiong
7392161894
fix: The free disk size and percentage are quite different from the output of df -h. ( #6550 )
* fix: record and delete bucket metrics after inactive
* feat: match available disk size with system cmd `dh -h`
* feat: move temp test to unmaintained/
---------
Co-authored-by: XYZ <XYZ>
2 weeks ago
Numblgw
c2b8942769
stop retry when all nodes have tried it ( #6551 )
Co-authored-by: liguowei <liguowei@xinye.com>
2 weeks ago
Karol Będkowski
441614b386
fix: s3 command ignore -tlsVerifyClientCert and -cacert.file arguments ( #6547 )
s3 command ignore tlsVerifyClientCert and cacert.file arguments from
command line. On startS3Server instead of use real values (in s3opt),
default values (from s3Options, always empty) are checked.
Now on right values are checked and if user provide this arguments
RequireAndVerifyClientCert is set and/or ca certificate is loaded.
3 weeks ago
Tom Crasset
9604db2c93
implement s3 streaming-unsigned-payload-trailer ( #6539 )
* implement s3 streaming-unsigned-payload-trailer
* chore: remove print
3 weeks ago
Lisandro Pin
392656d59e
`ec.encode`: Explictly mount EC shards after volume conversion. ( #6528 )
This guarantees EC shards are immediately available after encoding,
even if not affected by subsequent re-balancing.
3 weeks ago
Tom Crasset
9ca2b0b763
omit http and https ports when using X-Forwarded-Port ( #6527 )
4 weeks ago
Tom Crasset
a7b964af96
add s3 signature tests and prepare implementation of STREAMING-UNSIGNED-PAYLOAD-TRAILER ( #6525 )
* add tests for s3 signature
* add test for newSignV4ChunkedReader.Read()
* add glog import
4 weeks ago
Lisandro Pin
e8d8bfcccc
Nit: remove missing newlines on `weed shell` commands output. ( #6524 )
Nit: remove missing newlines on `weed` commands output.
4 weeks ago
zouyixiong
8eab76c5db
fix: record and delete bucket metrics after inactive ( #6523 )
Co-authored-by: XYZ <XYZ>
4 weeks ago
Ethan Mosbaugh
9ebc132ffc
fix: bucket-hook fails with gnu wget ( #6521 )
4 weeks ago
Lisandro Pin
29c2d9b965
Remove warning on EC balancing if no replica placement settings are found. ( #6516 )
Effectively undoes c9399a68; with ff8bd862
, a replica placement type `000`
will no longer break shards re-balancing.
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
4 weeks ago
Tom Crasset
a250699225
use X-Forwarded-Host and X-Forwarded-Port to determine correct host for AWS signature ( #6514 )
4 weeks ago
Lisandro Pin
68f547bdf2
Nit: fix missing newline on EC balancing warnings regarding replica settings ( #6509 )
Nit: fix missing newline on EC balancing warnings regarding replica settings.
See 79136812
.
4 weeks ago
chrislu
95d8f4415a
3.84
4 weeks ago
chrislu
7fd42f5d06
Revert "Add content length to filer's requests ( #6489 )"
This reverts commit 9f42ce3f01
.
4 weeks ago
chrislu
5c3d7e6ae6
3.83
1 month ago
chrislu
42efade0dc
adjust fix
fix https://github.com/seaweedfs/seaweedfs/issues/6497
1 month ago
chrislu
a75271dd43
ensure correct auto bucket creation
fix https://github.com/seaweedfs/seaweedfs/issues/6497
1 month ago
Lisandro Pin
fc4df944a0
Remove rate limit semaphore on master's leader selection logic. ( #6494 )
This was introduced by 054374c7
(2024-03-12) and serves no practical purpose,
yet it caps the maximum QPS master servers can handle.
1 month ago
Lisandro Pin
331c1f0f3f
Improve EC shards balancing logic regarding replica placement settings. ( #6491 )
The replica placement type specifies numebr of _replicas_ on the same/different rack;
that means we can have one EC shard copy on each, even if the replica setting is zero.
This PR reworks replica placement parsing for EC rebalancing, so we check allow
(replica placement + 1) when selecting racks and nodes to balance EC shards into.
1 month ago
Tom Crasset
551baa44b2
verify if bucket exists in GetBucketLocationHandler ( #6485 )
1 month ago
Hadi Zamani
9f42ce3f01
Add content length to filer's requests ( #6489 )
1 month ago