aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-11-25chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#6284)dependabot[bot]2-2/+3
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify 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-11-25chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.45 to ↵dependabot[bot]2-33/+33
1.17.46 (#6285) chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) from 1.17.45 to 1.17.46. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.17.45...credentials/v1.17.46) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/credentials 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-11-25chore(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (#6286)dependabot[bot]2-3/+3
Bumps google.golang.org/protobuf from 1.35.1 to 1.35.2. --- updated-dependencies: - dependency-name: google.golang.org/protobuf 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-11-25use ShouldGrowVolumesByDcAndRack (#6280)Konstantin Lebedev3-29/+42
2024-11-25fix missing register master metric MasterPickForWriteErrorCounter (#6277)Konstantin Lebedev1-0/+1
2024-11-23fix EcVolumes sorting in volume UI (#6275)Trim211-3/+4
* Update store_ec.go * fix: EcVolume sorting not work * use stdlib * revert
2024-11-23wait a bit before getting the next volume id if the leader is recently electedchrislu3-0/+10
2024-11-21use math rand v2chrislu1-2/+2
2024-11-21format errorchrislu2-7/+7
2024-11-21Improve EC shards rebalancing logic across racks (#6270)Lisandro Pin4-40/+269
Improve EC shards rebalancing logic across racks. - Favor target shards with less preexisting shards, to ensure a fair distribution. - Randomize selection when multiple possible target shards are available. - Add logic to account for replication settings when selecting target shards (currently disabled).
2024-11-21ExclusiveLocker only create one renew goroutine (#6269)Numblgw1-34/+45
Co-authored-by: liguowei <liguowei@xinye.com>
2024-11-21filer sync: source path and exclude path support dir suffix (#6268)Numblgw1-8/+13
filer sync: source path and exclude paht support dir suffix Co-authored-by: liguowei <liguowei@xinye.com>
2024-11-21[master] Revert back automatic volume grow in case of compensate for crowded ↵Konstantin Lebedev1-0/+3
volumes (#6267) brought back the Automatic Volume Grow to compensate for crowded volumes
2024-11-21[shell] don't require lock when there are no changes for ↵Konstantin Lebedev1-3/+4
volume.fix.replication (#6266) * don't require lock when there are no changes * revert takeAction
2024-11-21[master] avoid crowded more writable for auto grow (#6214)Konstantin Lebedev2-8/+8
avoid crowded more writable https://github.com/seaweedfs/seaweedfs/issues/6121
2024-11-21fix compilationchrislu1-2/+3
2024-11-21display actual offset valuechrislu1-1/+1
2024-11-21ReadAt may return io.EOF t end of filechrislu11-21/+73
related to https://github.com/seaweedfs/seaweedfs/issues/6219
2024-11-20adjust error messagechrislu1-0/+3
2024-11-20consistent error message if auth is not setupchrislu1-1/+6
fix https://github.com/seaweedfs/seaweedfs/issues/6262
2024-11-20[shell] add noLock param for volume.move (#6261)Konstantin Lebedev2-4/+12
2024-11-19adjust error messagechrislu1-1/+1
2024-11-19chore(deps): bump github.com/rclone/rclone from 1.68.1 to 1.68.2 (#6260)dependabot[bot]2-3/+3
Bumps [github.com/rclone/rclone](https://github.com/rclone/rclone) from 1.68.1 to 1.68.2. - [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.68.1...v1.68.2) --- updated-dependencies: - dependency-name: github.com/rclone/rclone dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19typochrislu1-8/+8
2024-11-19renamechrislu1-11/+11
2024-11-19minorchrislu1-1/+1
2024-11-19Unify usage of shell.EcNode.dc as DataCenterId. (#6258)Lisandro Pin11-31/+35
2024-11-18java 3.80chrislu8-15/+15
2024-11-18adds more info on skipped volumeschrislu1-0/+14
2024-11-18Introduce logic to resolve volume replica placement within EC rebalancing. ↵Lisandro Pin5-58/+141
(#6254) * Rename `command_ec_encode_test.go` to `command_ec_common_test.go`. All tests defined in this file are now for `command_ec_common.go`. * Minor code cleanups. - Fix broken `ec.balance` test. - Rework integer ceiling division to not use floats, which can introduce precision errors. * Introduce logic to resolve volume replica placement within EC rebalancing. This will be used to make rebalancing logic topology-aware. * Give shell.EcNode.dc a dedicated DataCenterId type.
2024-11-183.803.80chrislu2-3/+3
2024-11-18chore(deps): bump github.com/linxGnu/grocksdb from 1.9.5 to 1.9.7 (#6249)dependabot[bot]2-3/+3
Bumps [github.com/linxGnu/grocksdb](https://github.com/linxGnu/grocksdb) from 1.9.5 to 1.9.7. - [Release notes](https://github.com/linxGnu/grocksdb/releases) - [Commits](https://github.com/linxGnu/grocksdb/compare/v1.9.5...v1.9.7) --- updated-dependencies: - dependency-name: github.com/linxGnu/grocksdb 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-11-18chore(deps): bump modernc.org/sqlite from 1.33.1 to 1.34.1 (#6251)dependabot[bot]2-3/+3
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.33.1 to 1.34.1. - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.33.1...v1.34.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-18chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.0 to 1.28.4 ↵dependabot[bot]2-18/+18
(#6252) 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.28.0 to 1.28.4. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.28.0...config/v1.28.4) --- 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-11-18chore(deps): bump go.etcd.io/etcd/client/v3 from 3.5.16 to 3.5.17 (#6253)dependabot[bot]2-9/+9
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.16 to 3.5.17. - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](https://github.com/etcd-io/etcd/compare/v3.5.16...v3.5.17) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-17Adjust threshold config (#6246)zemul1-0/+1
* fix:mount deadlock * fix --------- Co-authored-by: zemul <zhouzemiao@ihuman.com>
2024-11-15Fix/parse upload filename (#6241)Kevin Bulteel4-134/+123
* fix: parse filename in PUT + refactor * fix: master iu public url with http * fix: better parsing and handle disposition header * fix: take mime type from file extension if not set
2024-11-15Add a loop to wait for master and filer services in post-install-bucket-hook ↵Omar Hamadeh1-2/+22
(#6240) Add a loop to wait for master and filer services before creating buckets
2024-11-14fix java.lang.IllegalArgumentException: Comparison method violates its ↵fo402251-9/+12
general contract! (#6239)
2024-11-14feat(filer.backup): add ignore errors option (#6235)Max Denushev3-19/+52
* feat(filer.backup): add ignore errors option * feat(filer.backup): fix 404 error wrap * feat(filer.backup): fix wrapping function * feat(filer.backup): fix wrapping errors in genProcessFunction * Update weed/command/filer_backup.go * Update weed/command/filer_backup.go * Update weed/command/filer_backup.go --------- Co-authored-by: Max Denushev <denushev@tochka.com> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
2024-11-12added backward compatible CRC check and extra explanatory comments (#6233)Eugeniy E. Mikhailov2-3/+10
2024-11-11chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#6231)dependabot[bot]2-3/+3
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](https://github.com/golang-jwt/jwt/compare/v4.5.0...v4.5.1) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-11chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.66.2 to ↵dependabot[bot]2-21/+21
1.66.3 (#6225) chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.66.2 to 1.66.3. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.66.2...service/s3/v1.66.3) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/service/s3 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-11-11chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.32.3 to 1.32.4 (#6227)dependabot[bot]2-3/+3
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.32.3 to 1.32.4. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.32.3...v1.32.4) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2 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-11-11chore(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.89.2 to ↵dependabot[bot]2-3/+3
3.91.0 (#6228) 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.89.2 to 3.91.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.89.2...v3.91.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-11-11chore(deps): bump golang.org/x/tools from 0.26.0 to 0.27.0 (#6229)dependabot[bot]2-29/+24
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.26.0 to 0.27.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/tools 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-11-09delete aborted ec shards from both source and target servers (#6221)Chris Lu1-1/+4
fix https://github.com/seaweedfs/seaweedfs/issues/6205#issuecomment-2465004586
2024-11-08[helm] fix s3 servicemonitor label matching (#6218)Nathan Dorsey1-2/+2
2024-11-07remove the direct_io flag, as it is not well-supported on macOSchrislu3-0/+11
2024-11-07adjust logschrislu1-1/+1