aboutsummaryrefslogtreecommitdiff
path: root/weed
AgeCommit message (Collapse)AuthorFilesLines
2024-06-03fix deadlock caused by message chan blocked (#5639)LHHDZ1-0/+8
2024-06-02Solaris disk support (#5638)Dominic Pearson5-8/+47
2024-06-02Support concurrent volume.fsck & support disabling -cutoffTimeAgo to improve ↵NyaMisty1-18/+33
speed (#5636)
2024-06-02Ignore remote volume when selecting volumes in operation ↵NyaMisty1-0/+4
(ec.encode/volume.tier.upload) (#5635)
2024-06-02Fix volume.tier.upload nil pointer panic (#5634)NyaMisty1-0/+6
2024-06-02Fix sorted needle file's write mode for (*SortedFileNeedleMap).Delete() (#5633)NyaMisty1-1/+1
2024-05-30Merge branch 'master' into mqchrislu5-2/+6
2024-05-30remove per-message debug logschrislu3-6/+5
2024-05-30fix size calculationchrislu2-1/+15
2024-05-30debugchrislu2-2/+6
2024-05-30fix passing sub follower offsetchrislu1-1/+1
2024-05-30fix cases when buffer wraps aroundchrislu2-5/+31
2024-05-30fixchrislu1-1/+0
2024-05-30stop partitionOffsetChan if closedchrislu1-0/+5
2024-05-29skip control messageschrislu2-2/+8
2024-05-29fix inflight message trackerchrislu3-87/+124
2024-05-29passing along publisher namechrislu3-284/+285
2024-05-29avoid nil stopChanchrislu1-2/+3
2024-05-29less logschrislu1-10/+9
2024-05-29Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu1-1/+1
2024-05-29pass along volume server grpc portchrislu3-0/+4
fix https://github.com/seaweedfs/seaweedfs/issues/5617
2024-05-27balance subscriberschrislu13-597/+686
need to ensure the offsets are persisted
2024-05-27chore(deps): bump github.com/ydb-platform/ydb-go-sdk-auth-environ from 0.2.0 ↵dependabot[bot]1-1/+1
to 0.4.2 (#5621) * chore(deps): bump github.com/ydb-platform/ydb-go-sdk-auth-environ Bumps [github.com/ydb-platform/ydb-go-sdk-auth-environ](https://github.com/ydb-platform/ydb-go-sdk-auth-environ) from 0.2.0 to 0.4.2. - [Changelog](https://github.com/ydb-platform/ydb-go-sdk-auth-environ/blob/master/CHANGELOG.md) - [Commits](https://github.com/ydb-platform/ydb-go-sdk-auth-environ/compare/v0.2.0...v0.4.2) --- updated-dependencies: - dependency-name: github.com/ydb-platform/ydb-go-sdk-auth-environ dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix compilation --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: chrislu <chris.lu@gmail.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 mqchrislu2-0/+3
2024-05-24avoid ticker leakchrislu2-0/+3
2024-05-23refactorchrislu2-19/+26
2024-05-23go fmtchrislu5-19/+19
2024-05-23Merge branch 'master' into mqchrislu2-15/+14
2024-05-23go fmtchrislu2-15/+14
2024-05-23coordinator receives unassignment ackchrislu7-491/+615
2024-05-22Merge branch 'master' into mqchrislu1-1/+2
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