| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-02 | [volume] refactor and add metrics for flight upload and download data limit ↵ | Konstantin Lebedev | 1 | -0/+5 | |
| condition (#6920) * refactor concurrentDownloadLimit * fix loop * fix cmdServer * fix: resolve conversation pr 6920 * Changes logging function (#6919) * updated logging methods for stores * updated logging methods for stores * updated logging methods for filer * updated logging methods for uploader and http_util * updated logging methods for weed server --------- Co-authored-by: akosov <a.kosov@kryptonite.ru> * Improve lock ring (#6921) * fix flaky lock ring test * add more tests * fix: build * fix: rm import util/version * fix: serverOptions * refactoring --------- Co-authored-by: Aleksey Kosov <rusyak777@list.ru> Co-authored-by: akosov <a.kosov@kryptonite.ru> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> Co-authored-by: chrislu <chris.lu@gmail.com> | |||||
| 2025-05-21 | Added middleware for processing request_id grpc and http requests (#6805) | Aleksey Kosov | 1 | -5/+5 | |
| 2024-12-02 | [security] reload whiteList on http seerver (#6302) | Konstantin Lebedev | 1 | -0/+12 | |
| * reload whiteList * white_list add to scaffold | |||||
| 2022-11-14 | Lazy loading (#3958) | Guo Lei | 1 | -1/+4 | |
| * 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-09-28 | [volume] Add new volumes to HUP(reload) signal (#3755) | Konstantin Lebedev | 1 | -0/+5 | |
| 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 | volume: add "hasSlowRead" option to customize read optimization | chrislu | 1 | -0/+3 | |
| 2022-08-26 | make CodeQL happy | chrislu | 1 | -1/+1 | |
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -8/+8 | |
| 2022-05-21 | add inflight upload data wait timeout | liubaojiang | 1 | -0/+4 | |
| 2022-05-20 | exclude replication from the concurrentUploadLimitMB | liubaojiang | 1 | -0/+2 | |
| 2022-05-17 | just exit in case of duplicated volume directories were loaded | guol-fnst | 1 | -3/+0 | |
| 2022-05-16 | avoid duplicated volume directory | guol-fnst | 1 | -2/+6 | |
| 2022-03-23 | remove dead code | chrislu | 1 | -1/+0 | |
| 2022-03-23 | volume: fail fast if too many concurrent requests, to avoid dead lock due to ↵ | chrislu | 1 | -1/+0 | |
| replication. fix https://github.com/chrislusf/seaweedfs/issues/2755 | |||||
| 2022-02-16 | healthz check to avoid drain pod with last replicas | Konstantin Lebedev | 1 | -0/+1 | |
| 2021-12-05 | upgrade protoc to 3.17.3 | chrislu | 1 | -0/+2 | |
| $brew install protobuf $ protoc --version libprotoc 3.17.3 $ go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26 $ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1 | |||||
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -5/+6 | |
| 2021-09-07 | handle ipv6 addresses | Chris Lu | 1 | -2/+1 | |
| 2021-08-08 | volume: support concurrent download data size limit | Chris Lu | 1 | -16/+22 | |
| 2021-08-08 | rename | Chris Lu | 1 | -15/+15 | |
| 2021-07-13 | volume: change all writes to fsync during graceful stopping | Chris Lu | 1 | -0/+5 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2193 | |||||
| 2021-07-02 | volume: address "unaligned 64-bit atomic operation" | Chris Lu | 1 | -4/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2177 | |||||
| 2021-07-01 | go fmt | Chris Lu | 1 | -2/+2 | |
| 2021-06-30 | add proxy mode to read non-local volumes | zhangsong | 1 | -3/+3 | |
| 2021-04-27 | minFreeSpace refactored | bingoohuang | 1 | -1/+1 | |
| 2021-04-26 | minFreeSpace argument allows size like 10GiB | bingoohuang | 1 | -2/+2 | |
| 2021-03-30 | filer, volume: add concurrent upload size limit to avoid OOM | Chris Lu | 1 | -0/+8 | |
| add some back pressure when writes are slow | |||||
| 2021-02-16 | this can compile now!!! | Chris Lu | 1 | -1/+2 | |
| 2021-02-09 | Merge branch 'master' into support_ssd_volume | Chris Lu | 1 | -2/+2 | |
| 2021-02-07 | renaming NeedleMapType to NeedleMapKind | bingoohuang | 1 | -2/+2 | |
| 2020-12-13 | disk type configurable for each folder | Chris Lu | 1 | -4/+2 | |
| 2020-12-13 | refactor | Chris Lu | 1 | -2/+2 | |
| 2020-12-13 | rename from volumeType to diskType | Chris Lu | 1 | -4/+4 | |
| 2020-12-13 | volume server set volume type and heartbeat to the master | Chris Lu | 1 | -2/+4 | |
| 2020-11-26 | pass in dir.idx parameter to DiskLocation | Chris Lu | 1 | -1/+2 | |
| 2020-09-24 | adjust for metrics port | Chris Lu | 1 | -3/+1 | |
| 2020-09-24 | add start metrics server | Konstantin Lebedev | 1 | -0/+2 | |
| 2020-09-20 | adjust logging | Chris Lu | 1 | -3/+1 | |
| 2020-09-19 | volume: get metrics configuration from master | Chris Lu | 1 | -3/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1354 | |||||
| 2020-09-16 | simplify metrics configuration logic | Chris Lu | 1 | -4/+1 | |
| 2020-09-16 | volume: load configuration from master at the start | Chris Lu | 1 | -0/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1469 | |||||
| 2020-09-13 | shell: add volumeServer.leave command | Chris Lu | 1 | -2/+4 | |
| 2020-08-26 | stop send heartbeat before stop volume server | Konstantin Lebedev | 1 | -0/+2 | |
| 2020-08-25 | volume server: remove whitelist for status checking | Chris Lu | 1 | -1/+1 | |
| Volume liveness/readiness not work if jwt enabled, I try use param -whiteList but jwt breaks | |||||
| 2020-07-10 | Revert "remove fixJpgOrientation" | 李远军 | 1 | -0/+3 | |
| This reverts commit de5ca9b2 | |||||
| 2020-07-03 | refactoring | Chris Lu | 1 | -2/+2 | |
| 2020-06-20 | remove fixJpgOrientation | Chris Lu | 1 | -3/+0 | |
| 2020-06-05 | Name fix | Evgenii Kozlov | 1 | -2/+2 | |
