chrislu
d027f970e3
avoid wrongly set startPosition
5 days ago
chrislu
59bf216726
start after the known tsns
5 days ago
chrislu
6bc7d88ce2
subscribe offset type and possible value
5 days ago
chrislu
0d7c632c49
adjust offset types
5 days ago
chrislu
314f211260
Update filer.toml
5 days ago
chrislu
9bd4c47299
update redis support status
5 days ago
chrislu
4613186e8a
not planning to redis3
5 days ago
chrislu
476aabb04b
Update README.txt
5 days ago
Chris Lu
df436d342b
add cassandra2 ( #6582 )
5 days ago
chrislu
feee34dd2c
just proxy the subscription, skipping the session step
6 days ago
chrislu
d3c0edc9ba
purge unused
6 days ago
chrislu
3ec6f7a3f0
simplify printing
6 days ago
chrislu
b8eb6f79b1
do not reuse session, since always session id is new after restart
remove last active ts from SessionEntry
6 days ago
chrislu
ecf85b58ac
use saved offsets
6 days ago
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
7 days ago
chrislu
2ebb9927ae
check cancelled request while waiting
7 days 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