Chris Lu
|
450222dd64
|
add remote to filer.Entry and filer_pb entry, add RemoteConf
|
3 years ago |
Chris Lu
|
18c40686d9
|
s3: multipart upload miss data if file is chunked in 4MB
fix https://github.com/chrislusf/seaweedfs/issues/2195
|
3 years ago |
Chris Lu
|
49c66e88a0
|
volume: change all writes to fsync during graceful stopping
fix https://github.com/chrislusf/seaweedfs/issues/2193
|
3 years ago |
Chris Lu
|
b194f91f47
|
add version to filer configuration response
|
4 years ago |
Chris Lu
|
da7bd62822
|
/etc files are stored inside metadata store
|
4 years ago |
bingoohuang
|
ed57a55eae
|
show RemoteVolumes/EcVolumes only if it is not empty
|
4 years ago |
bingoohuang
|
44a2538f67
|
extract embed html of master/volume/filer ui to separate files
|
4 years ago |
qieqieplus
|
233103f6b2
|
sync empty notification with timestamp
|
4 years ago |
Chris Lu
|
8fe75692ee
|
volume: address "unaligned 64-bit atomic operation"
fix https://github.com/chrislusf/seaweedfs/issues/2177
|
4 years ago |
Chris Lu
|
c6d4c16079
|
S3: add metadata with multipart upload
fix https://github.com/chrislusf/seaweedfs/issues/2173
|
4 years ago |
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 |