| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-10-09 | fix: skipping checking active volumes with the same number of files at the ↵ | Konstantin Lebedev | 1 | -1/+2 | |
| moment (#4893) * fix: skipping checking active volumes with the same number of files at the moment https://github.com/seaweedfs/seaweedfs/issues/4140 * refactor with comments https://github.com/seaweedfs/seaweedfs/issues/4140 * add TestShouldSkipVolume --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> | |||||
| 2022-11-24 | [metrics] Add the ability to control bind ip (#4012) | Jiffs Maverick | 1 | -1/+1 | |
| 2022-11-14 | Lazy loading (#3958) | Guo Lei | 1 | -0/+3 | |
| * types packages is imported more than onece * lazy-loading * fix bugs * fix bugs * fix unit tests * fix test error * rename function * unload ldb after initial startup * Don't load ldb when starting volume server if ldbtimeout is set. * remove uncessary unloadldb * Update weed/command/server.go Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> * Update weed/command/volume.go Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> Co-authored-by: guol-fnst <goul-fnst@fujitsu.com> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> | |||||
| 2022-10-12 | volume server:set the default value of "hasSlowRead" to true (#3710) | famosss | 1 | -1/+1 | |
| * simplify a bit * feat: volume: add "readBufSize" option to customize read optimization * refactor : redbufSIze -> readBufferSize * simplify a bit * simplify a bit * volume server:set the default value of "hasSlowRead" to true | |||||
| 2022-09-28 | [volume] Add new volumes to HUP(reload) signal (#3755) | Konstantin Lebedev | 1 | -0/+2 | |
| Add new volumes to HUP(reload) signal | |||||
| 2022-09-17 | volume server: rename readBufferSize to readBufferSizeMB | chrislu | 1 | -3/+3 | |
| 2022-09-16 | volume: add "readBufSize" option to customize read optimization (#3702) | famosss | 1 | -0/+3 | |
| * simplify a bit * feat: volume: add "readBufSize" option to customize read optimization * refactor : redbufSIze -> readBufferSize * simplify a bit * simplify a bit | |||||
| 2022-09-15 | mark "hasSlowRead" as experimental | chrislu | 1 | -1/+1 | |
| 2022-09-15 | volume: add "hasSlowRead" option to customize read optimization | chrislu | 1 | -0/+3 | |
| 2022-09-08 | purge tcp implementation | chrislu | 1 | -26/+0 | |
| 2022-08-26 | make CodeQL happy | chrislu | 1 | -3/+3 | |
| 2022-08-07 | refactor and fix strings.Split | chrislu | 1 | -3/+1 | |
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -11/+11 | |
| 2022-05-21 | add inflight upload data wait timeout | liubaojiang | 1 | -1/+4 | |
| 2022-05-17 | just exit in case of duplicated volume directories were loaded | guol-fnst | 1 | -1/+1 | |
| 2022-03-16 | Add mTLS support for both master and volume http server. | Berck Nash | 1 | -3/+11 | |
| 2022-03-11 | default bind to one ip address | chrislu | 1 | -1/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1937 | |||||
| 2022-02-27 | minor | chrislu | 1 | -1/+1 | |
| 2022-02-14 | StopTimeout 30 sec | Konstantin Lebedev | 1 | -1/+1 | |
| 2022-02-14 | reduce to default http server KillTimeout and StopTimeout | Konstantin Lebedev | 1 | -2/+2 | |
| 2022-01-13 | add more help messages | chrislu | 1 | -1/+1 | |
| 2021-09-20 | use default 10000 for grpc port | Chris Lu | 1 | -1/+4 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -7/+7 | |
| 2021-09-12 | custom grpc port: volume server | Chris Lu | 1 | -1/+3 | |
| 2021-09-07 | better IP v6 support | Chris Lu | 1 | -5/+5 | |
| 2021-08-08 | volume: support concurrent download data size limit | Chris Lu | 1 | -26/+29 | |
| 2021-07-13 | volume: change all writes to fsync during graceful stopping | Chris Lu | 1 | -0/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2193 | |||||
| 2021-07-03 | volume: default readMode to proxy | Chris Lu | 1 | -1/+1 | |
| 2021-07-01 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-06-30 | add proxy mode to read non-local volumes | zhangsong | 1 | -1/+1 | |
| 2021-06-30 | add proxy mode to read non-local volumes | zhangsong | 1 | -3/+3 | |
| 2021-04-27 | minFreeSpace refactored | bingoohuang | 1 | -18/+8 | |
| 2021-04-26 | minFreeSpace argument allows size like 10GiB | bingoohuang | 1 | -14/+16 | |
| 2021-04-02 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-03-30 | filer, volume: add concurrent upload size limit to avoid OOM | Chris Lu | 1 | -25/+28 | |
| add some back pressure when writes are slow | |||||
| 2021-03-24 | GOMAXPROCS use defaults to the value of runtime.NumCPU | Konstantin Lebedev | 1 | -3/+0 | |
| https://github.com/chrislusf/seaweedfs/issues/1942 | |||||
| 2021-03-23 | more help message | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1937 | |||||
| 2021-03-12 | default to empty host to bind to tcp4 and tcp6 | Chris Lu | 1 | -1/+1 | |
| 2021-03-07 | make tcp optional | Chris Lu | 1 | -1/+5 | |
| 2021-03-05 | volume server: support tcp direct put/get/delete | Chris Lu | 1 | -0/+22 | |
| 2021-02-22 | disk type support custom tags | Chris Lu | 1 | -1/+1 | |
| 2021-02-16 | this can compile now!!! | Chris Lu | 1 | -2/+3 | |
| 2021-02-14 | disk type only supports hdd and ssd, not ready for random tags yet | Chris Lu | 1 | -1/+1 | |
| 2021-02-13 | adjust help message | Chris Lu | 1 | -1/+1 | |
| 2021-02-13 | disk type can be generic tags | Chris Lu | 1 | -5/+1 | |
| 2020-12-16 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-12-13 | disk type configurable for each folder | Chris Lu | 1 | -6/+20 | |
| 2020-12-13 | refactor | Chris Lu | 1 | -2/+2 | |
| 2020-12-13 | rename parameter name to "disk" | Chris Lu | 1 | -1/+1 | |
| 2020-12-13 | rename from volumeType to diskType | Chris Lu | 1 | -4/+4 | |
