| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-07-01 | refactor all methods strings to const (#5726) | Konstantin Lebedev | 16 | -82/+82 | |
| 2024-07-01 | avoid possible nil case during other error cases | chrislu | 1 | -1/+1 | |
| 2024-06-30 | using fixed bootstrap from peer filer3.69 | chrislu | 3 | -8/+0 | |
| 2024-06-30 | 3.69 | chrislu | 1 | -1/+1 | |
| 2024-06-28 | ParallelProcessDirectoryStructure | chrislu | 1 | -0/+38 | |
| need to use this for simpler parallel processing | |||||
| 2024-06-28 | Merge branch 'master' of https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -1/+1 | |
| 2024-06-28 | bootstrap filer from one peer | chrislu | 9 | -486/+853 | |
| 2024-06-28 | remove unused | chrislu | 1 | -62/+0 | |
| 2024-06-28 | fixed fail to initialize existing ec volume when volume server has separate ↵ | Taehyung Lim | 1 | -1/+1 | |
| index dictory (#5723) | |||||
| 2024-06-25 | optionally open the leveldb in readonly mode | chrislu | 2 | -5/+10 | |
| 2024-06-25 | remove unused function | chrislu | 3 | -10/+0 | |
| 2024-06-25 | check bucket name in sql backend | chrislu | 1 | -0/+6 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5710 | |||||
| 2024-06-24 | adjust visibility | chrislu | 4 | -29/+29 | |
| 2024-06-23 | minor | chrislu | 1 | -2/+2 | |
| 2024-06-22 | fix: correct command flag for master.raftBootstrap option in server.go (#5701) | Nikita Borzykh | 1 | -1/+1 | |
| 2024-06-22 | Merge branch 'master' of https://github.com/seaweedfs/seaweedfs | chrislu | 2 | -3/+9 | |
| 2024-06-22 | update advancedtls | chrislu | 1 | -13/+13 | |
| 2024-06-20 | bugfix: unregister ec shards when volume server disconnected (#5697) | Numblgw | 1 | -0/+5 | |
| bugfix unregister ec shards when volume server disconnected Co-authored-by: liguowei <liguowei@xinye.com> | |||||
| 2024-06-20 | chore: hot fix panic fs.verify (#5696) | Konstantin Lebedev | 1 | -3/+4 | |
| 2024-06-19 | [fs.verify] skip failed files if entry not found on filerStore (#5693) | Konstantin Lebedev | 2 | -21/+57 | |
| 2024-06-18 | [fs.verify] getmeta data from filer log (#5678) | Konstantin Lebedev | 1 | -65/+104 | |
| * initial * fix: print entry path | |||||
| 2024-06-17 | adjust error handling | chrislu | 4 | -4/+4 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5677 | |||||
| 2024-06-15 | Merge branch 'master' into mq | chrislu | 8 | -221/+245 | |
| 2024-06-15 | optionally skip deleting file chunks | chrislu | 5 | -214/+230 | |
| 2024-06-15 | DeleteUncommittedChunks | chrislu | 1 | -1/+1 | |
| 2024-06-15 | refactor | chrislu | 1 | -1/+5 | |
| 2024-06-15 | refactor | chrislu | 5 | -6/+10 | |
| 2024-06-14 | sort imports | chrislu | 1 | -1/+1 | |
| 2024-06-14 | Merge branch 'master' into mq | chrislu | 24 | -64/+102 | |
| 2024-06-14 | Added context for the MasterClient's methods to avoid endless loops (#5628) | vadimartynov | 24 | -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-14 | Merge branch 'master' into mq | chrislu | 1 | -0/+1 | |
| 2024-06-14 | minor | chrislu | 1 | -0/+1 | |
| 2024-06-13 | Merge branch 'master' into mq | chrislu | 1 | -1/+6 | |
| 2024-06-13 | more logs | chrislu | 1 | -1/+6 | |
| 2024-06-12 | Merge branch 'master' into mq | chrislu | 4 | -5/+18 | |
| 2024-06-11 | fix issue: sometimes volume.fsck report 'volume not found' (#5537) | Taehyung Lim | 1 | -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-10 | Meenakshi fix filer sync (#5672) | MeenakshiSachdeva | 1 | -0/+1 | |
| * Fix Filer Sync Issue: 5455 * Fix Filer Sync Issue: 5455 | |||||
| 2024-06-10 | Fix Filer Sync Issue: 5455 (#5663) | MeenakshiSachdeva | 2 | -0/+7 | |
| 2024-06-09 | Merge branch 'master' into mq | chrislu | 1 | -1/+1 | |
| 2024-06-09 | 3.683.68 | chrislu | 1 | -1/+1 | |
| 2024-06-09 | Merge branch 'master' into mq | chrislu | 2 | -37/+14 | |
| 2024-06-09 | simplify | chrislu | 1 | -36/+7 | |
| 2024-06-07 | fix: Ensure that the clientAddress is unique (#5655) | steve.wei | 1 | -1/+7 | |
| 2024-06-06 | refactor out FilerClientAccessor | chrislu | 4 | -6/+9 | |
| 2024-06-06 | Merge branch 'master' into mq | chrislu | 4 | -10/+34 | |
| 2024-06-06 | Fix panic (#5654) | Gaspare Iengo | 1 | -2/+4 | |
| 2024-06-06 | Fix Issue #5649 (#5652) | Gaspare Iengo | 3 | -6/+29 | |
| 2024-06-05 | Set the capacity of clientChan to 10000 (#5647) | steve.wei | 1 | -2/+1 | |
| 2024-06-04 | Merge branch 'master' into mq | chrislu | 11 | -28/+102 | |
| 2024-06-04 | fix(s3api): make post api upload object default return 204 (#5648) | Lê Hoàng Nam | 1 | -1/+3 | |
