aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-04-11Merge branch 'master' into mq-subscribechrislu1-0/+1
2024-04-11go mod tidychrislu1-0/+1
2024-04-11Merge branch 'master' into mq-subscribechrislu6-18/+51
2024-04-11[volume] Reduce the number of buffers for uploading one chunk (#5458)Konstantin Lebedev5-17/+50
2024-04-10fix append disorder (#5492)skycope1-1/+1
2024-04-08Merge branch 'master' into mq-subscribechrislu43-319/+629
2024-04-08chore(deps): bump github.com/shirou/gopsutil/v3 from 3.24.1 to 3.24.3 (#5481)dependabot[bot]2-6/+6
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.24.1 to 3.24.3. - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v3.24.1...v3.24.3) --- updated-dependencies: - dependency-name: github.com/shirou/gopsutil/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08chore(deps): bump gocloud.dev/pubsub/natspubsub from 0.36.0 to 0.37.0 (#5482)dependabot[bot]2-12/+12
Bumps [gocloud.dev/pubsub/natspubsub](https://github.com/google/go-cloud) from 0.36.0 to 0.37.0. - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](https://github.com/google/go-cloud/compare/v0.36.0...v0.37.0) --- updated-dependencies: - dependency-name: gocloud.dev/pubsub/natspubsub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.7 to 1.27.11 ↵dependabot[bot]2-30/+30
(#5483) chore(deps): bump github.com/aws/aws-sdk-go-v2/config Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.27.7 to 1.27.11. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.27.7...config/v1.27.11) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08chore(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.56.1 to ↵dependabot[bot]2-5/+5
3.63.0 (#5484) chore(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.56.1 to 3.63.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.56.1...v3.63.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08chore(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0 (#5485)dependabot[bot]2-3/+3
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.18.0 to 0.19.0. - [Commits](https://github.com/golang/sys/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08chore(deps): bump docker/setup-buildx-action from 3.2.0 to 3.3.0 (#5486)dependabot[bot]7-7/+7
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/2b51285047da1547ffb1b2203d8be4c0af6b1f20...d70bba72b1f3fd22344832f00baa16ece964efeb) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08fix(volume.fix.replication): adjust volume count, not free volume count (#5479)steve.wei1-4/+4
2024-04-08fix: filer authenticate with with volume server (#5480)Henco Appel6-24/+74
2024-04-08chore: fix function names in comment (#5478)clonefetch5-5/+5
2024-04-07[s3] add s3 pass test_multipart_upload_size_too_small (#5475)Konstantin Lebedev3-9/+26
* add s3 pass test_multipart_upload_size_too_small * refactor metric names * return ErrNoSuchUpload if empty parts * fix test
2024-04-07[s3] add s3 pass test_multipart_upload (#5474)Konstantin Lebedev4-18/+43
add s3 pass test_multipart_upload
2024-04-06[s3] fix s3 test_multipart_resend_first_finishes_last (#5471)Konstantin Lebedev4-147/+101
* try fix s3 test https://github.com/seaweedfs/seaweedfs/pull/5466 * add error handler metrics * refactor * refactor multipartExt * delete bad entry parts
2024-04-04fix: correctly form partNumber from new entry.Name format in ↵Nikita Borzykh1-1/+7
"listObjectParts" (#5470)
2024-04-03helm chart: make s3 ingress annotations consistent (#5463)mergwyn2-3/+3
Make s3 ingress annotations consistent
2024-04-03Correct type for volume logs and idx values (#5462)mergwyn1-2/+2
Correct type for volume logs and idx values (#1) Empty values now correctly set to {}
2024-04-02fix completed multiupload lost data (#5460)skycope3-31/+66
If there are putObjectPart requests with the same uploadId during completeMultiPart, it can result in data loss. putObjectPart requests might be due to timeout retries. Co-authored-by: Yang Wang <yangwang@weride.ai>
2024-04-02refactorchrislu6-6/+16
2024-04-02comment out printlnchrislu3-11/+8
2024-04-02fix panic at isAllWritable (#5457)Konstantin Lebedev1-4/+9
fix panic https://github.com/seaweedfs/seaweedfs/issues/5456
2024-04-02fix: always close volume file (#4530) (#5459)Henco Appel1-4/+11
If sync fails then close is never called. We should always be calling close on the file. Co-authored-by: Hendrik Appel <happel@europe.altair.com>
2024-04-01shutdown follower when leader stopschrislu2-6/+120
2024-04-01send flush message to follower before shutting down logBufferchrislu4-1/+41
2024-04-01fix: ensure complete gRPC stream consumption in doListFilerEntries to ↵Nikita Borzykh1-1/+1
prevent context canceled errors. (#5441)
2024-04-01renamingchrislu5-12/+12
2024-04-01chore(deps): bump github.com/schollz/progressbar/v3 from 3.14.1 to 3.14.2 ↵dependabot[bot]2-8/+8
(#5453)
2024-04-01chore(deps): bump go.etcd.io/etcd/client/pkg/v3 from 3.5.12 to 3.5.13 (#5452)dependabot[bot]2-3/+3
2024-04-01chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.26.0 to 1.26.1 (#5451)dependabot[bot]2-6/+6
2024-04-01chore(deps): bump github.com/linxGnu/grocksdb from 1.8.12 to 1.8.14 (#5450)dependabot[bot]2-3/+3
2024-04-01chore(deps): bump github.com/go-sql-driver/mysql from 1.8.0 to 1.8.1 (#5449)dependabot[bot]2-3/+3
2024-04-01chore(deps): bump github.com/viant/ptrie from 0.3.0 to 0.3.1 (#5447)dependabot[bot]2-12/+11
2024-04-01chore(deps): bump github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0 (#5446)dependabot[bot]2-3/+3
2024-04-01chore(deps): bump google.golang.org/api from 0.169.0 to 0.172.0 (#5448)dependabot[bot]2-9/+9
2024-04-01chore(deps): bump actions/dependency-review-action from 4.2.4 to 4.2.5 (#5445)dependabot[bot]1-1/+1
2024-03-31purge old codechrislu1-2/+0
2024-03-31shutdown follower if no clients, not only publisherschrislu1-3/+1
to avoid overhead when a publisher repeatedly send one message and close
2024-03-31add control message to data messagechrislu5-427/+502
2024-03-31send is_close message to brokerchrislu5-231/+260
2024-03-31add publisher name for debuggingchrislu7-211/+236
2024-03-30simplifychrislu3-17/+4
2024-03-30logschrislu2-2/+1
2024-03-30fix: adjust condition in prefixFilterEntries prevent infinite loop (#5440)Nikita Borzykh1-1/+1
2024-03-29[tests] add action s3 tests (#5427)Konstantin Lebedev2-1/+190
2024-03-29[master] grow volumes if no writable volumes in current dataCenter (#5434)Konstantin Lebedev4-4/+19
* grow volumes if no writable volumes in current dataCenter https://github.com/seaweedfs/seaweedfs/issues/3886 * fix tests with volume grow * automatic volume grow one volume * add ErrorChunkAssign metrics
2024-03-28fix panic 5435 (#5436)Konstantin Lebedev4-2/+10