| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-02-15 | final attemptorigin/tcp_read | Chris Lu | 2 | -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-14 | skip EOF message | Chris Lu | 6 | -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-14 | add tcp read | Chris Lu | 8 | -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-14 | ignore error when counting closed connections | Chris Lu | 1 | -5/+2 | |
| 2020-02-14 | refactoring the close http response | Chris Lu | 2 | -6/+8 | |
| 2020-02-14 | properly close http response | Chris Lu | 5 | -10/+18 | |
| 2020-02-14 | volume: add grpc file read operation | Chris Lu | 4 | -274/+647 | |
| This is added more for performance benchmarking. | |||||
| 2020-02-13 | Merge pull request #1198 from stlpmo-jn/resolve_core_when_loadVolume_failed | Chris Lu | 1 | -21/+30 | |
| when Store.MountVolume(), the volume server will be core | |||||
| 2020-02-13 | make loadExistingVolume() return bool | panyc16 | 1 | -21/+30 | |
| 2020-02-11 | 1.551.55 | Chris Lu | 1 | -1/+1 | |
| 2020-02-11 | filer: recursively batch delete file chunks | Chris Lu | 1 | -5/+5 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1197 | |||||
| 2020-02-11 | volume: return 204 for unchanged file uploads | Chris Lu | 1 | -2/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1196 | |||||
| 2020-02-10 | Revert "HEAD operation changes to fasthttp" | Chris Lu | 5 | -59/+15 | |
| This reverts commit 58f126fd27bb2f366f76f42223b93ba3b31a0bd8. | |||||
| 2020-02-10 | HEAD operation changes to fasthttp | Chris Lu | 5 | -15/+59 | |
| 2020-02-09 | 1.541.54 | Chris Lu | 1 | -1/+1 | |
| 2020-02-04 | refactor | Chris Lu | 2 | -7/+7 | |
| 2020-02-04 | volume: sdx generation uses memdb instead of compactMap | Chris Lu | 1 | -3/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1194 | |||||
| 2020-02-04 | sync before closing index file | Chris Lu | 1 | -0/+4 | |
| merge from https://github.com/stlpmo-jn/seaweedfs/commit/0181f87d9142852f981541cb05689df9fc9ef6a0 | |||||
| 2020-02-04 | sync before closing file | Chris Lu | 1 | -2/+11 | |
| merge changes from https://github.com/stlpmo-jn/seaweedfs/commit/1747fc2d523a42af6cade446c56317d840bd2c67 | |||||
| 2020-02-03 | master: add configurable volume growth toml setting | Chris Lu | 2 | -4/+19 | |
| 2020-02-03 | filer: set file size, streaming chunk file uploading | Chris Lu | 2 | -62/+43 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1193 | |||||
| 2020-02-02 | shell: add volume.configure.replication to change replication for a volume | Chris Lu | 10 | -252/+536 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1192 | |||||
| 2020-01-31 | fix build1.53 | Chris Lu | 1 | -1/+1 | |
| 2020-01-31 | 1.53 | Chris Lu | 1 | -1/+1 | |
| 2020-01-31 | remove println | Chris Lu | 1 | -3/+0 | |
| 2020-01-31 | s3: add s3 copy | Chris Lu | 6 | -6/+225 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1190 | |||||
| 2020-01-29 | Merge pull request #1189 from eryx67/compression-wav | Chris Lu | 1 | -1/+9 | |
| Support wav files compression | |||||
| 2020-01-29 | remove testing for viper | Chris Lu | 1 | -24/+0 | |
| 2020-01-29 | fix test | Chris Lu | 1 | -1/+1 | |
| 2020-01-30 | support wav files compression | eryx67 | 1 | -1/+9 | |
| 2020-01-29 | adjust example | Chris Lu | 1 | -1/+1 | |
| 2020-01-29 | support env variables to overwrite toml file | Chris Lu | 60 | -247/+268 | |
| 2020-01-28 | fix wrong url | Chris Lu | 1 | -4/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1187 | |||||
| 2020-01-27 | reduce logs | Chris Lu | 1 | -7/+3 | |
| 2020-01-27 | avoid retry delay | Chris Lu | 1 | -1/+0 | |
| 2020-01-27 | mount: able to write to any part of a file | Chris Lu | 2 | -18/+82 | |
| 2020-01-27 | logging | Chris Lu | 1 | -1/+1 | |
| 2020-01-26 | 1.521.52 | Chris Lu | 1 | -1/+1 | |
| 2020-01-26 | use the same context object in order to retry | Chris Lu | 51 | -121/+121 | |
| 2020-01-26 | Update README.md | Chris Lu | 1 | -4/+10 | |
| 2020-01-26 | update docker readme | Chris Lu | 1 | -1/+5 | |
| 2020-01-26 | mount: able to handle large git clone | Chris Lu | 3 | -21/+60 | |
| 2020-01-26 | add test cases | Chris Lu | 1 | -0/+36 | |
| 2020-01-26 | add logging | Chris Lu | 1 | -1/+1 | |
| 2020-01-25 | grpc send error via response instead of grpc error | Chris Lu | 14 | -124/+152 | |
| 2020-01-25 | Revert "use docker built binaries for faster automated release" | Chris Lu | 3 | -15/+59 | |
| This reverts commit 9863f51cc8280a613eb816f5b73bda0fcc60f459. | |||||
| 2020-01-25 | log | Chris Lu | 1 | -2/+2 | |
| 2020-01-25 | use docker built binaries for faster automated release | Chris Lu | 3 | -59/+15 | |
| 2020-01-25 | 2-stage docker dev image build | Chris Lu | 3 | -5/+43 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1047 | |||||
| 2020-01-25 | logs | Chris Lu | 1 | -4/+4 | |
