aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-02-15final attemptorigin/tcp_readChris Lu2-15/+122
on par with 1K sized object, but no so good with large ones the default http flow control is better than current implementation.
2020-02-14skip EOF messageChris Lu6-218/+242
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]
2020-02-14add tcp readChris Lu8-280/+650
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]
2020-02-14ignore error when counting closed connectionsChris Lu1-5/+2
2020-02-14refactoring the close http responseChris Lu2-6/+8
2020-02-14properly close http responseChris Lu5-10/+18
2020-02-14volume: add grpc file read operationChris Lu4-274/+647
This is added more for performance benchmarking.
2020-02-13Merge pull request #1198 from stlpmo-jn/resolve_core_when_loadVolume_failedChris Lu1-21/+30
when Store.MountVolume(), the volume server will be core
2020-02-13make loadExistingVolume() return boolpanyc161-21/+30
2020-02-111.551.55Chris Lu1-1/+1
2020-02-11filer: recursively batch delete file chunksChris Lu1-5/+5
fix https://github.com/chrislusf/seaweedfs/issues/1197
2020-02-11volume: return 204 for unchanged file uploadsChris Lu1-2/+3
fix https://github.com/chrislusf/seaweedfs/issues/1196
2020-02-10Revert "HEAD operation changes to fasthttp"Chris Lu5-59/+15
This reverts commit 58f126fd27bb2f366f76f42223b93ba3b31a0bd8.
2020-02-10HEAD operation changes to fasthttpChris Lu5-15/+59
2020-02-091.541.54Chris Lu1-1/+1
2020-02-04refactorChris Lu2-7/+7
2020-02-04volume: sdx generation uses memdb instead of compactMapChris Lu1-3/+4
fix https://github.com/chrislusf/seaweedfs/issues/1194
2020-02-04sync before closing index fileChris Lu1-0/+4
merge from https://github.com/stlpmo-jn/seaweedfs/commit/0181f87d9142852f981541cb05689df9fc9ef6a0
2020-02-04sync before closing fileChris Lu1-2/+11
merge changes from https://github.com/stlpmo-jn/seaweedfs/commit/1747fc2d523a42af6cade446c56317d840bd2c67
2020-02-03master: add configurable volume growth toml settingChris Lu2-4/+19
2020-02-03filer: set file size, streaming chunk file uploadingChris Lu2-62/+43
fix https://github.com/chrislusf/seaweedfs/issues/1193
2020-02-02shell: add volume.configure.replication to change replication for a volumeChris Lu10-252/+536
fix https://github.com/chrislusf/seaweedfs/issues/1192
2020-01-31fix build1.53Chris Lu1-1/+1
2020-01-311.53Chris Lu1-1/+1
2020-01-31remove printlnChris Lu1-3/+0
2020-01-31s3: add s3 copyChris Lu6-6/+225
fix https://github.com/chrislusf/seaweedfs/issues/1190
2020-01-29Merge pull request #1189 from eryx67/compression-wavChris Lu1-1/+9
Support wav files compression
2020-01-29remove testing for viperChris Lu1-24/+0
2020-01-29fix testChris Lu1-1/+1
2020-01-30support wav files compressioneryx671-1/+9
2020-01-29adjust exampleChris Lu1-1/+1
2020-01-29support env variables to overwrite toml fileChris Lu60-247/+268
2020-01-28fix wrong urlChris Lu1-4/+1
fix https://github.com/chrislusf/seaweedfs/issues/1187
2020-01-27reduce logsChris Lu1-7/+3
2020-01-27avoid retry delayChris Lu1-1/+0
2020-01-27mount: able to write to any part of a fileChris Lu2-18/+82
2020-01-27loggingChris Lu1-1/+1
2020-01-261.521.52Chris Lu1-1/+1
2020-01-26use the same context object in order to retryChris Lu51-121/+121
2020-01-26Update README.mdChris Lu1-4/+10
2020-01-26update docker readmeChris Lu1-1/+5
2020-01-26mount: able to handle large git cloneChris Lu3-21/+60
2020-01-26add test casesChris Lu1-0/+36
2020-01-26add loggingChris Lu1-1/+1
2020-01-25grpc send error via response instead of grpc errorChris Lu14-124/+152
2020-01-25Revert "use docker built binaries for faster automated release"Chris Lu3-15/+59
This reverts commit 9863f51cc8280a613eb816f5b73bda0fcc60f459.
2020-01-25logChris Lu1-2/+2
2020-01-25use docker built binaries for faster automated releaseChris Lu3-59/+15
2020-01-252-stage docker dev image buildChris Lu3-5/+43
fix https://github.com/chrislusf/seaweedfs/issues/1047
2020-01-25logsChris Lu1-4/+4