aboutsummaryrefslogtreecommitdiff
path: root/weed
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 advancedtlschrislu1-13/+13
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-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-15optionally skip deleting file chunkschrislu5-214/+230
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)vadimartynov24-64/+102
* 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-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-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-093.683.68chrislu1-1/+1
2024-06-09simplifychrislu1-36/+7
2024-06-07fix: Ensure that the clientAddress is unique (#5655)steve.wei1-1/+7
2024-06-06Fix panic (#5654)Gaspare Iengo1-2/+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-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-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-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-24avoid ticker leakchrislu2-0/+3
2024-05-23go fmtchrislu2-15/+14
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-20Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu16-59/+202
2024-05-20go fmtchrislu26-95/+92
2024-05-18Feature/mongodb security (#5602)sb2-5/+7
2024-05-18add filer configuration options for username/password and tls (#5601)sb2-11/+66
2024-05-17added s3 iam DeleteBucket permission management (#5599)Riccardo Bertossa7-14/+41
2024-05-14[s3] Fixed s3 replication by sending content-md as base64 (#5596)Martin Stiborský1-1/+2
2024-05-12fix: recreate index include deleted files (#5579)Konstantin Lebedev4-31/+64
* fix: recreate index include deleted files https://github.com/seaweedfs/seaweedfs/issues/5508 * fix: counting the number of files * fix: log
2024-05-10Add support for OpenBSD (#5578)Dave St.Germain2-2/+27
Co-authored-by: Dave St.Germain <dcs@adullmoment.com>
2024-05-073.673.67chrislu1-1/+1