chrislu
ab975f6a6d
fix test compilation
2 years ago
chrislu
6d8bd1eedc
small optimization
2 years ago
chrislu
86b9aa3173
more efficient readResolvedChunks with linked list
2 years ago
chrislu
3daaefec60
add debug mode to compare data read and write
2 years ago
chrislu
a8a9589f80
comment out code that maybe used later
2 years ago
chrislu
8b915a93ce
use mem chunk only, swap file chunk has problems
2 years ago
chrislu
363de28057
add entry lock on file handle release
2 years ago
chrislu
bfc3c11fdc
remove useless logic
2 years ago
chrislu
7398b046ce
track write and read by timestamp
2 years ago
chrislu
7298129dd0
less logs
2 years ago
chrislu
886e7509bf
less logs
2 years ago
chrislu
4f4fc36944
revert slat clearing
2 years ago
chrislu
01231941af
remove verbose logs
2 years ago
chrislu
41226b54d8
lock on fh.entryViewCache
2 years ago
chrislu
7f1d49a123
move oldest chunk to sealed, instead of by fullness
2 years ago
chrislu
b9539bc628
fix test compilation
2 years ago
chrislu
b7d30812fc
fix slab clearing error
2 years ago
chrislu
d68b59ab4c
compare chunks by timestamp
2 years ago
Konstantin Lebedev
569bc7b54d
fs.verify needles status of file ( #4060 )
* fs.verify needles status of file
* fix parse args
* refactor logging
* set modifyTimeAgoAtSec
2 years ago
chrislu
77b7c9f7cc
lock and unlock chunks for read
2 years ago
chrislu
d1797deccb
remove duplicated logic of removing from writableChunks
2 years ago
chrislu
6ede19e825
add a simple file replication progress bar
2 years ago
chrislu
f7beba8515
unlock before submitting the uploading jobs
2 years ago
chrislu
28d479e5c0
mount: adjust locking for upload pipeline
2 years ago
chrislu
6c7fe40305
filer sink retries reading file chunks, skipping missing chunks
if the file chunk is not available during replication time, the file is skipped
2 years ago
chrislu
3fc3e7083c
metadata skip reading un-available logs
this means the volumes for metadata histories have been lost.
2 years ago
lfhy
038bab3726
add -filer.path to webdav command ( #4061 )
2 years ago
chrislu
8a40fa8993
more detailed logs
2 years ago
LHHDZ
f84c13dabd
fix response not allowed ( #4057 )
2 years ago
LHHDZ
bb289d7d69
sort tags by key ( #4047 )
Signed-off-by: changlin.shi <changlin.shi@ly.com>
Signed-off-by: changlin.shi <changlin.shi@ly.com>
2 years ago
chrislu
438146249f
3.37
2 years ago
chrislu
ac9dea0ad9
rotate log files
2 years ago
chrislu
fc6b9e6e0c
volume server logs add url info
debug https://github.com/seaweedfs/seaweedfs/issues/3964
2 years ago
chrislu
e1ca6308cb
add chunk etag when downloading from remote storage
fix https://github.com/seaweedfs/seaweedfs/issues/3987
2 years ago
wusong
549354e324
Fix hardlink counting ( #4042 )
Signed-off-by: wusong <wangwusong@virtaitech.com>
Signed-off-by: wusong <wangwusong@virtaitech.com>
Co-authored-by: wusong <wangwusong@virtaitech.com>
2 years ago
Jiffs Maverick
5f59d43c88
[filer] Fix uri escape during renaming ( #4039 )
2 years ago
chrislu
659f28b855
simple refactoring
2 years ago
chrislu
ca49ef8ed8
duplicated logic
2 years ago
Chris Lu
dac9c28d05
Revert "refactor: moved to locked entry" ( #4035 )
* Revert "refactor: moved to locked entry"
This reverts commit 94bc9afd9d
.
* only add LockedEntry, no changes to entryLock
* fix compilation
2 years ago
chrislu
fad7e1f7cb
3.36
2 years ago
chrislu
94bc9afd9d
refactor: moved to locked entry
2 years ago
aronneagu
2b783738d6
Update Makefile - use binary in current directory ( #4027 )
2 years ago
aronneagu
77699855a7
Return ETag from remote when file doesn't exist on Filer ( #4025 )
2 years ago
Konstantin Lebedev
f59c3acd5f
volume.list show volumes only from the specified dc/rack/dn ( #4024 )
2 years ago
Konstantin Lebedev
2b910d1cf8
avoid recursive deleting newly created empty directories ( #4016 )
2 years ago
Jiffs Maverick
4b0430e71d
[metrics] Add the ability to control bind ip ( #4012 )
2 years ago
famosss
15284e2bee
fix: Lost Content-Encoding metadata ( #4010 )
2 years ago
James Hartig
81624de27b
Include name/mime in ReadAllNeedles ( #4005 )
2 years ago
Eric Yang
26d9b662b1
ADHOC: fix fs.meta.save typo ( #3993 )
Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local>
2 years ago
James Hartig
4c85da7844
Include meta in ReadAllNeedles ( #3991 )
This is useful for doing backups on the data so we can accurately store the
last modified time, the compression state, and verify the crc.
Previously we were doing VolumeNeedleStatus and then an HTTP request which
needlessly read from the dat file twice.
2 years ago