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
9b6296e77a
volume: add grpc file read operation
This is added more for performance benchmarking.
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
37b64a50b4
ec: generate and copy .vif file
5 years ago
Chris Lu
c06f7eb48a
load volume info from .vif file, use superblock as a backup
5 years ago
Chris Lu
2000284435
rename volume tier info to volume info
5 years ago
Chris Lu
b3c83f9404
fix spelling
5 years ago
Chris Lu
48d28d3eb2
tier: support remote file attributes and remember the file extension
5 years ago
Chris Lu
d960b3474a
tier storage: support downloading the remote dat files
5 years ago
Chris Lu
09ca936c78
shell: add ec.decode command
5 years ago
Chris Lu
ec8de250e2
tiered storage: can copy to s3, read from s3
master not aware tiered volume yet, file assigning is not working yet
5 years ago
Chris Lu
0da7b894cc
pass backend config from master to volume servers
5 years ago
Chris Lu
0f9ba84274
s3
5 years ago
Chris Lu
faec9076a4
adjust parameter names
5 years ago
Chris Lu
f8d4b7d1c0
support basic json filtering and selection
5 years ago
Chris Lu
cf47f657af
scaffold for volume server query feature
5 years ago
Tom Maxwell
4a878c0006
Changed the InMemory bool to a uint32 so that it can be used to alter how much space to reserve
5 years ago
j.laycock
9aa0859697
Remove inmemory from vaccum stuff
5 years ago
Tom Maxwell
d637d86d22
Changes to try and pass the URL parameters through - in memory flag not working still
5 years ago
Chris Lu
6883f9e322
mark volume readonly before ec encoding
6 years ago
Chris Lu
f88a8bda7b
ec deletion works
6 years ago
Chris Lu
4cea8aefd0
add grpc VolumeEcBlobDelete
6 years ago
Chris Lu
7e80b2b882
fix multiple bugs
6 years ago
Chris Lu
b4b407e403
add grpc ec shard read
6 years ago
Chris Lu
db94a41f9e
mount/unmount ec shards
6 years ago
Chris Lu
41e8ae61f8
generate, balance, delete copied shards, delete old volume
6 years ago
Chris Lu
fbbc74abb4
adds VolumeEcGenerateSlices, VolumeEcCopy
6 years ago
Chris Lu
698dea779c
refactoring
6 years ago
Chris Lu
2ffe98443b
refactoring
6 years ago
Chris Lu
6fc1f53018
shell: add command volume.move
6 years ago
Chris Lu
3b3651dea3
volume: atomic copying file, adds version and stopOffset
6 years ago
Chris Lu
ac2727853f
fix needle map entry size
6 years ago
Chris Lu
fa176fe80f
volume tailing chunks large files
6 years ago
Chris Lu
3dce1016cb
add volume tailer
6 years ago
Chris Lu
b09e8dbb37
add VolumeStreamFollow, but not used yet
6 years ago
Chris Lu
13ad5c1966
refactoring
6 years ago
Chris Lu
2f76681d62
refactor: adjust grpc API name
6 years ago
stlpmo-jn
c1a0403da2
repair the error replications of the volume
6 years ago
Chris Lu
19728fe3f6
remove deprecated code
6 years ago
Chris Lu
70815e9124
WIP
6 years ago
Chris Lu
95e0520182
weed volume: add grpc operation to relicate a volume to local
6 years ago
Chris Lu
0c932d1738
add volume delete grpc API
fix https://github.com/chrislusf/seaweedfs/issues/808
6 years ago
Chris Lu
5333f2984a
streaming updates for large entries or large index file
fix https://github.com/chrislusf/seaweedfs/issues/801
6 years ago
Chris Lu
46eb77f9bb
move DiskStatus and MemStatus to protobuf
6 years ago
Chris Lu
eec951cad2
migrate volume sync to gRpc
6 years ago
Chris Lu
f8b2d3cacc
move volume mount/unmount on volume server to grpc
6 years ago
Chris Lu
fda771c83f
migrate volume sync status to grpc API on volume server
6 years ago
Chris Lu
b423bb9e2d
migrate assign volume to grpc API on volume server
6 years ago
Chris Lu
8301519fb0
migrate delete collection to grpc API on volume server
6 years ago