| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-08-02 | add command backup destory volume error log (#5846) | qinguoyi | 1 | -1/+3 | |
| 2024-07-16 | Added loadSecurityConfigOnce (#5792) | vadimartynov | 1 | -1/+1 | |
| 2024-06-14 | Added context for the MasterClient's methods to avoid endless loops (#5628) | vadimartynov | 1 | -1/+2 | |
| * 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 | |||||
| 2023-06-14 | avoid data race read volume.IsEmpty (#4574) | 柏杰 | 1 | -1/+1 | |
| * avoid data race read volume.IsEmpty - avoid phantom read isEmpty for onlyEmpty - use `v.DataBackend.GetStat()` in v.dataFileAccessLock scope * add Destroy(onlyEmpty: true) test * add Destroy(onlyEmpty: false) test * remove unused `IsEmpty()` * change literal `8` to `SuperBlockSize` | |||||
| 2022-11-14 | Lazy loading (#3958) | Guo Lei | 1 | -2/+3 | |
| * types packages is imported more than onece * lazy-loading * fix bugs * fix bugs * fix unit tests * fix test error * rename function * unload ldb after initial startup * Don't load ldb when starting volume server if ldbtimeout is set. * remove uncessary unloadldb * Update weed/command/server.go Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> * Update weed/command/volume.go Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> Co-authored-by: guol-fnst <goul-fnst@fujitsu.com> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -7/+7 | |
| 2022-05-13 | backup do not need to use preallocation | chrislu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/3044 | |||||
| 2021-10-24 | volume vacuum: avoid timeout with streaming progress report | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2396 | |||||
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -2/+3 | |
| 2021-08-12 | move some volume lookup operations to grpc | Chris Lu | 1 | -1/+1 | |
| jwt related lookup will come in next commit | |||||
| 2021-02-17 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-02-17 | refactoring to get master function, instead of passing master values directly | Chris Lu | 1 | -1/+1 | |
| this will enable retrying later | |||||
| 2020-11-27 | volume: add "-dir.idx" option for separate index storage | Chris Lu | 1 | -2/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1265 | |||||
| 2020-07-16 | resolve directories if containing home directory | Chris Lu | 1 | -2/+2 | |
| 2020-03-11 | volume: follow compactionBytePerSecond | Chris Lu | 1 | -1/+1 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1108 | |||||
| 2020-01-29 | support env variables to overwrite toml file | Chris Lu | 1 | -3/+1 | |
| 2019-12-24 | compaction changed to .idx based deletion | Chris Lu | 1 | -1/+1 | |
| 2019-12-23 | shell: add ec.decode command | Chris Lu | 1 | -4/+6 | |
| 2019-10-29 | changed from os.file to backend.DataStorageBackend | Chris Lu | 1 | -1/+1 | |
| 2019-09-12 | Change joeslay paths to chrislusf paths | j.laycock | 1 | -5/+5 | |
| 2019-09-04 | Changed the InMemory bool to a uint32 so that it can be used to alter how ↵ | Tom Maxwell | 1 | -2/+2 | |
| much space to reserve | |||||
| 2019-09-03 | Rename mem_map to mMap, remove some in_memory variables being passed around, ↵ | j.laycock | 1 | -1/+1 | |
| added MemoryMapped member to volume struct | |||||
| 2019-09-03 | Changes to try and pass the URL parameters through - in memory flag not ↵ | Tom Maxwell | 1 | -3/+3 | |
| working still | |||||
| 2019-09-02 | Swap imports to use joeslay | j.laycock | 1 | -5/+5 | |
| 2019-08-16 | weed backup: add ttl and replication parameter | xushuxun | 1 | -13/+41 | |
| 2019-06-05 | periodic scripts exeuction from leader master | Chris Lu | 1 | -2/+2 | |
| 2019-05-03 | volume: add option to limit compaction speed | Chris Lu | 1 | -1/+1 | |
| 2019-04-19 | volume: atomic copying file, adds version and stopOffset | Chris Lu | 1 | -2/+2 | |
| 2019-04-19 | fix needle map entry size | Chris Lu | 1 | -1/+3 | |
| 2019-04-18 | refactoring | Chris Lu | 1 | -2/+4 | |
| 2019-04-17 | refactoring | Chris Lu | 1 | -1/+1 | |
| 2019-04-11 | typo: remove blank | Wine93 | 1 | -4/+4 | |
| 2019-03-25 | refactoring, go fmt | Chris Lu | 1 | -1/+1 | |
| 2019-03-25 | WIP | Chris Lu | 1 | -1/+26 | |
| 2019-02-18 | adding grpc mutual tls | Chris Lu | 1 | -2/+9 | |
| 2019-02-06 | fixing of typos | Sergey | 1 | -1/+1 | |
| 2019-01-17 | go fmt and fix some typo | bingoohuang | 1 | -1/+1 | |
| 2018-10-15 | migrate volume sync status to grpc API on volume server | Chris Lu | 1 | -1/+1 | |
| 2017-01-08 | support Fallocate on linux | Chris Lu | 1 | -1/+1 | |
| 2016-06-02 | directory structure change to work with glide | Chris Lu | 1 | -0/+90 | |
| glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this. | |||||
