hoverseu
14cb8a24c6
[filer] UploadRequestToChunks: terminate the upload of remaining chunks as early as possible might be more reasonable when one chunk upload goroutine encounters a failure. ( #6610 )
17 hours ago
NinaLua
271505717e
chore: make function comment match function name ( #6607 )
3 days ago
lizhengui007
61249d8dde
clear cache directory when mount exits ( #6605 )
Signed-off-by: lizhengui <lizhengui@virtaitech.com>
Co-authored-by: lizhengui <lizhengui@virtaitech.com>
4 days ago
tiaoxizhan
533b675ec8
fix: fix the wrong error return value ( #6603 )
4 days ago
chrislu
2259662c7b
adjust logs
6 days ago
Lisandro Pin
c07596691c
`ec.encode`: Fix resolution of target collections. ( #6585 )
* Don't ignore empty (`""`) collection names when computing collections for a given volume ID.
* `ec.encode`: Fix resolution of target collections.
When no `volumeId` parameter is provided, compute volumes
based on the provided collection name, even if it's empty (`""`).
This restores behavior to before recent EC rebalancing rework. See also
ec30a504ba/weed/shell/command_ec_encode.go (L99)
.
1 week ago
Lisandro Pin
76a111f0a2
Fix calculation of node's free EC shard slots. ( #6584 )
1 week ago
chrislu
314f211260
Update filer.toml
2 weeks ago
chrislu
9bd4c47299
update redis support status
2 weeks ago
chrislu
4613186e8a
not planning to redis3
2 weeks ago
chrislu
476aabb04b
Update README.txt
2 weeks ago
Chris Lu
df436d342b
add cassandra2 ( #6582 )
2 weeks ago
chrislu
b977e0b3b2
minor
2 weeks ago
Aleksey Kosov
ef4eda0761
added re-generating and writing the Volume UUID if it is empty ( #6568 )
2 weeks ago
Changrui Chen
be74548cb5
fix: error info size bug in command_fs_merge_volumes.go ( #6567 )
2 weeks ago
chrislu
299e372b48
prevent reading wrong data
fix https://github.com/seaweedfs/seaweedfs/issues/6565
2 weeks ago
chrislu
60c9a7496d
Delete broker.go
3 weeks ago
Aleksey Kosov
41f5cc69b4
Cassandra loss dir ( #6559 )
removed initialization of the local err
Co-authored-by: akosov <a.kosov@kryptonite.ru>
3 weeks ago
chrislu
b78a897f14
freebsd has fs.Bavail as int64
fix freebsd building https://github.com/seaweedfs/seaweedfs/actions/runs/13380531394/job/37368195169
3 weeks ago
chrislu
7d7e06681d
3.85
3 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>
3 weeks ago
Numblgw
c2b8942769
stop retry when all nodes have tried it ( #6551 )
Co-authored-by: liguowei <liguowei@xinye.com>
3 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.
4 weeks ago
Tom Crasset
9604db2c93
implement s3 streaming-unsigned-payload-trailer ( #6539 )
* implement s3 streaming-unsigned-payload-trailer
* chore: remove print
4 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.
4 weeks ago
Tom Crasset
9ca2b0b763
omit http and https ports when using X-Forwarded-Port ( #6527 )
1 month 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
1 month ago
Lisandro Pin
e8d8bfcccc
Nit: remove missing newlines on `weed shell` commands output. ( #6524 )
Nit: remove missing newlines on `weed` commands output.
1 month ago
zouyixiong
8eab76c5db
fix: record and delete bucket metrics after inactive ( #6523 )
Co-authored-by: XYZ <XYZ>
1 month ago
Ethan Mosbaugh
9ebc132ffc
fix: bucket-hook fails with gnu wget ( #6521 )
1 month 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>
1 month ago
Tom Crasset
a250699225
use X-Forwarded-Host and X-Forwarded-Port to determine correct host for AWS signature ( #6514 )
1 month 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
.
1 month ago
chrislu
95d8f4415a
3.84
1 month ago
chrislu
7fd42f5d06
Revert "Add content length to filer's requests ( #6489 )"
This reverts commit 9f42ce3f01
.
1 month 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
Lisandro Pin
250fbbb3db
`ec.balance`: Allow EC balancing without collections. ( #6488 )
1 month ago
Lisandro Pin
7913681297
`ec.encode`: Display a warning on EC balancing if no replica placement settings are found. ( #6487 )
1 month ago
chrislu
33ba88df9c
fix from ensure() before actual deletion, within the b2 client library
fix https://github.com/seaweedfs/seaweedfs/issues/6483
1 month ago
Tom Crasset
7c3a0ed874
return error on invalid action in PutUserPolicy ( #6482 )
1 month ago
Hadi Zamani
a2330f624b
Add metrics for uploaded and deleted s3 objects ( #6475 )
1 month ago
chrislu
be15fee8e7
show error if backend is mis-configured
related to https://github.com/seaweedfs/seaweedfs/discussions/6472
2 months ago
MaratKarimov
4fe1248aa8
filer store YDB: fix upsert with TTL ( #6469 )
2 months ago
ludwigxia
5452405a81
cloud tier: support for Alibaba Cloud OSS ( #6466 )
2 months ago