aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-12-05temp disable lockingorigin/testingchrislu6-14/+14
2022-12-05Revert "refactor: moved to locked entry" (#4035)Chris Lu7-7/+34
* Revert "refactor: moved to locked entry" This reverts commit 94bc9afd9d3f8e049219c1cdc9f0d6e0eb4cf456. * only add LockedEntry, no changes to entryLock * fix compilation
2022-12-05build(deps): bump cloud.google.com/go/pubsub from 1.26.0 to 1.27.1 (#4032)dependabot[bot]2-4/+4
Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.26.0 to 1.27.1. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.26.0...pubsub/v1.27.1) --- updated-dependencies: - dependency-name: cloud.google.com/go/pubsub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05build(deps): bump cloud.google.com/go/storage from 1.28.0 to 1.28.1 (#4034)dependabot[bot]2-11/+11
2022-12-05build(deps): bump github.com/google/flatbuffers from 22.10.26+incompatible ↵dependabot[bot]2-3/+3
to 22.11.23+incompatible (#4033)
2022-12-05build(deps): bump golang.org/x/sys from 0.2.0 to 0.3.0 (#4030)dependabot[bot]2-3/+3
2022-12-05build(deps): bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 (#4031)dependabot[bot]2-2/+3
2022-12-05build(deps): bump actions/setup-go from 3.3.1 to 3.4.0 (#4029)dependabot[bot]2-2/+2
2022-12-05build(deps): bump wangyoucao577/go-release-action from 1.30 to 1.34 (#4028)dependabot[bot]6-14/+14
2022-12-043.363.36chrislu2-3/+3
2022-12-04refactor: moved to locked entrychrislu13-62/+74
2022-12-01Update Makefile - use binary in current directory (#4027)aronneagu1-11/+11
2022-11-30Return ETag from remote when file doesn't exist on Filer (#4025)aronneagu1-0/+3
2022-11-30volume.list show volumes only from the specified dc/rack/dn (#4024)Konstantin Lebedev1-0/+15
2022-11-28build(deps): bump github.com/aws/aws-sdk-go from 1.44.136 to 1.44.146 (#4021)dependabot[bot]2-3/+3
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.136 to 1.44.146. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.136...v1.44.146) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.40.0 to ↵dependabot[bot]2-3/+3
3.40.1 (#4022) build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 Bumps [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk) from 3.40.0 to 3.40.1. - [Release notes](https://github.com/ydb-platform/ydb-go-sdk/releases) - [Changelog](https://github.com/ydb-platform/ydb-go-sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/ydb-platform/ydb-go-sdk/compare/v3.40.0...v3.40.1) --- updated-dependencies: - dependency-name: github.com/ydb-platform/ydb-go-sdk/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28build(deps): bump modernc.org/sqlite from 1.19.4 to 1.20.0 (#4020)dependabot[bot]2-6/+7
--- updated-dependencies: - dependency-name: modernc.org/sqlite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28build(deps): bump github.com/tidwall/gjson from 1.14.3 to 1.14.4 (#4019)dependabot[bot]2-3/+3
Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.14.3 to 1.14.4. - [Release notes](https://github.com/tidwall/gjson/releases) - [Commits](https://github.com/tidwall/gjson/compare/v1.14.3...v1.14.4) --- updated-dependencies: - dependency-name: github.com/tidwall/gjson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28build(deps): bump github.com/klauspost/reedsolomon from 1.11.1 to 1.11.3 (#4018)dependabot[bot]2-3/+3
Bumps [github.com/klauspost/reedsolomon](https://github.com/klauspost/reedsolomon) from 1.11.1 to 1.11.3. - [Release notes](https://github.com/klauspost/reedsolomon/releases) - [Commits](https://github.com/klauspost/reedsolomon/compare/v1.11.1...v1.11.3) --- updated-dependencies: - dependency-name: github.com/klauspost/reedsolomon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-25avoid recursive deleting newly created empty directories (#4016)Konstantin Lebedev1-1/+8
2022-11-24[metrics] Add the ability to control bind ip (#4012)Jiffs Maverick7-8/+10
2022-11-23fix: Lost Content-Encoding metadata (#4010)famosss1-0/+4
2022-11-23Include name/mime in ReadAllNeedles (#4005)James Hartig3-698/+721
2022-11-21build(deps): bump google.golang.org/grpc from 1.50.1 to 1.51.0 (#3998)dependabot[bot]2-3/+3
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.50.1 to 1.51.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.50.1...v1.51.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21build(deps): bump github.com/Jille/raft-grpc-transport from 1.2.0 to 1.3.0 ↵dependabot[bot]2-4/+4
(#3999) build(deps): bump github.com/Jille/raft-grpc-transport Bumps [github.com/Jille/raft-grpc-transport](https://github.com/Jille/raft-grpc-transport) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/Jille/raft-grpc-transport/releases) - [Commits](https://github.com/Jille/raft-grpc-transport/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: github.com/Jille/raft-grpc-transport dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21build(deps): bump github.com/prometheus/client_golang from 1.13.0 to 1.14.0 ↵dependabot[bot]2-5/+6
(#4000) build(deps): bump github.com/prometheus/client_golang Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.39.0 to ↵dependabot[bot]2-3/+3
3.40.0 (#3997) build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 Bumps [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk) from 3.39.0 to 3.40.0. - [Release notes](https://github.com/ydb-platform/ydb-go-sdk/releases) - [Changelog](https://github.com/ydb-platform/ydb-go-sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/ydb-platform/ydb-go-sdk/compare/v3.39.0...v3.40.0) --- updated-dependencies: - dependency-name: github.com/ydb-platform/ydb-go-sdk/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.5 to 3.5.6 (#3996)dependabot[bot]2-9/+9
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.5 to 3.5.6. - [Release notes](https://github.com/etcd-io/etcd/releases) - [Changelog](https://github.com/etcd-io/etcd/blob/main/Dockerfile-release.amd64) - [Commits](https://github.com/etcd-io/etcd/compare/v3.5.5...v3.5.6) --- updated-dependencies: - dependency-name: go.etcd.io/etcd/client/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21build(deps): bump actions/dependency-review-action from 3.0.0 to 3.0.1 (#3995)dependabot[bot]1-1/+1
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/30d582111533d59ab793fd9f971817241654f3ec...11310527b429536e263dc6cc47873e608189ba21) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-20ADHOC: fix fs.meta.save typo (#3993)Eric Yang1-1/+1
Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local>
2022-11-20Include meta in ReadAllNeedles (#3991)James Hartig4-698/+736
This is useful for doing backups on the data so we can accurately store the last modified time, the compression state, and verify the crc. Previously we were doing VolumeNeedleStatus and then an HTTP request which needlessly read from the dat file twice.
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu56-103/+107
for later locking on reading chunks
2022-11-14build(deps): bump golang.org/x/tools from 0.2.0 to 0.3.0 (#3981)dependabot[bot]2-6/+8
2022-11-14build(deps): bump github.com/aws/aws-sdk-go from 1.44.126 to 1.44.136 (#3982)dependabot[bot]2-3/+7
2022-11-14build(deps): bump google.golang.org/api from 0.102.0 to 0.103.0 (#3980)dependabot[bot]2-18/+20
2022-11-14build(deps): bump cloud.google.com/go/storage from 1.27.0 to 1.28.0 (#3979)dependabot[bot]2-3/+3
2022-11-14build(deps): bump golang.org/x/net from 0.1.0 to 0.2.0 (#3978)dependabot[bot]2-6/+6
2022-11-14build(deps): bump actions/dependency-review-action from 2.5.1 to 3.0.0 (#3977)dependabot[bot]1-1/+1
2022-11-143.353.35chrislu2-3/+3
2022-11-14Lazy loading (#3958)Guo Lei18-55/+179
* 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-13filer store: skip disabled location specific filer store initializationchrislu1-0/+5
fix https://github.com/seaweedfs/seaweedfs/issues/3971
2022-11-13Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu3-2/+10
2022-11-13file name escape urichrislu1-2/+2
fix https://github.com/seaweedfs/seaweedfs/issues/3969
2022-11-11fix 'NoSuchUpload' when upload part (#3968)LHHDZ1-1/+1
2022-11-10feat:add a uuid after uploadid (#3963)famosss2-2/+6
2022-11-10Replace dashes with underscores in x-amz-meta headers (#3965)aronneagu1-1/+5
2022-11-07build(deps): bump cloud.google.com/go/pubsub from 1.25.1 to 1.26.0 (#3956)dependabot[bot]2-6/+7
2022-11-07build(deps): bump github.com/tikv/client-go/v2 from 2.0.1 to 2.0.2 (#3955)dependabot[bot]2-27/+16
2022-11-07build(deps): bump modernc.org/sqlite from 1.19.3 to 1.19.4 (#3957)dependabot[bot]2-9/+9
2022-11-07build(deps): bump go.mongodb.org/mongo-driver from 1.10.3 to 1.11.0 (#3954)dependabot[bot]2-3/+3