chrislu
95e9f0d838
refactor
17 hours ago
chrislu
c7195062a3
remove
17 hours ago
chrislu
bf0d82a915
move
17 hours 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)
.
3 days ago
Lisandro Pin
76a111f0a2
Fix calculation of node's free EC shard slots. ( #6584 )
3 days ago
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
5 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
6 days ago
chrislu
c24b7da159
use atomic int64
6 days ago
chrislu
5dfb7ffe3d
separate debug port
6 days ago
chrislu
8955209e3b
subscriber process messages
6 days ago
chrislu
80529468b2
handle possible nil stream
6 days ago
chrislu
0129a7bf9b
use sessionId
7 days ago
chrislu
2ebb9927ae
check cancelled request while waiting
7 days ago
chrislu
e600bf016d
fmt
7 days ago
chrislu
30e67abd31
send init message with session id
7 days ago
chrislu
b5a53314cb
can publish records via agent
7 days 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