changlin.shi
6f40451e4e
optimize marshal
Signed-off-by: changlin.shi <changlin.shi@ly.com>
2 years ago
changlin.shi
7fec1a97e2
fix tests
Signed-off-by: changlin.shi <changlin.shi@ly.com>
2 years ago
Guo Lei
5f993a5f20
Fix ide warning ( #4082 )
fix warning message from IDE
"redundant type from array, slice, or map composite literal"
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
changlin.shi
d2792c5618
clear cache when put bucket
Signed-off-by: changlin.shi <changlin.shi@ly.com>
2 years ago
LHHDZ
f84c13dabd
fix response not allowed ( #4057 )
2 years ago
changlin.shi
0c3009911e
optimize readability
Signed-off-by: changlin.shi <changlin.shi@ly.com>
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
changlin.shi
5d582ab848
set bucket ownership if not empty
Signed-off-by: changlin.shi <changlin.shi@ly.com>
2 years ago
changlin.shi
c2c4158238
create bucket with ownership
Signed-off-by: changlin.shi <changlin.shi@ly.com>
2 years ago
changlin.shi
89942cf015
fix nil pointer when no identity config init
Signed-off-by: changlin.shi <changlin.shi@ly.com>
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
changlin.shi
3b69ce6c3d
set accept-encoding if empty
Signed-off-by: changlin.shi <changlin.shi@ly.com>
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
changlin.shi
300a530051
correct log
Signed-off-by: changlin.shi <changlin.shi@ly.com>
2 years ago
changlin.shi
930fa47699
log leftover with url if present
Signed-off-by: changlin.shi <changlin.shi@ly.com>
2 years ago
changlin.shi
41204715a0
save content-encoding header
Signed-off-by: changlin.shi <changlin.shi@ly.com>
2 years ago
changlin.shi
f47aafa9b9
Revert "fix content-encoding"
This reverts commit f0c53bfa36
.
2 years ago
changlin.shi
f1d6302400
acl for complete multipart uplod
Signed-off-by: changlin.shi <changlin.shi@ly.com>
2 years ago
changlin.shi
d1b1f5e790
fix http code for dir
Signed-off-by: changlin.shi <changlin.shi@ly.com>
2 years ago
changlin.shi
381b496132
acl for Initializing multipart upload
Signed-off-by: changlin.shi <changlin.shi@ly.com>
2 years ago
changlin.shi
f0c53bfa36
fix content-encoding
Signed-off-by: changlin.shi <changlin.shi@ly.com>
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
chrislu
70a4c98b00
refactor filer_pb.Entry and filer.Entry to use GetChunks()
for later locking on reading chunks
2 years ago