chrislu
|
2ea18cdcc8
|
remove dead code
|
2 years ago |
chrislu
|
f2f0482dd3
|
mount: random read also try to use the local cache first
|
2 years ago |
chrislu
|
9f20d3ebd1
|
add dc and rack
|
3 years ago |
石昌林
|
2b5b37231b
|
Make sure that onChangeEvent is called successfully before updating lastTsNs
|
3 years ago |
石昌林
|
e17e6ed542
|
Avoid synchronizing from scratch due to err
|
3 years ago |
yulai.li
|
824cbe32be
|
Make tikv filer enable/disable by build tags
|
3 years ago |
geekboood
|
fdacd94af5
|
fix: invalid chunk data when failed to read manifests
|
3 years ago |
石昌林
|
78b3728169
|
add s3 circuit breaker support for 'simultaneous request count' and 'simultaneous request bytes' limitations
configure s3 circuit breaker by 'command_s3_circuitbreaker.go':
usage eg:
# Configure the number of simultaneous global (current s3api node) requests
s3.circuit.breaker -global -type count -actions Write -values 1000 -apply
# Configure the number of simultaneous requests for bucket x read and write
s3.circuit.breaker -buckets -type count -actions Read,Write -values 1000 -apply
# Configure the total bytes of simultaneous requests for bucket write
s3.circuit.breaker -buckets -type bytes -actions Write -values 100MiB -apply
# Disable circuit breaker config of bucket 'x'
s3.circuit.breaker -buckets x -enable false -apply
# Delete circuit breaker config of bucket 'x'
s3.circuit.breaker -buckets x -delete -apply
|
3 years ago |
chrislu
|
ebd6097e6f
|
fix: sequence read rate is slow when use filer.ChunkReadAt.ReadAt #3074
related to https://github.com/chrislusf/seaweedfs/pull/3074
|
3 years ago |
chrislu
|
4fd5f96598
|
filer: remove replication, collection, disk_type info from entry metadata
these metadata can change and are not used
|
3 years ago |
creeew
|
02ae102731
|
fix filer.sync missing source srv uploaded files to target when target down
|
3 years ago |
chrislu
|
6adc42147f
|
fresh filer store bootstrap from the oldest peer
|
3 years ago |
chrislu
|
c59068d0f3
|
refactor
|
3 years ago |
chrislu
|
682382648e
|
collect cluster node start time
|
3 years ago |
chrislu
|
aece35a64f
|
stop when on disk log is done
|
3 years ago |
chrislu
|
a2b101a737
|
subscribe metadata between a range
|
3 years ago |
chrislu
|
9219664505
|
reset sync offset if peer filer resets
fix https://github.com/chrislusf/seaweedfs/issues/3089
|
3 years ago |
Kaiwalya Joshi
|
4598581741
|
fix: Minor spelling fixes on FilerStorePathTranslator.
|
3 years ago |
chrislu
|
a5cdcc7e63
|
fix reading files larger than 20GB due to manifest resolving bug
|
3 years ago |
chrislu
|
59cc3c0bfd
|
fix reading files larger than 20GB due to manifest resolving bug
this is introduced since Mar 08 2022
|
3 years ago |
Konstantin Lebedev
|
d12a423aa0
|
refactor
add some tests
https://github.com/chrislusf/seaweedfs/pull/2996
|
3 years ago |
Konstantin Lebedev
|
f523aed3c9
|
fixes from comments
https://github.com/chrislusf/seaweedfs/pull/2996
|
3 years ago |
chrislu
|
76da688176
|
adjust log level
|
3 years ago |
chrislu
|
a85720f0f6
|
remove deprecated function
|
3 years ago |
chrislu
|
791c29ae93
|
remove deprecated function
WithQueryCachePolicyKeepInCache is deprecated and already default behavior
|
3 years ago |
chrislu
|
10207a48a4
|
how to setup local test env
|
3 years ago |
chrislu
|
db33b03735
|
add comments
|
3 years ago |
chrislu
|
e350ba8896
|
larger test range
|
3 years ago |
chrislu
|
71e0bcc5d5
|
a bit optimization
|
3 years ago |
chrislu
|
d5fe5d12b7
|
filer: etcd fix pagination
fix https://github.com/chrislusf/seaweedfs/issues/3016
|
3 years ago |
Konstantin Lebedev
|
e6d2cb5911
|
ydb add empty doc file
|
3 years ago |
Konstantin Lebedev
|
f58adaab25
|
build tag ydb since the growth of the binary is 5 mb
|
3 years ago |
Konstantin Lebedev
|
f127b326bf
|
add options to scaffold
|
3 years ago |
Konstantin Lebedev
|
7b544576af
|
refactor
|
3 years ago |
Konstantin Lebedev
|
04d5dff6bb
|
add support native ttl
|
3 years ago |
Konstantin Lebedev
|
cb3c7a3cdb
|
enable query cache policy instead of prepare
|
3 years ago |
Konstantin Lebedev
|
8342f651f3
|
fix scanNamed
|
3 years ago |
Konstantin Lebedev
|
7640e650e5
|
fix queries
|
3 years ago |
Konstantin Lebedev
|
319d300d48
|
fix createDB
|
3 years ago |
Konstantin Lebedev
|
0dc44dda63
|
ydb do Tx or DB
|
3 years ago |
Konstantin Lebedev
|
a3e48831f3
|
ydb BucketAware interface
|
3 years ago |
chrislu
|
94635e9b5c
|
filer: add filer group
|
3 years ago |
Konstantin Lebedev
|
50c4f62ed4
|
ydb-go-sdk move to v3
|
3 years ago |
Konstantin Lebedev
|
21033ff4c3
|
refactor use const CountEntryChunksForGzip
|
3 years ago |
Konstantin Lebedev
|
ec0ed41e37
|
ydb kv interface
|
3 years ago |
Konstantin Lebedev
|
6a052f6ff2
|
ydb Sql interface
|
3 years ago |
Konstantin Lebedev
|
275c3bb19c
|
ydb initial
https://github.com/chrislusf/seaweedfs/issues/2942
|
3 years ago |
chrislu
|
4aa39ef33f
|
conditionally compile sqlite
|
3 years ago |
chrislu
|
3885374edf
|
conditionally build elastic, gocdk to reduce binary size
|
3 years ago |
chrislu
|
cb1e7aa27d
|
fix build
|
3 years ago |