chrislu
b8490fe427
adjust volume count even when not applying the changes
3 years ago
chrislu
b9b684194f
remove max connection age
following https://github.com/grpc/grpc-go/issues/3170#issuecomment-552517779
3 years ago
divanikus
67e3fe996a
async volumeTierMove
3 years ago
chrislu
62d815d1ca
use limited in memory buffer instead of swap file
3 years ago
Konstantin Lebedev
5c9259fa3c
fix metrics master name
3 years ago
chrislu
7328962009
revert "POSIX: should not delete if a directory is not empty"
revert 0c75f15062
Reported:
Hi, about commit: 0c75f15062
POSIX: should not delete if a directory is not empty
It should still delete with a command like rm -rf "${path}"/ because it is a forced delete, but now it gets fail to delete non-empty folder: [...]
Can you enable the delete if it is forced?
3 years ago
Konstantin Lebedev
c9952759c4
metrics master is leader
3 years ago
Konstantin Lebedev
28efe31524
new master metrics
3 years ago
chrislu
3bba2124ef
use a sliding window of in-memory writable chunks
3 years ago
chrislu
520591e6ea
reset swap file chunk after uploading
3 years ago
chrislu
e185d90d24
2.87
3 years ago
chrislu
4a311c7f5e
dedup local metadata subscribers
fix https://github.com/chrislusf/seaweedfs/discussions/2542
3 years ago
chrislu
bb6854b972
adjust log
3 years ago
chrislu
2bdd737971
rename file
3 years ago
chrislu
643bbbeb49
rename
3 years ago
chrislu
18ed06b420
use memory when under 16 chunks
3 years ago
chrislu
8e80f3cd65
move upload pipeline locking to a different file
3 years ago
chrislu
dde34fa99d
rename
3 years ago
chrislu
a2aa542370
rename
3 years ago
chrislu
c376ccc5a5
swap file based random write large file upload
3 years ago
chrislu
b9ae16fbc5
fix memory allocation
3 years ago
chrislu
1ee828b768
refactor
do not expose internal offset
3 years ago
chrislu
02d0c12cdd
rename
3 years ago
chrislu
5dea5c0449
refactor
3 years ago
chrislu
8aa6bf0bb9
refactoring
3 years ago
chrislu
d97bd54e63
just refactoring
3 years ago
chrislu
482014f9da
rename file
3 years ago
chrislu
3b4a9addaf
rename
3 years ago
chrislu
4acfc098e9
re-order
3 years ago
chrislu
e71dcfb3a6
add logging for memory allocation
3 years ago
chrislu
9d0f58c329
skip printing fs configuration
3 years ago
chrislu
ce2049cdb6
refactoring, move genFn before saveFn
3 years ago
chrislu
e47f63d159
enforce bucket quota
3 years ago
chrislu
6e57d8d0de
s3: check bucket usage and adjust read only according to quota
3 years ago
chrislu
606667f205
able to configure the quota for a bucket
3 years ago
chrislu
b1063162b6
display bucket quota
3 years ago
chrislu
f103491912
s3: list bucket size from weed shell
3 years ago
chrislu
ea57654e34
refactoring
3 years ago
chrislu
b3e526ba95
url should be always using forward slash
3 years ago
Konstantin Lebedev
77c98b657e
master metricsHttpPort
3 years ago
chrislu
77362700e1
S3: fail fast when "X-Amz-Copy-Source" is a folder
fix #2593
3 years ago
chrislu
9b77f0054e
2.86
3 years ago
chrislu
9274557552
keep dirty pages based on temp file
3 years ago
guol-fnst
da9540e666
add gocql timeout setting
3 years ago
chrislu
c87b8f4c30
S3: fail fast when "X-Amz-Copy-Source" is a folder
fix https://github.com/chrislusf/seaweedfs/issues/2593
3 years ago
chrislu
b2acfd75e9
ensure entry view cache is invalidated
3 years ago
chrislu
f4ad63528a
wait for reading threads to complete before dropping sealed chunks
3 years ago
chrislu
0a3f95ca01
more logs
3 years ago
chrislu
b068bc291d
testing with always resetting entry view cache
3 years ago
chrislu
047446d5ca
remove extra async execution
3 years ago