Chris Lu
4532640ffd
1.58
5 years ago
Chris Lu
ed0acd1722
go fmt
5 years ago
Chris Lu
37a3628b2e
grpc add PermitWithoutStream to client and server options
5 years ago
Chris Lu
892e726eb9
avoid reusing context object
fix https://github.com/chrislusf/seaweedfs/issues/1182
5 years ago
Chris Lu
6ea394b802
1.57
5 years ago
Chris Lu
621cdbdf58
filer: avoid possible timeouts for updates and deletions
5 years ago
Chris Lu
443a68484a
1.56
5 years ago
Chris Lu
9232d3ac68
ignore error when counting closed connections
5 years ago
Chris Lu
96c1ae8471
refactoring the close http response
5 years ago
Chris Lu
cf5064d702
properly close http response
5 years ago
Chris Lu
62c34454d8
1.55
5 years ago
Chris Lu
33b3bd467c
Revert "HEAD operation changes to fasthttp"
This reverts commit 58f126fd27
.
5 years ago
Chris Lu
58f126fd27
HEAD operation changes to fasthttp
5 years ago
Chris Lu
29945fad51
1.54
5 years ago
Chris Lu
beb0a1599e
1.53
5 years ago
Chris Lu
a80ecbfe84
s3: add s3 copy
fix https://github.com/chrislusf/seaweedfs/issues/1190
5 years ago
Chris Lu
abf90ad7b7
remove testing for viper
5 years ago
Chris Lu
20b1fb9ab7
fix test
5 years ago
eryx67
2a87087590
support wav files compression
5 years ago
Chris Lu
d335f04de6
support env variables to overwrite toml file
5 years ago
Chris Lu
27b94cb65b
fix wrong url
fix https://github.com/chrislusf/seaweedfs/issues/1187
5 years ago
Chris Lu
234f69452b
1.52
5 years ago
Chris Lu
72a64a5cf8
use the same context object in order to retry
5 years ago
Chris Lu
107e8a56ea
retry context canceled request
5 years ago
Chris Lu
6a5c037099
fix http range requests
5 years ago
Chris Lu
bb1be61602
1.51
5 years ago
Chris Lu
39edcfde4c
filer: set inode
avoid "getcwd: No such file or directory"
5 years ago
Chris Lu
30c7148020
1.50
5 years ago
Chris Lu
89e16bd2e8
skip error when draining reader
fix https://github.com/chrislusf/seaweedfs/issues/1179
5 years ago
Chris Lu
66ab09aa4a
1.49
5 years ago
Chris Lu
aa1807e082
1.48
5 years ago
Chris Lu
c06f7eb48a
load volume info from .vif file, use superblock as a backup
5 years ago
Chris Lu
1fd8926ac7
ignore draining error
5 years ago
divinerapier
4cbb6fa199
feat: drains http body if buffer is too small
Signed-off-by: divinerapier <poriter.coco@gmail.com>
5 years ago
divinerapier
84640d07b7
fix: handle errors for ReadUrl
Signed-off-by: divinerapier <poriter.coco@gmail.com>
5 years ago
Chris Lu
573b74f24f
add SetDefault function for Configuration
5 years ago
Chris Lu
54369eccea
1.47
5 years ago
Chris Lu
6808bfec49
1.47
5 years ago
Chris Lu
392678f8f3
upload skipping mimetype if not needed
5 years ago
Chris Lu
a631b2a9e9
1.46
5 years ago
Chris Lu
10bd3c6b4b
refactoring
5 years ago
Chris Lu
f81d43442b
filer: speed up filer.meta.save by parallelizing
5 years ago
Chris Lu
0da7b894cc
pass backend config from master to volume servers
5 years ago
Lei Liu
13b6f09fea
fuse: adjust linux specific logic
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
5 years ago
Lei Liu
4c87b222f1
fuse: check mount point available before do runmount
1. Use more readable mount point information
2. Fix some typos
eg:
$ df -Th
Filesystem Type Size Used Avail Use% Mounted on
localhost:8888:/ fuse.seaweedfs 206G 512 206G 1% /mnt/weedfs
$ mount | grep weedfs
localhost:8888:/ on /mnt/weedfs type fuse.seaweedfs (rw,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other)
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
5 years ago
Chris Lu
249b9d8d5d
1.45
5 years ago
stlpmo
753138a3f7
test passed
5 years ago
Chris Lu
de0c983808
refactoring scaffolding for master.toml
5 years ago
Lei Liu
46755ea1e1
fix master maintenance logic
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
5 years ago
stlpmo
d07701fa75
delete unused function
5 years ago