Chris Lu
1477eead01
final attempt
on par with 1K sized object, but no so good with large ones
the default http flow control is better than current implementation.
5 years ago
Chris Lu
c7ac94ea9a
skip EOF message
now tcp
Concurrency Level: 16
Time taken for tests: 22.963 seconds
Complete requests: 1048576
Failed requests: 0
Total transferred: 1106755384 bytes
Requests per second: 45663.49 [#/sec]
Transfer rate: 47067.47 [Kbytes/sec]
vs normal
Concurrency Level: 16
Time taken for tests: 22.286 seconds
Complete requests: 1048576
Failed requests: 0
Total transferred: 1106754345 bytes
Requests per second: 47050.30 [#/sec]
Transfer rate: 48496.88 [Kbytes/sec]
5 years ago
Chris Lu
be415f4e3c
add tcp read
Performance not so good. Could need some optimization.
Concurrency Level: 16
Time taken for tests: 33.575 seconds
Complete requests: 1048576
Failed requests: 0
Total transferred: 1106753375 bytes
Requests per second: 31230.86 [#/sec]
Transfer rate: 32191.03 [Kbytes/sec]
vs normal http
Concurrency Level: 16
Time taken for tests: 24.829 seconds
Complete requests: 1048576
Failed requests: 0
Total transferred: 1106761259 bytes
Requests per second: 42231.10 [#/sec]
Transfer rate: 43529.78 [Kbytes/sec]
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
9b6296e77a
volume: add grpc file read operation
This is added more for performance benchmarking.
5 years ago
Chris Lu
2cddc23ae8
Merge pull request #1198 from stlpmo-jn/resolve_core_when_loadVolume_failed
when Store.MountVolume(), the volume server will be core
5 years ago
panyc16
7b3764fd9e
make loadExistingVolume() return bool
5 years ago
Chris Lu
62c34454d8
1.55
5 years ago
Chris Lu
83836f4299
filer: recursively batch delete file chunks
fix https://github.com/chrislusf/seaweedfs/issues/1197
5 years ago
Chris Lu
2a6db0fd43
volume: return 204 for unchanged file uploads
fix https://github.com/chrislusf/seaweedfs/issues/1196
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
8d94564f41
refactor
5 years ago
Chris Lu
c1288e9eb4
volume: sdx generation uses memdb instead of compactMap
fix https://github.com/chrislusf/seaweedfs/issues/1194
5 years ago
Chris Lu
08e4702542
sync before closing index file
merge from 0181f87d91
5 years ago
Chris Lu
3a35632d58
sync before closing file
merge changes from 1747fc2d52
5 years ago
Chris Lu
dc786a63ac
master: add configurable volume growth toml setting
5 years ago
Chris Lu
382ff218d3
filer: set file size, streaming chunk file uploading
fix https://github.com/chrislusf/seaweedfs/issues/1193
5 years ago
Chris Lu
40ae533fa3
shell: add volume.configure.replication to change replication for a volume
fix https://github.com/chrislusf/seaweedfs/issues/1192
5 years ago
Chris Lu
fb19263a71
fix build
5 years ago
Chris Lu
beb0a1599e
1.53
5 years ago
Chris Lu
b2743afaee
remove println
5 years ago
Chris Lu
a80ecbfe84
s3: add s3 copy
fix https://github.com/chrislusf/seaweedfs/issues/1190
5 years ago
Chris Lu
3b043ead49
Merge pull request #1189 from eryx67/compression-wav
Support wav files compression
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
8925f3305d
adjust example
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
f724057051
reduce logs
5 years ago
Chris Lu
c8d543ef51
avoid retry delay
5 years ago
Chris Lu
081bc1ea25
mount: able to write to any part of a file
5 years ago
Chris Lu
2f6bb57979
logging
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
0c298ef890
Update README.md
5 years ago
Chris Lu
8d372f7394
update docker readme
5 years ago
Chris Lu
08e4b56a8a
mount: able to handle large git clone
5 years ago
Chris Lu
19a05ad174
add test cases
5 years ago
Chris Lu
835da19c09
add logging
5 years ago
Chris Lu
c48fc8b4de
grpc send error via response instead of grpc error
5 years ago
Chris Lu
3f6e0e34cb
Revert "use docker built binaries for faster automated release"
This reverts commit 9863f51cc8
.
5 years ago
Chris Lu
ccf3859152
log
5 years ago
Chris Lu
9863f51cc8
use docker built binaries for faster automated release
5 years ago
Chris Lu
94526f8e10
2-stage docker dev image build
fix https://github.com/chrislusf/seaweedfs/issues/1047
5 years ago
Chris Lu
4433c7bdca
logs
5 years ago