zemul
|
0bf56298d5
|
fix chunk.ModifiedTsNs (#4264)
* fix
* fix mtime s > ns
---------
Co-authored-by: zemul <zhouzemiao@ihuman.com>
|
2 years ago |
chrislu
|
e1ca6308cb
|
add chunk etag when downloading from remote storage
fix https://github.com/seaweedfs/seaweedfs/issues/3987
|
2 years ago |
chrislu
|
70a4c98b00
|
refactor filer_pb.Entry and filer.Entry to use GetChunks()
for later locking on reading chunks
|
2 years ago |
chrislu
|
ea2637734a
|
refactor filer proto chunk variable from mtime to modified_ts_ns
|
2 years ago |
chrislu
|
eaeb141b09
|
move proto package
|
2 years ago |
chrislu
|
26dbc6c905
|
move to https://github.com/seaweedfs/seaweedfs
|
2 years ago |
chrislu
|
9f9ef1340c
|
use streaming mode for long poll grpc calls
streaming mode would create separate grpc connections for each call.
this is to ensure the long poll connections are properly closed.
|
3 years ago |
banjiaojuhao
|
08336be92e
|
filer server: allow upload file to specific dataNode
|
3 years ago |
Chris Lu
|
88ff8fc27b
|
ensure uploaded chunks are deleted on error
|
3 years ago |
Chris Lu
|
24858507cc
|
rename API to avoid confusion
|
3 years ago |
Chris Lu
|
2789d10342
|
go fmt
|
3 years ago |
Chris Lu
|
e5fc35ed0c
|
change server address from string to a type
|
3 years ago |
Chris Lu
|
0207f5fe9b
|
replicated remote.cache
|
3 years ago |
Chris Lu
|
2b1feb732c
|
remote.cache supports replication
|
3 years ago |
Chris Lu
|
7ce97b59d8
|
go fmt
|
3 years ago |
Chris Lu
|
6a0bb7106b
|
cloud drive: parallelize remote storage downloading
|
3 years ago |
Chris Lu
|
05a648bb96
|
refactor: separating out remote.proto
|
3 years ago |
Chris Lu
|
e2aa3cf63b
|
fix go test
|
3 years ago |
Chris Lu
|
c34747c79d
|
rename, fix wrong logic.
|
3 years ago |
Chris Lu
|
889b143fa7
|
adjust modification detection logic
|
3 years ago |
Chris Lu
|
f365af81c2
|
parallelize remote content fetching
|
3 years ago |
Chris Lu
|
53e66980b2
|
add comments
|
3 years ago |
Chris Lu
|
9921801e0c
|
Revert "use default or path-specific setting for cache replication level"
This reverts commit ba6923b223 .
|
3 years ago |
Chris Lu
|
ba6923b223
|
use default or path-specific setting for cache replication level
|
3 years ago |
Chris Lu
|
69655ba8e5
|
mount: cache on reading remote storage
|
3 years ago |
Chris Lu
|
9096f6f4f7
|
cache: set upper limit of chunk size
|
3 years ago |
Chris Lu
|
a6be2520c9
|
fix
|
3 years ago |
Chris Lu
|
713c035a6e
|
shell: remote.cache remote.uncache
|
3 years ago |