Chris Lu
|
570d2eccec
|
skip body if not allowed by http status
|
3 years ago |
Chris Lu
|
ccb3df41f8
|
elide secret key
|
3 years ago |
Konstantin Lebedev
|
865b06b7fe
|
The IEEE assembler optimizations has been submitted and will be part of the Go 1.6 standard library.
https://github.com/klauspost/crc32
|
3 years ago |
Chris Lu
|
e2aa3cf63b
|
fix go test
|
3 years ago |
Chris Lu
|
1f35d32be0
|
2.63
|
3 years ago |
Chris Lu
|
40dc283b2d
|
fix locating data chunks
|
3 years ago |
Chris Lu
|
72eb6d5b9d
|
ensure no writes to remote storage if content is not changed
|
3 years ago |
Chris Lu
|
5a7c40510f
|
format output
|
3 years ago |
Chris Lu
|
bb94930196
|
add some delays if error
|
3 years ago |
Chris Lu
|
5d5a21ba2d
|
adjust log format
|
3 years ago |
Chris Lu
|
c45c12aedc
|
metadata updates
|
3 years ago |
Chris Lu
|
507411bdf0
|
fix https://github.com/chrislusf/seaweedfs/issues/2260
fix https://github.com/chrislusf/seaweedfs/issues/2260
|
3 years ago |
Chris Lu
|
c3ffd457ef
|
fix compilation error
|
3 years ago |
Chris Lu
|
49b5e47bd1
|
retry forever with filer.remote.sync, and some refactoring
|
3 years ago |
Chris Lu
|
fda2fc47b1
|
add RetryForever
|
3 years ago |
Chris Lu
|
a539d64896
|
refactor
|
3 years ago |
Chris Lu
|
8f7d2d317f
|
readerAt need to use the right offset
fix https://github.com/chrislusf/seaweedfs/issues/2259
|
3 years ago |
Chris Lu
|
0b2a92d371
|
skip if http.StatusNoContent
|
3 years ago |
Chris Lu
|
ec989b0377
|
remove println
|
3 years ago |
Chris Lu
|
9462f5129a
|
shell: add "remote.meta.sync"
|
3 years ago |
Chris Lu
|
3ada61c875
|
rename
|
3 years ago |
Chris Lu
|
c34747c79d
|
rename, fix wrong logic.
|
3 years ago |
Chris Lu
|
cb53802752
|
adjust help message
|
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
|
708debca14
|
remote.cache and uncache: more flexible options to select files to cache or uncache
|
3 years ago |
Chris Lu
|
08258a819d
|
fix mistake
|
3 years ago |
Chris Lu
|
4909bd9684
|
gRpc connection error on filer when no volume left #2243
fix https://github.com/chrislusf/seaweedfs/issues/2243
grpc do not cache connections only when connection problem happens.
Normal error results should not close the shared grpc connection.
|
3 years ago |
Chris Lu
|
8126ab4b5d
|
rename
|
3 years ago |
Chris Lu
|
0db2517994
|
go fmt
|
3 years ago |
Chris Lu
|
7937db52e1
|
Filer locationPrefix configure does not exec replication #2257
fix https://github.com/chrislusf/seaweedfs/issues/2257
|
3 years ago |
Chris Lu
|
0c66b173a4
|
fix
|
3 years ago |
Chris Lu
|
e02a317d3d
|
adjust retry logic in case some data is partially written
|
3 years ago |
Chris Lu
|
2d519c6cb6
|
adjust the retry logic
|
3 years ago |
Chris Lu
|
b961fcd338
|
filer: stream read from volume server, reduce memory usage
|
3 years ago |
Chris Lu
|
f4decf02df
|
volume copying: clean up stale volume data files
fix https://github.com/chrislusf/seaweedfs/issues/2250
|
3 years ago |
Chris Lu
|
0f7d4556d8
|
shell: volume.tier.move makes up changes if volume move failed
|
3 years ago |
Chris Lu
|
333cdce485
|
add verbose message
|
3 years ago |
Chris Lu
|
78e8ddf910
|
Only when tailing volume, the zero-ed cookie should skip checking.
This only happens when checkCookie == false and fsync == false.
|
3 years ago |
Chris Lu
|
a8617c1a39
|
tail volume: fix zero cookie problem from batch deletion
|
3 years ago |
Chris Lu
|
5a0f92423e
|
use grpc and jwt
|
3 years ago |
Chris Lu
|
6238644c35
|
remove gateway command
|
3 years ago |
Chris Lu
|
d1d1fc772c
|
move some volume lookup operations to grpc
jwt related lookup will come in next commit
|
3 years ago |
Chris Lu
|
5571f4f70a
|
master: add master.follower to handle read file id lookup requests
|
3 years ago |
Chris Lu
|
5469019852
|
adjust data type
|
3 years ago |
Chris Lu
|
bfac55e6c0
|
avoid integer overflow
fix https://github.com/chrislusf/seaweedfs/issues/2254
|
3 years ago |
Konstantin Lebedev
|
f0afd35eec
|
Retry save and update IAM identity
https://github.com/chrislusf/seaweedfs/issues/2242
|
3 years ago |