aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-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-01fix: ensure complete gRPC stream consumption in doListFilerEntries to ↵Nikita Borzykh1-1/+1
prevent context canceled errors. (#5441)
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-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
2024-03-27lock instead of RLock, to prevent racing conditionchrislu1-2/+2
https://github.com/seaweedfs/seaweedfs/discussions/5432#discussioncomment-8933608
2024-03-25print only adapted urlchrislu3-3/+3
fix https://github.com/seaweedfs/seaweedfs/issues/5424
2024-03-25chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.25.3 to 1.26.0 (#5422)dependabot[bot]2-3/+3
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.25.3 to 1.26.0. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.25.3...v1.26.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2 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-03-25chore(deps): bump github.com/hashicorp/raft from 1.6.0 to 1.6.1 (#5420)dependabot[bot]2-6/+6
Bumps [github.com/hashicorp/raft](https://github.com/hashicorp/raft) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/hashicorp/raft/releases) - [Changelog](https://github.com/hashicorp/raft/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/raft/compare/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/raft 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-03-25chore(deps): bump gocloud.dev from 0.36.0 to 0.37.0 (#5423)dependabot[bot]2-141/+144
Bumps [gocloud.dev](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 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-03-25chore(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.4 (#5418)dependabot[bot]1-1/+1
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.1.3 to 4.2.4. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/9129d7d40b8c12c1ed0f60400d00c92d437adcce...733dd5d4a5203f238c33806593ec0f5fc5343d8c) --- updated-dependencies: - dependency-name: actions/dependency-review-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-03-25fix nil volume data backendchrislu1-0/+3
fix https://github.com/seaweedfs/seaweedfs/issues/5417
2024-03-24Move ListDirectoryEntries logic to ListDirectoryPrefixedEntries in etcd meta ↵Nikita Borzykh1-5/+5
storage backend (#5416) Move ListDirectoryEntries logic to ListDirectoryPrefixedEntries
2024-03-24fix filer address parsing (#5415)Nikita Korolev1-13/+17
2024-03-24Add TLS support, initial etcd connection check, fix key_prefix handling for ↵Nikita Borzykh4-23/+58
etcd backend meta storage (#5403)
2024-03-22[master] add test for PickForWrite add metrics for volume layout (#5413)Konstantin Lebedev3-8/+123
2024-03-22add basic support for sentry error reporting (#5410)Nikita Korolev3-1/+21
2024-03-22fix s3api: delimeter properly takes prefixes into account (#5411)adasauce1-5/+9
2024-03-22[mount] fix GetAttr blocks count (#5409)wusong1-1/+1
2024-03-21clean up logschrislu1-1/+1
2024-03-21adjust log levelchrislu1-1/+1
2024-03-21clean up logschrislu1-2/+2
2024-03-21adjust log levelchrislu1-1/+1
2024-03-21Fix iam service response 500 (#5405)zuzuviewer1-1/+3
2024-03-21fix: panic: assignment to entry in nil map on S3Sink.CreateEntry (#5406)Konstantin Lebedev1-7/+12
2024-03-21Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu1-1/+1
2024-03-21adjust log levelchrislu1-1/+1
2024-03-20fix: sync without dir /buckets/some/.uploads/hash_hash (#5402)Konstantin Lebedev1-1/+1
2024-03-19fix compilationchrislu1-1/+1
2024-03-18chore(deps): bump github.com/rclone/rclone from 1.65.2 to 1.66.0 (#5387)dependabot[bot]3-87/+75
* chore(deps): bump github.com/rclone/rclone from 1.65.2 to 1.66.0 Bumps [github.com/rclone/rclone](https://github.com/rclone/rclone) from 1.65.2 to 1.66.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.65.2...v1.66.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> * Fix compilation error with rclone update (#5395) Fix compilation error --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Damiano Albani <damiano.albani@gmail.com>
2024-03-18fix get file metadata bug (#5394)jerebear122-6/+11
* Removed problematic if statement This if statement was causing the value of option.AllowedOrigins to be always equal to "*". Now the values in the config file will be used when present. This allows for people who don't need this feature to not update their security.toml files. * Update filer_server_handers_read.go * Updated filer responses to invalid requests
2024-03-18chore(deps): bump docker/setup-buildx-action from 3.1.0 to 3.2.0 (#5393)dependabot[bot]7-7/+7
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/0d103c3126aa41d772a8362f6aa67afac040f80c...2b51285047da1547ffb1b2203d8be4c0af6b1f20) --- 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-03-18chore(deps): bump docker/build-push-action from 5.2.0 to 5.3.0 (#5391)dependabot[bot]7-7/+7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/af5a7ed5ba88268d5278f7203fb52cd833f66d6e...2cdde995de11925a030ce8070c3d77a52ffcf1c0) --- updated-dependencies: - dependency-name: docker/build-push-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-03-18chore(deps): bump docker/login-action from 3.0.0 to 3.1.0 (#5392)dependabot[bot]7-9/+9
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/343f7c4344506bcbf9b4de18042ae17996df046d...e92390c5fb421da1463c202d546fed0ec5c39f20) --- updated-dependencies: - dependency-name: docker/login-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>