aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-09-25Merge branch 'master' into message_sendorigin/message_sendchrislu2-3/+3
2022-09-253.293.29chrislu2-3/+3
2022-09-25minorchrislu1-3/+3
2022-09-25async waitchrislu2-9/+35
2022-09-25Merge branch 'master' into message_sendchrislu0-0/+0
2022-09-25add future listchrislu2-13/+35
2022-09-25add future listchrislu2-13/+35
2022-09-25Merge branch 'master' into message_sendchrislu21-409/+467
2022-09-25assert results are sortedchrislu1-5/+10
2022-09-25ordered execution async waitchrislu2-0/+102
2022-09-25renamechrislu1-0/+0
2022-09-25rename filechrislu2-114/+40
2022-09-25add message pipelinechrislu7-23/+293
2022-09-22remove filechrislu1-5/+0
2022-09-22refactoringchrislu4-15/+21
2022-09-20s3 to watch specific directorieschrislu3-10/+7
2022-09-20grpc: watch metadata changes by directorychrislu7-216/+244
2022-09-20filer replication: compare content changes directlychrislu1-4/+0
Fix https://github.com/seaweedfs/seaweedfs/issues/3714 The destination chunks may be empty. For example, the file is updated and the volume is vacuumed. In this case, the sync would miss the old chunks. This is fine. However, the entry would have correct metadata but missing chunks. For this case, the simple metadata comparison would be wrongly skipping data changes, and the file will stay empty unless file content md5 is changed.
2022-09-19build(deps): bump github.com/aws/aws-sdk-go from 1.44.95 to 1.44.100 (#3728)dependabot[bot]2-3/+3
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.95 to 1.44.100. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.95...v1.44.100) --- 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-09-19build(deps): bump golang.org/x/tools from 0.1.10 to 0.1.12 (#3727)dependabot[bot]2-4/+6
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.1.10 to 0.1.12. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.1.10...v0.1.12) --- updated-dependencies: - dependency-name: golang.org/x/tools 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-09-19build(deps): bump google.golang.org/api from 0.95.0 to 0.96.0 (#3726)dependabot[bot]2-6/+6
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.95.0 to 0.96.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.95.0...v0.96.0) --- updated-dependencies: - dependency-name: google.golang.org/api 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-09-19build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.37.7 to ↵dependabot[bot]2-6/+6
3.38.0 (#3725) 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.37.7 to 3.38.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.37.7...v3.38.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-09-19build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.4 to 3.5.5 (#3724)dependabot[bot]2-9/+10
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.4 to 3.5.5. - [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.4...v3.5.5) --- 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-09-19build(deps): bump github.com/klauspost/reedsolomon from 1.10.0 to 1.11.0 (#3723)dependabot[bot]2-6/+6
Bumps [github.com/klauspost/reedsolomon](https://github.com/klauspost/reedsolomon) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/klauspost/reedsolomon/releases) - [Commits](https://github.com/klauspost/reedsolomon/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: github.com/klauspost/reedsolomon 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-09-19build(deps): bump modernc.org/sqlite from 1.18.2 to 1.19.1 (#3722)dependabot[bot]2-16/+17
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.18.2 to 1.19.1. - [Release notes](https://gitlab.com/cznic/sqlite/tags) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.18.2...v1.19.1) --- 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-09-19build(deps): bump github.com/seaweedfs/goexif from 1.0.3 to ↵dependabot[bot]2-10/+3
2.0.0+incompatible (#3721) build(deps): bump github.com/seaweedfs/goexif Bumps [github.com/seaweedfs/goexif](https://github.com/seaweedfs/goexif) from 1.0.3 to 2.0.0+incompatible. - [Release notes](https://github.com/seaweedfs/goexif/releases) - [Commits](https://github.com/seaweedfs/goexif/commits) --- updated-dependencies: - dependency-name: github.com/seaweedfs/goexif dependency-type: direct:production update-type: version-update:semver-major ... 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-09-18mount: fix 0 file size in linuxchrislu1-0/+1
2022-09-18adjust logschrislu1-1/+1
2022-09-183.283.28chrislu2-3/+3
2022-09-18report write errorchrislu1-3/+9
2022-09-18add todochrislu1-0/+5
2022-09-17volume server: rename readBufferSize to readBufferSizeMBchrislu4-8/+8
2022-09-17volume server: rename readBufferSize to readBufferSizeMBchrislu4-8/+8
2022-09-17minorchrislu1-1/+1
2022-09-17Merge branch 'master' into message_sendchrislu122-1455/+1515
2022-09-16Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu20-17/+31
2022-09-16remove unused codechrislu1-9/+0
2022-09-16mute log filer: no entry is found in filer store (#3707)Konstantin Lebedev1-0/+2
2022-09-16refactor(shell): readability improvements (#3704)Ryan Russell5-5/+5
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-09-16refactor(storage): readability improvements (#3703)Ryan Russell9-9/+9
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-09-16volume: add "readBufSize" option to customize read optimization (#3702)famosss6-3/+15
* simplify a bit * feat: volume: add "readBufSize" option to customize read optimization * refactor : redbufSIze -> readBufferSize * simplify a bit * simplify a bit
2022-09-15mark "hasSlowRead" as experimentalchrislu2-2/+2
2022-09-15Revert "Temporarily enable cgo"chrislu1-2/+2
This reverts commit f7e4359b597c9acdb0478c05c6f6ae6fbb56836b.
2022-09-15able to build on macchrislu2-1/+7
fixed by https://github.com/mattn/go-ieproxy/pull/43
2022-09-15docs(s3api): readability improvements (#3696)Ryan Russell6-10/+10
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-09-15refactor(s3api_object_handlers): `deleteMultipleObjectsLimmit` -> `de… (#3695)Ryan Russell1-2/+2
refactor(s3api_object_handlers): `deleteMultipleObjectsLimmit` -> `deleteMultipleObjectsLimit` Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-09-15refactor(raft_hashicorp): `timeSpeep` -> `timeSleep` (#3694)Ryan Russell1-3/+3
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-09-15refactor(master_grpc_server_cluster): `seletedSet` -> `selectedSet` (#3693)Ryan Russell1-4/+4
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-09-15Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu14-24/+26
2022-09-15volume: add "hasSlowRead" option to customize read optimizationchrislu6-5/+46