aboutsummaryrefslogtreecommitdiff
path: root/weed
AgeCommit message (Expand)AuthorFilesLines
2024-12-12fix: record and delete bucket metrics after inactive (#6349)zouyixiong2-8/+47
2024-12-12Begin implementing EC balancing parallelization support. (#6342)Lisandro Pin3-12/+58
2024-12-12Limit EC re-balancing for `ec.encode` to relevant collections when a volume I...Lisandro Pin3-5/+76
2024-12-12Delete legacy balancing code for `ec.encode`. (#6344)Lisandro Pin2-146/+0
2024-12-11[shell] volume.list show only writable volumes (#6338)Konstantin Lebedev1-6/+13
2024-12-11volume.list avoid output empty data center and rack and disk info (#6341)Konstantin Lebedev1-15/+46
2024-12-10Unify the re-balancing logic for `ec.encode` with `ec.balance`. (#6339)Lisandro Pin6-136/+156
2024-12-10[shell] use constant for hdd of type (#6337)Konstantin Lebedev5-7/+11
2024-12-06Remove average constraints when selecting nodes/racks to balance EC shards in...Lisandro Pin3-97/+12
2024-12-05Replaced https.client.enabled with false in scaffold/security (#6320)vadimartynov1-1/+1
2024-12-05adjust error messagechrislu1-1/+3
2024-12-05Share common parameters for EC re-balancing functions under a single struct. ...Lisandro Pin3-187/+189
2024-12-04Account for replication placement settings when balancing EC shards within th...Lisandro Pin3-35/+57
2024-12-04Account for replication placement settings when balancing EC shards across ra...Lisandro Pin4-29/+36
2024-12-02[security] reload whiteList on http seerver (#6302)Konstantin Lebedev6-34/+81
2024-12-02Resolve replica placement for EC volumes from master server defaults. (#6303)Lisandro Pin3-28/+103
2024-11-28Display details upon failures to re-balance EC shards racks. (#6299)Lisandro Pin2-12/+18
2024-11-27Improve EC shards rebalancing logic across nodes (#6297)Lisandro Pin2-33/+159
2024-11-26change comment for expect header (#6289)steve.wei1-5/+4
2024-11-26[master] avoid timeout when assigning for main request with filter by DC or r...Konstantin Lebedev3-4/+8
2024-11-26[master] update LastLeaderChangeTime for hashicorp raft (#6292)Konstantin Lebedev2-1/+1
2024-11-25use readable bytes size string in shell output (#6288)Trim211-1/+3
2024-11-25use ShouldGrowVolumesByDcAndRack (#6280)Konstantin Lebedev3-29/+42
2024-11-25fix missing register master metric MasterPickForWriteErrorCounter (#6277)Konstantin Lebedev1-0/+1
2024-11-23fix EcVolumes sorting in volume UI (#6275)Trim211-3/+4
2024-11-23wait a bit before getting the next volume id if the leader is recently electedchrislu3-0/+10
2024-11-21use math rand v2chrislu1-2/+2
2024-11-21format errorchrislu2-7/+7
2024-11-21Improve EC shards rebalancing logic across racks (#6270)Lisandro Pin4-40/+269
2024-11-21ExclusiveLocker only create one renew goroutine (#6269)Numblgw1-34/+45
2024-11-21filer sync: source path and exclude path support dir suffix (#6268)Numblgw1-8/+13
2024-11-21[master] Revert back automatic volume grow in case of compensate for crowded ...Konstantin Lebedev1-0/+3
2024-11-21[shell] don't require lock when there are no changes for volume.fix.replicati...Konstantin Lebedev1-3/+4
2024-11-21[master] avoid crowded more writable for auto grow (#6214)Konstantin Lebedev2-8/+8
2024-11-21fix compilationchrislu1-2/+3
2024-11-21display actual offset valuechrislu1-1/+1
2024-11-21ReadAt may return io.EOF t end of filechrislu11-21/+73
2024-11-20adjust error messagechrislu1-0/+3
2024-11-20consistent error message if auth is not setupchrislu1-1/+6
2024-11-20[shell] add noLock param for volume.move (#6261)Konstantin Lebedev2-4/+12
2024-11-19adjust error messagechrislu1-1/+1
2024-11-19typochrislu1-8/+8
2024-11-19renamechrislu1-11/+11
2024-11-19minorchrislu1-1/+1
2024-11-19Unify usage of shell.EcNode.dc as DataCenterId. (#6258)Lisandro Pin11-31/+35
2024-11-18adds more info on skipped volumeschrislu1-0/+14
2024-11-18Introduce logic to resolve volume replica placement within EC rebalancing. (#...Lisandro Pin5-58/+141
2024-11-183.803.80chrislu1-1/+1
2024-11-17Adjust threshold config (#6246)zemul1-0/+1
2024-11-15Fix/parse upload filename (#6241)Kevin Bulteel4-134/+123