| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-02-14 | skip EOF message | Chris Lu | 2 | -7/+7 | |
| 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 | 3 | -3/+77 | |
| 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 | properly close http response | Chris Lu | 1 | -0/+1 | |
| 2020-02-14 | volume: add grpc file read operation | Chris Lu | 1 | -8/+49 | |
| This is added more for performance benchmarking. | |||||
| 2020-02-03 | master: add configurable volume growth toml setting | Chris Lu | 1 | -0/+9 | |
| 2020-01-29 | adjust example | Chris Lu | 1 | -1/+1 | |
| 2020-01-29 | support env variables to overwrite toml file | Chris Lu | 13 | -43/+38 | |
| 2020-01-26 | use the same context object in order to retry | Chris Lu | 1 | -1/+1 | |
| 2020-01-25 | grpc send error via response instead of grpc error | Chris Lu | 1 | -2/+2 | |
| 2020-01-12 | correct comments | Chris Lu | 1 | -2/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1181 | |||||
| 2020-01-07 | fix compilation error | Chris Lu | 1 | -1/+1 | |
| 2020-01-06 | weed fix: add back .idx file generation | Chris Lu | 1 | -8/+7 | |
| 2020-01-03 | volume: add option to limit file size | Chris Lu | 2 | -3/+9 | |
| 2019-12-31 | filer: optional recursive deletion | Chris Lu | 1 | -4/+13 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1176 | |||||
| 2019-12-24 | compaction changed to .idx based deletion | Chris Lu | 2 | -2/+5 | |
| 2019-12-24 | change btree map to in memory level db | Chris Lu | 2 | -14/+10 | |
| 2019-12-23 | shell: add ec.decode command | Chris Lu | 3 | -10/+13 | |
| 2019-12-21 | default redis reads options | Chris Lu | 1 | -2/+4 | |
| details in https://github.com/chrislusf/seaweedfs/pull/1165 | |||||
| 2019-12-21 | default to false in scaffold.go | Chris Lu | 1 | -2/+2 | |
| 2019-12-20 | Add readOnly and routeByLatency options to scaffold.go | Dakota Sullivan | 1 | -0/+2 | |
| 2019-12-15 | upload skipping mimetype if not needed | Chris Lu | 1 | -1/+1 | |
| 2019-12-13 | mount: rename to dirListCacheLimit to configure cache for long format ↵ | Chris Lu | 2 | -5/+5 | |
| directory list | |||||
| 2019-12-13 | filer: configurable directory list cache size | Chris Lu | 2 | -3/+3 | |
| 2019-12-13 | filer: DeleteFolderChildren for deleting large folders | Chris Lu | 1 | -9/+0 | |
| 2019-12-10 | return meaningful error log | Chris Lu | 1 | -7/+9 | |
| 2019-11-29 | pass backend config from master to volume servers | Chris Lu | 1 | -1/+0 | |
| 2019-11-29 | Merge pull request #1145 from stlpmo-jn/volume_graceful_stop | Chris Lu | 1 | -32/+114 | |
| let volume server graceful stop | |||||
| 2019-11-29 | resolve the Duration.Milliseconds() is not exist in golang v11 & v12 | stlpmo | 1 | -4/+8 | |
| 2019-11-28 | tweaking | Chris Lu | 1 | -1/+1 | |
| 2019-11-28 | fix test | Chris Lu | 1 | -0/+2 | |
| 2019-11-28 | master load backend storage config from master.toml | Chris Lu | 3 | -7/+53 | |
| 2019-11-28 | fix scaffold error | Chris Lu | 1 | -2/+2 | |
| 2019-11-27 | Merge pull request #1142 from iliul/wip-fuse-mount | Chris Lu | 4 | -6/+165 | |
| fuse: check mount point available before do runmount | |||||
| 2019-11-28 | fuse: adjust linux specific logic | Lei Liu | 2 | -2/+133 | |
| Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | |||||
| 2019-11-27 | filer: support memsql | Chris Lu | 1 | -0/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1141 | |||||
| 2019-11-27 | go fmt | Lei Liu | 1 | -0/+2 | |
| Signed-off-by: Lei Liu <liul.stone@gmail.com> | |||||
| 2019-11-27 | fuse: check mount point available before do runmount | Lei Liu | 4 | -6/+32 | |
| 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> | |||||
| 2019-11-27 | typo | Chris Lu | 1 | -2/+2 | |
| 2019-11-18 | WIP | Chris Lu | 1 | -0/+8 | |
| 2019-11-17 | test passed | stlpmo | 1 | -32/+110 | |
| 2019-11-14 | refactoring scaffolding for master.toml | Chris Lu | 1 | -3/+4 | |
| 2019-11-12 | fix master maintenance logic | Lei Liu | 2 | -23/+3 | |
| Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | |||||
| 2019-11-11 | Merge branch 'master' into refactoring_dat_backend | Chris Lu | 1 | -0/+7 | |
| 2019-11-11 | ut pass | stlpmo | 2 | -3/+2 | |
| 2019-11-11 | move from cmd-line to scaffold | stlpmo | 2 | -6/+8 | |
| 2019-11-05 | delete the var etcdClient and comments | stlpmo | 1 | -0/+6 | |
| refactor the code add sequencer cmd-line delete nerver used codes | |||||
| 2019-10-29 | Merge branch 'master' into refactoring_dat_backend | Chris Lu | 3 | -3/+0 | |
| 2019-10-29 | misc updated | Lei Liu | 3 | -3/+0 | |
| Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | |||||
| 2019-10-29 | changed from os.file to backend.DataStorageBackend | Chris Lu | 1 | -1/+1 | |
| 2019-10-27 | FUSE: add os specific mount options | Chris Lu | 5 | -1/+37 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1094 | |||||
