| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-11-13 | fix: pass proxied query param (#7477) | Konstantin Lebedev | 1 | -1/+5 | |
| * fix: pass proxied query param * fix: use math/rand/v2 * Shuffle condition --------- Co-authored-by: chrislu <chris.lu@gmail.com> | |||||
| 2025-07-02 | [volume] refactor and add metrics for flight upload and download data limit ↵ | Konstantin Lebedev | 1 | -62/+222 | |
| 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-06-03 | change version directory | chrislu | 1 | -5/+4 | |
| 2024-10-14 | feat: add in-flight metric for s3/file/volume-server (#6120) | steve.wei | 1 | -0/+4 | |
| 2024-04-14 | chore: fix some typos in comments (#5497) | yudrywet | 1 | -1/+1 | |
| 2024-02-14 | [volume] requests that were canceled by the client are not an internal ↵ | Konstantin Lebedev | 1 | -1/+1 | |
| server problem(500 => 499) (#5304) | |||||
| 2024-01-10 | chore: add status code for request_total metrics (#5188) | Konstantin Lebedev | 1 | -5/+15 | |
| 2023-11-06 | Replace an invalid method in a metric with an invalid one (#4987) | Konstantin Lebedev | 1 | -10/+16 | |
| 2022-09-06 | fix: volume Deadlock when exception is thrown (#3613) | famosss | 1 | -0/+2 | |
| * fix: volume Deadlock when exception is thrown * adjust log level | |||||
| 2022-08-24 | Fix race conditions during in-flight size checks (#3505) | Patrick Schmidt | 1 | -7/+13 | |
| 2022-08-17 | volume: fix metrics for volume request time | chrislu | 1 | -2/+2 | |
| 2022-08-02 | refactor | Konstantin Lebedev | 1 | -1/+5 | |
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -4/+4 | |
| 2022-06-16 | Revert "adjust conditions" | chrislu | 1 | -3/+2 | |
| This reverts commit e024586ff11d025ce2dd27822a2b04e01260fb6c. | |||||
| 2022-06-15 | adjust conditions | chrislu | 1 | -2/+3 | |
| 2022-06-16 | add condition when inFlightUploadDataLimitCond signal | liubaojiang | 1 | -1/+3 | |
| 2022-06-16 | move vs.concurrentUploadLimit != 0 out of the lock | liubaojiang | 1 | -2/+2 | |
| 2022-05-31 | reduce the scope of inFlightUploadDataLimitCond lock | liubaojiang | 1 | -11/+7 | |
| 2022-05-21 | add inflight upload data wait timeout | liubaojiang | 1 | -8/+20 | |
| 2022-05-20 | add inFlightUploadDataLimitCond signal | liubaojiang | 1 | -0/+1 | |
| 2022-05-20 | exclude replication from the concurrentUploadLimitMB | liubaojiang | 1 | -7/+8 | |
| 2022-03-24 | Merge pull request #2759 from kmlebedev/skip_wait_cancelled_request | Chris Lu | 1 | -2/+8 | |
| Need to exit waiting if request is was canceled | |||||
| 2022-03-24 | exclude the replication from the concurrentUploadLimitMB | Konstantin Lebedev | 1 | -1/+4 | |
| 2022-03-23 | remove dead code | chrislu | 1 | -1/+0 | |
| 2022-03-23 | fix | chrislu | 1 | -1/+1 | |
| 2022-03-23 | volume: fail fast if too many concurrent requests, to avoid dead lock due to ↵ | chrislu | 1 | -4/+5 | |
| replication. fix https://github.com/chrislusf/seaweedfs/issues/2755 | |||||
| 2022-03-15 | Need to exit waiting if request is was canceled | Konstantin Lebedev | 1 | -2/+8 | |
| 2021-12-29 | Refactor: pass in claim type into security.DecodeJwt | Sebastian Kurfuerst | 1 | -1/+1 | |
| 2021-08-10 | fix avoid lock error | Chris Lu | 1 | -5/+9 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2247 | |||||
| 2021-08-08 | volume: support concurrent download data size limit | Chris Lu | 1 | -1/+6 | |
| 2021-08-08 | rename | Chris Lu | 1 | -8/+8 | |
| 2021-06-06 | optionally disable concurrent upload limit | Chris Lu | 1 | -1/+2 | |
| 2021-03-30 | filer, volume: add concurrent upload size limit to avoid OOM | Chris Lu | 1 | -0/+30 | |
| add some back pressure when writes are slow | |||||
| 2020-10-31 | filer: add CORS support | Chris Lu | 1 | -2/+4 | |
| 2020-10-31 | volume: add CORS support | Chris Lu | 1 | -1/+16 | |
| 2020-09-20 | adjust printout | Chris Lu | 1 | -2/+2 | |
| 2020-09-20 | refactoring | Chris Lu | 1 | -0/+3 | |
| 2019-06-10 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2019-06-06 | jwt for read access control | Chris Lu | 1 | -4/+16 | |
| 2019-03-03 | jwt check the base file id | Chris Lu | 1 | -0/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/867 | |||||
| 2019-02-14 | add authorizing fileId write access | Chris Lu | 1 | -0/+31 | |
| need to secure upload/update/delete for benchmark/filer/mount need to add secure grpc | |||||
| 2018-07-23 | better way to handler switch case | Jimmy | 1 | -8/+2 | |
| 2018-05-28 | adding favicon to filer also | Chris Lu | 1 | -4/+0 | |
| 2016-06-02 | directory structure change to work with glide | Chris Lu | 1 | -0/+57 | |
| glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this. | |||||
