aboutsummaryrefslogtreecommitdiff
path: root/weed/util
AgeCommit message (Collapse)AuthorFilesLines
2023-09-25Revert "Revert "Merge branch 'master' of ↵chrislu1-2/+2
https://github.com/seaweedfs/seaweedfs"" This reverts commit 8cb42c39
2023-09-25fix compilationchrislu1-2/+2
2023-09-243.573.57chrislu1-1/+1
2023-09-24minorchrislu1-3/+1
2023-09-23avoid deleting the entry too earlychrislu1-1/+1
2023-09-23fix waiting conditionchrislu1-1/+1
2023-09-23fix compilationchrislu1-1/+1
2023-09-23if shared lock, still need to wait for exclusive lock to releasechrislu1-14/+24
2023-09-23adjust for better logschrislu1-1/+1
2023-09-21adjust logschrislu2-17/+24
2023-09-21reduce logschrislu1-2/+2
2023-09-21adjust logschrislu2-6/+6
2023-09-21add lock table to ensure ordered lockschrislu2-0/+188
2023-09-18Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"chrislu2-4/+4
This reverts commit 2e5aa06026750c99ea283181974d2ccfe5eb0468, reversing changes made to 4d414f54a224142f3f4d934f4af3b5dceb6fec6b.
2023-09-18Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)dependabot[bot]2-4/+4
* Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 Bumps [github.com/rclone/rclone](https://github.com/rclone/rclone) from 1.63.1 to 1.64.0. - [Release notes](https://github.com/rclone/rclone/releases) - [Changelog](https://github.com/rclone/rclone/blob/master/RELEASE.md) - [Commits](https://github.com/rclone/rclone/compare/v1.63.1...v1.64.0) --- updated-dependencies: - dependency-name: github.com/rclone/rclone dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * API changes * go mod --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> Co-authored-by: chrislu <chris.lu@gmail.com>
2023-09-103.563.56chrislu1-1/+1
2023-09-01weed/util: fix dropped errors (#4803)Lars Lehtonen1-0/+12
2023-08-20fix log buffer testchrislu1-15/+33
2023-08-20refactoring to use atomic boolchrislu1-10/+6
fix compilation
2023-07-233.553.55chrislu1-1/+1
2023-07-163.543.54chrislu1-1/+1
2023-06-253.533.53chrislu1-1/+1
2023-06-043.523.52chrislu1-1/+1
2023-05-213.513.51chrislu1-1/+1
2023-05-113.50chrislu1-1/+1
2023-05-07reset wait time on a successful retrychrislu1-0/+2
2023-05-073.49chrislu1-1/+1
2023-04-303.483.48chrislu1-1/+1
2023-04-233.473.47chrislu1-1/+1
2023-04-21mount: add retry for read only case (#4416)wusong1-0/+32
* mount: add retry for read only case Signed-off-by: Wusong Wang <wangwusong@virtaitech.com> * add new util retry function for mount Signed-off-by: Wusong Wang <wangwusong@virtaitech.com> * change error list param Signed-off-by: Wusong Wang <wangwusong@virtaitech.com> --------- Signed-off-by: Wusong Wang <wangwusong@virtaitech.com> Co-authored-by: Wusong Wang <wangwusong@virtaitech.com>
2023-04-20use env for flags wtih dot in name (#4415)SmsS41-1/+3
2023-04-163.463.46chrislu1-1/+1
2023-04-023.45chrislu1-1/+1
2023-03-193.443.44chrislu1-1/+1
2023-02-203.433.43chrislu1-1/+1
2023-02-053.423.42chrislu1-1/+1
2023-01-293.413.41chrislu1-1/+1
2023-01-153.403.40chrislu1-1/+1
2023-01-083.393.39chrislu1-1/+1
2023-01-023.383.38chrislu1-1/+1
2022-12-113.373.37chrislu1-1/+1
2022-12-043.363.36chrislu1-1/+1
2022-11-143.353.35chrislu1-1/+1
2022-11-14Lazy loading (#3958)Guo Lei1-1/+1
* 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-11-063.343.34chrislu1-1/+1
2022-10-303.33v3.33chrislu1-1/+1
2022-10-163.323.32chrislu1-1/+1
2022-10-16avoid data race of LogBuffer isStopping (#3859)Konstantin Lebedev1-4/+10
2022-10-12master fix interruption through ctrl+c (#3834)Konstantin Lebedev1-0/+8
2022-10-103.313.31chrislu1-1/+1