| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-10-10 | optimize memory usage for large number of volumes | chrislu | 1 | -9/+9 | |
| 1. unwrap the map to avoid extra map object creation 2. fix ec shard counting in UpdateEcShards | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -3/+3 | |
| 2022-04-05 | erasure coding: tracking encoded/decoded volumes | chrislu | 1 | -2/+2 | |
| If an EC shard is created but not spread to other servers, the masterclient would think this shard is not located here. | |||||
| 2021-03-05 | Fix EC shard count logic | Patrick Schmidt | 1 | -9/+8 | |
| This fixes the calculation of the amount of EC shards a node holds. Previously a global counter was increased, but also used inside the loop to apply disk usage deltas. This led to wrong absolute numbers. The fix is to apply only deltas of single EC shards per iteration. | |||||
| 2021-02-16 | fix existence checking | Chris Lu | 1 | -1/+1 | |
| 2021-02-16 | use hdd instead of empty string | Chris Lu | 1 | -2/+2 | |
| 2021-02-16 | this can compile now!!! | Chris Lu | 1 | -58/+66 | |
| 2019-06-05 | fix shard count reporting | Chris Lu | 1 | -1/+6 | |
| 2019-06-04 | free volume slots factor in ec shard counts | Chris Lu | 1 | -11/+10 | |
| 2019-06-04 | ui add ec shard statuses | Chris Lu | 1 | -0/+11 | |
| 2019-05-26 | broadcast vid->location map to master clients for ec chards | Chris Lu | 1 | -0/+26 | |
| 2019-05-26 | incrementally update master ec shards state | Chris Lu | 1 | -0/+37 | |
| 2019-05-25 | allocate ec shards to volume servers | Chris Lu | 1 | -2/+2 | |
| 2019-05-23 | register ec shards to topology | Chris Lu | 1 | -5/+5 | |
| 2019-05-23 | register ec shards to each data node | Chris Lu | 1 | -2/+39 | |
| 2019-05-23 | prepare to register ec shard info in master | Chris Lu | 1 | -1/+7 | |
| 2019-05-22 | ec shard info can be queried via VolumeList() | Chris Lu | 1 | -0/+14 | |
