aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-05-27chore(deps): bump github.com/prometheus/procfs from 0.13.0 to 0.15.0 (#5624)dependabot[bot]2-3/+3
Bumps [github.com/prometheus/procfs](https://github.com/prometheus/procfs) from 0.13.0 to 0.15.0. - [Release notes](https://github.com/prometheus/procfs/releases) - [Commits](https://github.com/prometheus/procfs/compare/v0.13.0...v0.15.0) --- updated-dependencies: - dependency-name: github.com/prometheus/procfs 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-05-27chore(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.66.3 to ↵dependabot[bot]2-3/+3
3.68.1 (#5622) 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.66.3 to 3.68.1. - [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.66.3...v3.68.1) --- 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-05-27chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.53.2 to ↵dependabot[bot]2-21/+21
1.54.3 (#5620) 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.53.2 to 1.54.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.53.2...service/s3/v1.54.3) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/service/s3 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-05-27Replaces volume.unmount in the help of the volumeServer.leave (#5619)Vlad1-1/+1
2024-05-26add marketchrislu2-0/+449
2024-05-26use type ConsumerGroupInstanceIdchrislu4-13/+13
2024-05-24Merge branch 'master' into mqchrislu4-0/+5
2024-05-24avoid ticker leakchrislu4-0/+5
2024-05-23refactorchrislu2-19/+26
2024-05-23go fmtchrislu5-19/+19
2024-05-23Merge branch 'master' into mqchrislu3-16/+15
2024-05-23go fmtchrislu2-15/+14
2024-05-23coordinator receives unassignment ackchrislu7-491/+615
2024-05-23increase helm chart version to include the emptyDir storage feature (#5613)Tomer Eskenazi1-1/+1
2024-05-22Merge branch 'master' into mqchrislu6-15/+75
2024-05-22Helm: Fix warning when providing resource requests/limits for S3 (#5611)Johnny Cederholm1-1/+1
2024-05-22helm chart - add support for emptyDir storage type (#5610)Tomer Eskenazi5-13/+72
2024-05-21fix wrong prefix exampleChris Lu1-1/+1
2024-05-21chore: add missing concurrency help in fs.meta.load command (#5609)Vlad1-0/+1
2024-05-21renamechrislu10-29/+29
2024-05-21rename filechrislu1-0/+0
2024-05-21rename Coordinator to SubCoordinatorchrislu2-12/+12
2024-05-21rename filechrislu1-0/+0
2024-05-21rename Balancer to PubBalancerchrislu8-21/+21
2024-05-21client side stop partition subscribing if unassignedchrislu2-12/+27
2024-05-21fix compilationchrislu1-7/+2
2024-05-21refactorchrislu5-488/+571
ToDo 1. handle unassignment on client side 2. get notified of completed unassignment 3. in consumer_group.go, balance and send unassignment
2024-05-20avoid concurrent processing for the same keychrislu2-0/+12
2024-05-20refactorchrislu2-104/+112
2024-05-20remove ProcessorConfigurationchrislu5-22/+17
2024-05-20fixchrislu1-0/+3
2024-05-20unusedchrislu2-500/+400
2024-05-20sending keyed offsetchrislu1-3/+12
2024-05-20minorchrislu1-7/+7
2024-05-20go fmtchrislu15-56/+58
2024-05-20Merge branch 'master' into mqchrislu54-1674/+2319
2024-05-20Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu29-1580/+2228
2024-05-20go fmtchrislu26-95/+92
2024-05-20adjust logschrislu1-1/+1
2024-05-20track offsetchrislu9-183/+215
2024-05-20add InflightMessageTrackerchrislu2-0/+205
2024-05-20chore(deps): bump github.com/aws/aws-sdk-go from 1.51.30 to 1.53.5 (#5608)dependabot[bot]2-3/+3
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.51.30 to 1.53.5. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.51.30...v1.53.5) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-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-05-20chore(deps): bump cloud.google.com/go/storage from 1.40.0 to 1.41.0 (#5607)dependabot[bot]2-6/+8
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.40.0 to 1.41.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.40.0...spanner/v1.41.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/storage 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-05-20chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.26.1 to 1.27.0 (#5606)dependabot[bot]2-3/+3
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.26.1 to 1.27.0. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.26.1...v1.27.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-05-20chore(deps): bump google.golang.org/api from 0.177.0 to 0.181.0 (#5605)dependabot[bot]2-23/+23
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.177.0 to 0.181.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.177.0...v0.181.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20chore(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1 (#5604)dependabot[bot]2-5/+3
Bumps google.golang.org/protobuf from 1.34.0 to 1.34.1. --- 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-05-19fixchrislu1-1/+1
2024-05-19ConcurrentPartitionLimitchrislu3-15/+23
2024-05-19less logschrislu1-1/+1
2024-05-19start consuming ASAPchrislu5-307/+357