aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-06-24adjust visibilitychrislu4-29/+29
2024-06-23minorchrislu1-2/+2
2024-06-22fix: correct command flag for master.raftBootstrap option in server.go (#5701)Nikita Borzykh1-1/+1
2024-06-22Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu2-3/+9
2024-06-22update advancedtlschrislu3-16/+22
2024-06-20bugfix: unregister ec shards when volume server disconnected (#5697)Numblgw1-0/+5
bugfix unregister ec shards when volume server disconnected Co-authored-by: liguowei <liguowei@xinye.com>
2024-06-20chore: hot fix panic fs.verify (#5696)Konstantin Lebedev1-3/+4
2024-06-19add dev notechrislu1-0/+1
2024-06-19[fs.verify] skip failed files if entry not found on filerStore (#5693)Konstantin Lebedev2-21/+57
2024-06-18[fs.verify] getmeta data from filer log (#5678)Konstantin Lebedev1-65/+104
* initial * fix: print entry path
2024-06-17adjust error handlingchrislu4-4/+4
fix https://github.com/seaweedfs/seaweedfs/issues/5677
2024-06-17chore(deps): bump github.com/aws/aws-sdk-go from 1.53.5 to 1.54.2 (#5685)dependabot[bot]2-3/+3
2024-06-17fix #5681 convert all resources parameters to maps instead of strings (#5689)JesseBot6-13/+13
2024-06-17chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.54.3 to ↵dependabot[bot]2-12/+12
1.55.1 (#5687)
2024-06-17chore(deps): bump github.com/rabbitmq/amqp091-go from 1.9.0 to 1.10.0 (#5688)dependabot[bot]2-4/+3
2024-06-17chore(deps): bump github.com/fclairamb/ftpserverlib from 0.24.0 to 0.24.1 ↵dependabot[bot]2-3/+3
(#5686)
2024-06-17chore(deps): bump golang.org/x/image from 0.16.0 to 0.17.0 (#5684)dependabot[bot]2-3/+3
2024-06-17chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.16 to ↵dependabot[bot]2-27/+27
1.17.18 (#5683)
2024-06-17chore(deps): bump github.com/shirou/gopsutil/v3 from 3.24.4 to 3.24.5 (#5682)dependabot[bot]2-9/+3
2024-06-17chore(deps): bump docker/build-push-action from 5.4.0 to 6.0.0 (#5680)dependabot[bot]7-7/+7
2024-06-17chore(deps): bump wangyoucao577/go-release-action from 1.50 to 1.51 (#5679)dependabot[bot]6-14/+14
2024-06-16Update README.mdChris Lu1-1/+1
2024-06-15optionally skip deleting file chunkschrislu6-214/+231
2024-06-15DeleteUncommittedChunkschrislu1-1/+1
2024-06-15refactorchrislu1-1/+5
2024-06-15refactorchrislu5-6/+10
2024-06-14Added context for the MasterClient's methods to avoid endless loops (#5628)vadimartynov26-66/+106
* Added context for the MasterClient's methods to avoid endless loops * Returned WithClient function. Added WithClientCustomGetMaster function * Hid unused ctx arguments * Using a common context for the KeepConnectedToMaster and WaitUntilConnected functions * Changed the context termination check in the tryConnectToMaster function * Added a child context to the tryConnectToMaster function * Added a common context for KeepConnectedToMaster and WaitUntilConnected functions in benchmark
2024-06-14minorchrislu1-0/+1
2024-06-13more logschrislu1-1/+6
2024-06-12add missing tagschrislu2-2/+2
fix https://github.com/seaweedfs/seaweedfs/issues/5676
2024-06-11fix issue: sometimes volume.fsck report 'volume not found' (#5537)Taehyung Lim1-5/+10
* fix issue: sometimes volume.fsck report 'volume not found' when a volume server has multiple disk types * rename variable * adjust counters --------- Co-authored-by: chrislu <chris.lu@gmail.com>
2024-06-11chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from ↵dependabot[bot]2-29/+29
1.5.1 to 1.6.0 (#5675) chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md) - [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/internal/v1.5.1...sdk/azcore/v1.6.0) --- updated-dependencies: - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10Meenakshi fix filer sync (#5672)MeenakshiSachdeva1-0/+1
* Fix Filer Sync Issue: 5455 * Fix Filer Sync Issue: 5455
2024-06-10Fix Filer Sync Issue: 5455 (#5663)MeenakshiSachdeva2-0/+7
2024-06-10chore(deps): bump github.com/linxGnu/grocksdb from 1.8.14 to 1.9.1 (#5670)dependabot[bot]2-3/+3
Bumps [github.com/linxGnu/grocksdb](https://github.com/linxGnu/grocksdb) from 1.8.14 to 1.9.1. - [Release notes](https://github.com/linxGnu/grocksdb/releases) - [Commits](https://github.com/linxGnu/grocksdb/compare/v1.8.14...v1.9.1) --- updated-dependencies: - dependency-name: github.com/linxGnu/grocksdb 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-06-10chore(deps): bump github.com/prometheus/procfs from 0.15.0 to 0.15.1 (#5669)dependabot[bot]2-3/+3
Bumps [github.com/prometheus/procfs](https://github.com/prometheus/procfs) from 0.15.0 to 0.15.1. - [Release notes](https://github.com/prometheus/procfs/releases) - [Commits](https://github.com/prometheus/procfs/compare/v0.15.0...v0.15.1) --- updated-dependencies: - dependency-name: github.com/prometheus/procfs 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-06-10chore(deps): bump github.com/getsentry/sentry-go from 0.27.0 to 0.28.0 (#5668)dependabot[bot]2-8/+8
Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.27.0 to 0.28.0. - [Release notes](https://github.com/getsentry/sentry-go/releases) - [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-go/compare/v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: github.com/getsentry/sentry-go 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-06-10chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#5667)dependabot[bot]2-9/+9
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.18.2 to 1.19.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](https://github.com/spf13/viper/compare/v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper 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-06-10chore(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 (#5666)dependabot[bot]2-3/+3
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.2 to 1.64.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.63.2...v1.64.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10chore(deps): bump docker/build-push-action from 5.3.0 to 5.4.0 (#5665)dependabot[bot]7-7/+7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/2cdde995de11925a030ce8070c3d77a52ffcf1c0...ca052bb54ab0790a636c9b5f226502c73d547a25) --- 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-06-093.683.68chrislu2-3/+3
2024-06-09simplifychrislu1-36/+7
2024-06-07fix: Ensure that the clientAddress is unique (#5655)steve.wei1-1/+7
2024-06-07Allow defining labels and annotations per component (#5657)Salah Al Saleh5-0/+48
2024-06-06Fix panic (#5654)Gaspare Iengo1-2/+4
2024-06-06Allow using a PVC to store filer and master logs (#5653)Salah Al Saleh2-4/+4
2024-06-06Fix Issue #5649 (#5652)Gaspare Iengo3-6/+29
2024-06-05Set the capacity of clientChan to 10000 (#5647)steve.wei1-2/+1
2024-06-04fix(s3api): make post api upload object default return 204 (#5648)Lê Hoàng Nam1-1/+3
2024-06-03chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 (#5645)dependabot[bot]7-9/+9
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/e92390c5fb421da1463c202d546fed0ec5c39f20...0d4c9c5ea7693da7b068278f7b52bda2a190a446) --- 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>