Chris Lu
|
daf0a449f7
|
properly cancel context for streaming grpc
|
4 years ago |
Chris Lu
|
387ab6796f
|
filer: cross cluster synchronization
|
4 years ago |
Chris Lu
|
5e13bc878c
|
adjust log level
|
4 years ago |
Chris Lu
|
8acd714600
|
apply meta changes only if store is different
|
4 years ago |
Chris Lu
|
bba90ff3c8
|
read filer signature
|
4 years ago |
ruitao.liu
|
798280e980
|
change filer2 to filer.
|
4 years ago |
ruitao.liu
|
a93d27d1e8
|
new filer option to es v7.
|
4 years ago |
James Hartig
|
8e54e34576
|
volume: Don't unmount before deleting volume in copy
If we unmount first and then delete, the delete fails because the volume
was unmounted. Delete ends up doing the same thing as the unmount anyways.
|
4 years ago |
Chris Lu
|
eb7929a971
|
rename filer2 to filer
|
4 years ago |
Chris Lu
|
97733c3dff
|
typo
|
4 years ago |
Chris Lu
|
f0c89cfacd
|
go fmt
|
4 years ago |
Chris Lu
|
a41588279a
|
change log level 5 to 4
|
4 years ago |
Chris Lu
|
56244fb9a1
|
fix hard coded host address
|
4 years ago |
Chris Lu
|
99ecf63276
|
go fmt
|
4 years ago |
Chris Lu
|
ca658a97c5
|
add signatures to messages to avoid double processing
|
4 years ago |
Konstantin Lebedev
|
464d4c82ec
|
stop send heartbeat before stop volume server
|
4 years ago |
Chris Lu
|
1901f15cd2
|
volume server: remove whitelist for status checking
Volume liveness/readiness not work if jwt enabled, I try use param
-whiteList
but jwt breaks
|
4 years ago |
Chris Lu
|
51346a5930
|
always keep the manifest list of chunks
|
4 years ago |
James Hartig
|
3ccfa4c6ad
|
Added VolumeMarkWritable and VolumeStatus grpc methods
This is necessary for copy to mark as read-only and then restore the
original state afterwards.
|
4 years ago |
Chris Lu
|
a78772d5ea
|
avoid shutdown in the middle of running
|
4 years ago |
Chris Lu
|
c026eb0592
|
refactoring
|
4 years ago |
Chris Lu
|
7e91ae592c
|
pass in option to read deleted entries
not working yet
|
4 years ago |
Chris Lu
|
6a92f0bc7a
|
refactoring to typed Size
Go is amazing with refactoring!
|
4 years ago |
Chris Lu
|
be4d42b8e2
|
rename
|
4 years ago |
Chris Lu
|
aec7f32b02
|
fix reader_at
|
4 years ago |
Chris Lu
|
c647deace1
|
file size support set file length
use Attr.FileSize and TotalChunkSize to determine file size
|
4 years ago |
Chris Lu
|
3b1a95ac26
|
filer refactoring: same auto chunking logic for POST and PUT, no size limit
|
4 years ago |
Chris Lu
|
67348e7b15
|
less noisy heartbeat logs
|
4 years ago |
Chris Lu
|
bee0d7e5eb
|
lower log priority for noisy heartbeat
|
4 years ago |
Chris Lu
|
ae00cce4bd
|
support POST and PUT auto chunking
|
4 years ago |
Chris Lu
|
bd8bfdae07
|
refactoring
|
4 years ago |
Chris Lu
|
20e2ac1add
|
filer: store md5 metadata for files uploaded by filer
fix https://github.com/chrislusf/seaweedfs/issues/1412
|
4 years ago |
Chris Lu
|
93ea0801ea
|
volume: the variable for the master node may be stale?
related to https://github.com/chrislusf/seaweedfs/issues/1414
|
4 years ago |
Chris Lu
|
4ecfa9879d
|
volume: report Content-MD5 in response header
|
4 years ago |
Устюжанин Антон Александрович
|
2d3b355fb6
|
test ListDirectoryPrefixedEntries
|
4 years ago |
Устюжанин Антон Александрович
|
33a9e5e2d1
|
test ListDirectoryPrefixedEntries
|
4 years ago |
Chris Lu
|
49199c69d4
|
volume: avoid special logic for .gz files
|
4 years ago |
Chris Lu
|
3faa0aa448
|
rename
|
4 years ago |
Chris Lu
|
023a1efdf2
|
set filename in Content-Disposition header
|
4 years ago |
James Hartig
|
229f11c660
|
Added VolumeNeedleStatus volume server grpc method
This is needed for the diffing tool to get the cookie for a needle
|
4 years ago |
Chris Lu
|
97d97f3528
|
go code can read and write chunk manifest
|
4 years ago |
李远军
|
4162766c46
|
Fix the bug of "http://xx/xx,xxx.PNG?width=100"
If you want to do a resize a UPPER ext pic file, there is a bug caused by commit 308688c8d0 (also see https://github.com/chrislusf/seaweedfs/blob/master/weed/images/resizing.go#L43)
|
5 years ago |
Chris Lu
|
ddec7b2bb9
|
go fmt
|
5 years ago |
Chris Lu
|
4f6096c7f0
|
add reading from persisted logs for local filer store
|
5 years ago |
Chris Lu
|
1dd2c76532
|
refactoring
|
5 years ago |
Chris Lu
|
e7c04af1d0
|
skip http.StatusPartialContent in case of error and superfluous response.WriteHeader
|
5 years ago |
李远军
|
6608cb5f43
|
Revert "remove fixJpgOrientation"
This reverts commit de5ca9b2
|
5 years ago |
Chris Lu
|
a2eb680f34
|
filer: default filer store directory
1. set default filer store directory
2. set peers, avoiding empty string counted as 1.
|
5 years ago |
Chris Lu
|
3c269da37f
|
fix compilation
|
5 years ago |
Chris Lu
|
d198e8c6d6
|
filer: support cross filer meta data sync if sharing the same store
|
5 years ago |