Chris Lu
|
2420c60fc4
|
log reading adds delay between retries
|
4 years ago |
Chris Lu
|
067eb15e70
|
remove debug messages
|
4 years ago |
Chris Lu
|
b624090398
|
go fmt
|
4 years ago |
Chris Lu
|
215b169562
|
mount: recursively rename locally
|
4 years ago |
zhangsong
|
20d33ae025
|
add proxy mode to read non-local volumes
|
4 years ago |
zhangsong
|
7566782c2e
|
add proxy mode to read non-local volumes
|
4 years ago |
Chris Lu
|
3668d10664
|
range query for mp4 video play
fix https://github.com/chrislusf/seaweedfs/issues/2156
|
4 years ago |
Chris Lu
|
17477b37d5
|
sleep before re-reading the messages
If there are no more metadata changes and the client disconnects, it would go into a busy loop without this fix.
|
4 years ago |
Chris Lu
|
cc7714fdbe
|
logging changes to debug
|
4 years ago |
Chris Lu
|
c2e0a75c1f
|
adjust logs
|
4 years ago |
Chris Lu
|
78b1fb921c
|
adjust log level
|
4 years ago |
Chris Lu
|
f24bb9e688
|
mount: fix for deletion stopped working since 2.53
fix https://github.com/chrislusf/seaweedfs/issues/2138
due to 4d0cbd2700
|
4 years ago |
Chris Lu
|
88d52adfdd
|
remove unused fields
|
4 years ago |
Chris Lu
|
ed6aa13520
|
minor
|
4 years ago |
Chris Lu
|
ee6c67682c
|
minor
|
4 years ago |
Chris Lu
|
5e6dfbc25f
|
locks for data racing
|
4 years ago |
Chris Lu
|
452c6ef183
|
limits concurrent uploads for one file
|
4 years ago |
Chris Lu
|
8295e2feb6
|
skip md5 checking for now because of race condition
|
4 years ago |
Chris Lu
|
19caeb7b02
|
fix writing the small file
|
4 years ago |
Chris Lu
|
bb45dea15a
|
filer: parallel data upload
|
4 years ago |
Chris Lu
|
44f1ba6894
|
refactor
|
4 years ago |
Chris Lu
|
6c82326575
|
use bytes.Buffer to reduce memory allocation and gc
|
4 years ago |
Chris Lu
|
9cba5cca0b
|
optionally disable concurrent upload limit
|
4 years ago |
Chris Lu
|
ab606dec2a
|
filer: add path-specific option to enforce readonly
|
4 years ago |
Chris Lu
|
fb8036385a
|
s3: save metadata during put-object
fix https://github.com/chrislusf/seaweedfs/issues/2092
|
4 years ago |
Chris Lu
|
ac9bf71544
|
use jquery 3.6.0
|
4 years ago |
Konstantin Lebedev
|
b612d5aebd
|
s3 test get w/ If-Match: bogus ETag
|
4 years ago |
Konstantin Lebedev
|
69c768870b
|
- object write cache control
- object write expires
|
4 years ago |
Chris Lu
|
064269bb57
|
filer: Support sqlite as filer meta store
|
4 years ago |
Chris Lu
|
e5a2bf1287
|
s3: deprecating filer.options.buckets_fsync
|
4 years ago |
Konstantin Lebedev
|
26a4f34a57
|
del checks
url err logging
stats chunk fetch
|
4 years ago |
Konstantin Lebedev
|
03d1199d5f
|
Revert "revert PR #1903 avoid http error: superfluous response.WriteHeader"
This reverts commit ac71117e
|
4 years ago |
Chris Lu
|
da0a4e775b
|
Revert "Revert "Merge pull request #2027 from bingoohuang/master""
This reverts commit d74cdf0115 .
|
4 years ago |
Chris Lu
|
7ca75347ec
|
minor
|
4 years ago |
Chris Lu
|
8f8738867f
|
add retry to assign volume
fix https://github.com/chrislusf/seaweedfs/issues/2056
|
4 years ago |
qieqieplus
|
c4d32f6937
|
ahead of time volume assignment
|
4 years ago |
Chris Lu
|
c899bdf063
|
a little optimization
|
4 years ago |
Chris Lu
|
3eb336e0b0
|
report error only for the first multipart upload
the glog.Errorf would always print for s3 multipart uploads
|
4 years ago |
Chris Lu
|
ac71117ee6
|
revert PR #1903 avoid http error: superfluous response.WriteHeader
|
4 years ago |
qieqieplus
|
ac26080bd2
|
fix concurrent vacuum & delete panic
|
4 years ago |
Chris Lu
|
e24ba2aadc
|
filer: delete specific tags
fix https://github.com/chrislusf/seaweedfs/issues/2041
|
4 years ago |
Chris Lu
|
d74cdf0115
|
Revert "Merge pull request #2027 from bingoohuang/master"
Need to revert because docker image build failed. The docker apk package only has go 1.15.
|
4 years ago |
Konstantin Lebedev
|
c2269123d3
|
fix aws style Etag for chunks
|
4 years ago |
bingoohuang
|
7a9d27fce8
|
promote to go:embed instead of github.com/rakyll/statik
|
4 years ago |
bingoohuang
|
cf552417a7
|
minFreeSpace refactored
|
4 years ago |
bingoohuang
|
31f1cdeac2
|
minFreeSpace argument allows size like 10GiB
|
4 years ago |
Chris Lu
|
ddc8643ee0
|
filer: directory listing adds namePatternExclude
fix https://github.com/chrislusf/seaweedfs/issues/2023
|
4 years ago |
Chris Lu
|
f0ad172e80
|
shell: show which server holds the lock
fix https://github.com/chrislusf/seaweedfs/issues/1983
|
4 years ago |
Chris Lu
|
11c120c040
|
master UI adds volume size limit
|
4 years ago |
Chris Lu
|
6e5df901e4
|
adjust package names
|
4 years ago |