chrislu
9d8b975ff9
sync pb
2025-03-25 16:01:52 -07:00
chrislu
138b66231a
fix help message
2025-03-25 09:30:56 -07:00
Karol Będkowski and GitHub
95746f48e6
feat/fix: add s3.cacert.file/tlsVerifyClientCert to filer command ( #6659 )
...
This prevent crash filler with nil pointer dereference as s3 expect this
parameters.
New two parameters are added to filer command - copy of s3 parameters:
- s3.cacert.file - path to the TLS CA certificate file
- s3.tlsVerifyClientCert - whether to verify the client's certificate
2025-03-24 10:14:31 -07:00
Tom Crasset and GitHub
be2b389b81
add more logging for s3 signature ( #6652 )
2025-03-21 07:37:15 -07:00
43c3e80970
added a check for the nil value when requesting FindEntry. ( #6651 )
...
Co-authored-by: akosov <a.kosov@kryptonite.ru >
2025-03-21 00:40:28 -07:00
zuzuviewer and GitHub
db759a1ad1
Fix s3 auth failed with X-Forwarded-Host and X-Forwarded-Port ( #6650 )
2025-03-20 20:47:07 -07:00
jang1lee and GitHub
4ad669b2aa
Fixes files with TTL can not be read in a mounted folder ( #6646 )
2025-03-19 23:11:41 -07:00
chrislu
f99a818ad2
deal with handle not found when flushing
...
fix https://github.com/seaweedfs/seaweedfs/issues/6645#issuecomment-2737400492
2025-03-19 21:02:26 -07:00
chrislu
94bd8b39cf
refactor
2025-03-19 21:01:47 -07:00
chrislu
cb33ee006e
skip headers when signing a request
...
fix https://github.com/seaweedfs/seaweedfs/issues/6576#issuecomment-2724577279
2025-03-18 08:35:53 -07:00
SmoothDenis and GitHub
e60aa71890
fix: restore deletion audit of individual objects ( #6644 )
2025-03-18 05:01:54 -07:00
chrislu
7244a3d047
set exit status
2025-03-17 23:13:27 -07:00
Weihao Jiang and GitHub
75ef324533
Allow standalone webdav server to bind specific address ( #6403 )
...
* Allow standalone webdav to bind specific address
* Rename bindIp to ipBind
* Bind embedded webdav IP to its parent
2025-03-17 23:01:26 -07:00
chrislu
c45b8bd6ac
add more help message
...
fix https://github.com/seaweedfs/seaweedfs/issues/6625
2025-03-13 09:11:16 -07:00
jang1lee and GitHub
f7f6e1158e
Fixes files with TTL are not listed in a mounted folder. ( #6621 )
2025-03-12 06:07:41 -07:00
Chris Lu and GitHub
02773a6107
Accumulated changes for message queue ( #6600 )
...
* rename
* set agent address
* refactor
* add agent sub
* pub messages
* grpc new client
* can publish records via agent
* send init message with session id
* fmt
* check cancelled request while waiting
* use sessionId
* handle possible nil stream
* subscriber process messages
* separate debug port
* use atomic int64
* less logs
* minor
* skip io.EOF
* rename
* remove unused
* use saved offsets
* do not reuse session, since always session id is new after restart
remove last active ts from SessionEntry
* simplify printing
* purge unused
* just proxy the subscription, skipping the session step
* adjust offset types
* subscribe offset type and possible value
* start after the known tsns
* avoid wrongly set startPosition
* move
* remove
* refactor
* typo
* fix
* fix changed path
2025-03-09 23:49:42 -07:00
hoverseu and GitHub
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 )
2025-03-09 20:38:26 -07:00
NinaLua and GitHub
271505717e
chore: make function comment match function name ( #6607 )
2025-03-07 00:45:47 -08:00
61249d8dde
clear cache directory when mount exits ( #6605 )
...
Signed-off-by: lizhengui <lizhengui@virtaitech.com >
Co-authored-by: lizhengui <lizhengui@virtaitech.com >
2025-03-06 08:14:17 -08:00
tiaoxizhan and GitHub
533b675ec8
fix: fix the wrong error return value ( #6603 )
2025-03-06 06:36:33 -08:00
chrislu
2259662c7b
adjust logs
2025-03-04 08:14:31 -08:00
Lisandro Pin and GitHub
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
https://github.com/seaweedfs/seaweedfs/blob/ec30a504bae6cad75f859964e14c60d39cc43709/weed/shell/command_ec_encode.go#L99 .
2025-02-28 11:42:19 -08:00
Lisandro Pin and GitHub
76a111f0a2
Fix calculation of node's free EC shard slots. ( #6584 )
2025-02-28 07:35:28 -08:00
chrislu
314f211260
Update filer.toml
2025-02-26 17:52:45 -08:00
chrislu
9bd4c47299
update redis support status
2025-02-26 17:48:44 -08:00
chrislu
4613186e8a
not planning to redis3
2025-02-26 17:35:31 -08:00
chrislu
476aabb04b
Update README.txt
2025-02-26 17:33:11 -08:00
Chris Lu and GitHub
df436d342b
add cassandra2 ( #6582 )
2025-02-26 17:29:22 -08:00
chrislu
b977e0b3b2
minor
2025-02-25 19:54:40 -08:00
Aleksey Kosov and GitHub
ef4eda0761
added re-generating and writing the Volume UUID if it is empty ( #6568 )
2025-02-24 07:58:43 -08:00
Changrui Chen and GitHub
be74548cb5
fix: error info size bug in command_fs_merge_volumes.go ( #6567 )
2025-02-23 06:36:47 -08:00
chrislu
299e372b48
prevent reading wrong data
...
fix https://github.com/seaweedfs/seaweedfs/issues/6565
2025-02-21 00:57:26 -08:00
chrislu
60c9a7496d
Delete broker.go
2025-02-18 21:26:04 -08:00
41f5cc69b4
Cassandra loss dir ( #6559 )
...
removed initialization of the local err
Co-authored-by: akosov <a.kosov@kryptonite.ru >
2025-02-17 23:49:16 -08:00
chrislu
b78a897f14
freebsd has fs.Bavail as int64
...
fix freebsd building https://github.com/seaweedfs/seaweedfs/actions/runs/13380531394/job/37368195169
2025-02-17 20:19:52 -08:00
chrislu
7d7e06681d
3.85
2025-02-17 16:04:33 -08:00
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>
2025-02-17 15:49:11 -08:00
c2b8942769
stop retry when all nodes have tried it ( #6551 )
...
Co-authored-by: liguowei <liguowei@xinye.com >
2025-02-17 15:46:31 -08:00
Karol Będkowski and GitHub
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.
2025-02-13 13:27:38 -08:00
Tom Crasset and GitHub
9604db2c93
implement s3 streaming-unsigned-payload-trailer ( #6539 )
...
* implement s3 streaming-unsigned-payload-trailer
* chore: remove print
2025-02-12 12:29:13 -08:00
Lisandro Pin and GitHub
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.
2025-02-10 09:49:58 -08:00
Tom Crasset and GitHub
9ca2b0b763
omit http and https ports when using X-Forwarded-Port ( #6527 )
2025-02-07 10:55:09 -08:00
Tom Crasset and GitHub
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
2025-02-07 10:54:31 -08:00
Lisandro Pin and GitHub
e8d8bfcccc
Nit: remove missing newlines on weed shell commands output. ( #6524 )
...
Nit: remove missing newlines on `weed` commands output.
2025-02-07 10:27:04 -08:00
8eab76c5db
fix: record and delete bucket metrics after inactive ( #6523 )
...
Co-authored-by: XYZ <XYZ>
2025-02-07 10:26:39 -08:00
Ethan Mosbaugh and GitHub
9ebc132ffc
fix: bucket-hook fails with gnu wget ( #6521 )
2025-02-06 23:11:17 -08:00
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 >
2025-02-06 09:19:28 -08:00
Tom Crasset and GitHub
a250699225
use X-Forwarded-Host and X-Forwarded-Port to determine correct host for AWS signature ( #6514 )
2025-02-06 07:54:50 -08:00
Lisandro Pin and GitHub
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 .
2025-02-04 10:59:25 -08:00
chrislu
95d8f4415a
3.84
2025-02-03 09:25:42 -08:00