Chris Lu
|
f4decf02df
|
volume copying: clean up stale volume data files
fix https://github.com/chrislusf/seaweedfs/issues/2250
|
2021-08-13 03:24:21 -07:00 |
|
Chris Lu
|
78e8ddf910
|
Only when tailing volume, the zero-ed cookie should skip checking.
This only happens when checkCookie == false and fsync == false.
|
2021-08-13 02:09:35 -07:00 |
|
Chris Lu
|
5a0f92423e
|
use grpc and jwt
|
2021-08-12 21:40:33 -07:00 |
|
Chris Lu
|
6238644c35
|
remove gateway command
|
2021-08-12 20:52:04 -07:00 |
|
Chris Lu
|
d1d1fc772c
|
move some volume lookup operations to grpc
jwt related lookup will come in next commit
|
2021-08-12 20:33:00 -07:00 |
|
Chris Lu
|
5571f4f70a
|
master: add master.follower to handle read file id lookup requests
|
2021-08-12 18:10:59 -07:00 |
|
Chris Lu
|
5469019852
|
adjust data type
|
2021-08-12 17:54:34 -07:00 |
|
Chris Lu
|
f2cd753bf9
|
fix avoid lock error
fix https://github.com/chrislusf/seaweedfs/issues/2247
|
2021-08-10 14:34:13 -07:00 |
|
Chris Lu
|
1154e23e2d
|
add logs for volume creation
|
2021-08-10 13:04:25 -07:00 |
|
Chris Lu
|
69655ba8e5
|
mount: cache on reading remote storage
|
2021-08-09 22:11:57 -07:00 |
|
Chris Lu
|
a7012d9729
|
fix
|
2021-08-09 16:03:03 -07:00 |
|
Chris Lu
|
8d3e275735
|
remote: filer cache remote content on read
|
2021-08-09 15:16:45 -07:00 |
|
Chris Lu
|
9096f6f4f7
|
cache: set upper limit of chunk size
|
2021-08-09 15:08:53 -07:00 |
|
Chris Lu
|
a6be2520c9
|
fix
|
2021-08-09 14:37:25 -07:00 |
|
Chris Lu
|
713c035a6e
|
shell: remote.cache remote.uncache
|
2021-08-09 14:35:18 -07:00 |
|
Chris Lu
|
734c980040
|
volume: support concurrent download data size limit
|
2021-08-08 23:25:16 -07:00 |
|
Chris Lu
|
96ce85f5ae
|
rename
|
2021-08-08 22:33:31 -07:00 |
|
Chris Lu
|
c5f38c365d
|
go fmt
|
2021-08-08 22:30:36 -07:00 |
|
Chris Lu
|
8f5170c138
|
remove imports
|
2021-08-07 16:20:17 -07:00 |
|
Chris Lu
|
270770d7d7
|
refactor
|
2021-08-07 14:18:53 -07:00 |
|
Chris Lu
|
d84c311699
|
refactoring
|
2021-08-04 12:30:18 -07:00 |
|
Chris Lu
|
767edd3c08
|
rename
|
2021-07-31 23:52:09 -07:00 |
|
Chris Lu
|
9df7d16791
|
read <- remote_storage
|
2021-07-31 22:39:38 -07:00 |
|
Chris Lu
|
c090d6bb25
|
add ReadRemote(), add read remote setup when filer starts
|
2021-07-28 22:43:12 -07:00 |
|
Chris Lu
|
10464f47d0
|
Merge pull request #2217 from combineads/add_webp_format
|
2021-07-24 09:42:41 -07:00 |
|
byunghwa.yun
|
7374b5b473
|
Add webp extension for resizing
|
2021-07-24 14:32:31 +09:00 |
|
Chris Lu
|
ac28611817
|
snowflake sequencer need an unique id
fix https://github.com/chrislusf/seaweedfs/issues/2213
|
2021-07-23 20:54:03 -07:00 |
|
Chris Lu
|
7ab389e7ec
|
optimization: improve random range query for large files
|
2021-07-19 23:07:22 -07:00 |
|
Chris Lu
|
b938df97a2
|
remove unused parameter
|
2021-07-19 02:59:12 -07:00 |
|
Chris Lu
|
450222dd64
|
add remote to filer.Entry and filer_pb entry, add RemoteConf
|
2021-07-19 02:47:27 -07:00 |
|
Chris Lu
|
18c40686d9
|
s3: multipart upload miss data if file is chunked in 4MB
fix https://github.com/chrislusf/seaweedfs/issues/2195
|
2021-07-15 11:56:28 -07:00 |
|
Chris Lu
|
49c66e88a0
|
volume: change all writes to fsync during graceful stopping
fix https://github.com/chrislusf/seaweedfs/issues/2193
|
2021-07-13 01:29:57 -07:00 |
|
Chris Lu
|
b194f91f47
|
add version to filer configuration response
|
2021-07-12 01:23:20 -07:00 |
|
Chris Lu
|
da7bd62822
|
/etc files are stored inside metadata store
|
2021-07-09 02:33:14 -07:00 |
|
Chris Lu
|
a6d73e0a66
|
Merge pull request #2185 from bingoohuang/master
show RemoteVolumes/EcVolumes only if it is not empty
|
2021-07-06 00:28:07 -07:00 |
|
bingoohuang
|
ed57a55eae
|
show RemoteVolumes/EcVolumes only if it is not empty
|
2021-07-06 15:20:18 +08:00 |
|
Chris Lu
|
141388367e
|
Merge pull request #2183 from bingoohuang/master
extract embed html of master/volume/filer ui to separate files
|
2021-07-05 03:22:26 -07:00 |
|
bingoohuang
|
44a2538f67
|
extract embed html of master/volume/filer ui to separate files
|
2021-07-05 18:09:44 +08:00 |
|
qieqieplus
|
233103f6b2
|
sync empty notification with timestamp
|
2021-07-05 16:01:16 +08:00 |
|
Chris Lu
|
8fe75692ee
|
volume: address "unaligned 64-bit atomic operation"
fix https://github.com/chrislusf/seaweedfs/issues/2177
|
2021-07-02 13:57:43 -07:00 |
|
Chris Lu
|
c6d4c16079
|
S3: add metadata with multipart upload
fix https://github.com/chrislusf/seaweedfs/issues/2173
|
2021-07-01 19:12:11 -07:00 |
|
Chris Lu
|
2420c60fc4
|
log reading adds delay between retries
|
2021-07-01 14:01:25 -07:00 |
|
Chris Lu
|
067eb15e70
|
remove debug messages
|
2021-07-01 01:24:07 -07:00 |
|
Chris Lu
|
b624090398
|
go fmt
|
2021-07-01 01:21:14 -07:00 |
|
Chris Lu
|
215b169562
|
mount: recursively rename locally
|
2021-07-01 01:19:31 -07:00 |
|
zhangsong
|
20d33ae025
|
add proxy mode to read non-local volumes
|
2021-06-30 18:33:18 +08:00 |
|
zhangsong
|
7566782c2e
|
add proxy mode to read non-local volumes
|
2021-06-30 17:28:37 +08:00 |
|
Chris Lu
|
3668d10664
|
range query for mp4 video play
fix https://github.com/chrislusf/seaweedfs/issues/2156
|
2021-06-29 02:13:29 -07:00 |
|
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.
|
2021-06-27 06:31:04 -07:00 |
|
Chris Lu
|
cc7714fdbe
|
logging changes to debug
|
2021-06-27 05:54:16 -07:00 |
|