index
:
seaweedfs/.git
master
origin/HEAD
origin/add-ec-vacuum
origin/add_fasthttp_client
origin/add_remote_storage
origin/adding-message-queue-integration-tests
origin/adjust-fsck-cutoff-default
origin/also-delete-parent-directory-if-empty
origin/avoid_releasing_temp_file_on_write
origin/changing-to-zap
origin/collect-public-metrics
origin/copilot/fix-helm-chart-installation
origin/copilot/fix-s3-object-tagging-issue
origin/copilot/sub-pr-7677
origin/create-table-snapshot-api-design
origin/data_query_pushdown
origin/dependabot/maven/other/java/client/com.google.protobuf-protobuf-java-3.25.5
origin/dependabot/maven/other/java/examples/org.apache.hadoop-hadoop-common-3.4.0
origin/detect-and-plan-ec-tasks
origin/do-not-retry-if-error-is-NotFound
origin/ec-disk-type-support
origin/enhance-erasure-coding
origin/fasthttp
origin/feature/iam-user-status-management-7745
origin/feature/tus-protocol
origin/filer1_maintenance_branch
origin/fix-GetObjectLockConfigurationHandler
origin/fix-mount-http-parallelism
origin/fix-mount-read-throughput-7504
origin/fix-s3-object-tagging-issue-7589
origin/fix-versioning-listing-only
origin/ftp
origin/gh-pages
origin/improve-fuse-mount
origin/improve-fuse-mount2
origin/logrus
origin/master
origin/message_send
origin/mount2
origin/mq-subscribe
origin/mq2
origin/nfs-cookie-prefix-list-fixes
origin/optimize-delete-lookups
origin/original_weed_mount
origin/pr-7412
origin/random_access_file
origin/refactor-needle-read-operations
origin/refactor-volume-write
origin/remote_overlay
origin/revert-5134-patch-1
origin/revert-5819-patch-1
origin/revert-6434-bugfix-missing-s3-audit
origin/s3-select
origin/sub
origin/tcp_read
origin/test-reverting-lock-table
origin/test_udp
origin/testing
origin/testing-sdx-generation
origin/tikv
origin/track-mount-e2e
origin/upgrade-versions-to-4.00
origin/volume_buffered_writes
origin/worker-execute-ec-tasks
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
weed
/
shell
/
command_ec_common.go
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
ec: add -diskType flag to EC commands for SSD support (#7607)
Chris Lu
1
-53
/
+73
2025-12-02
Add disk-aware EC rebalancing (#7597)
Chris Lu
1
-12
/
+178
2025-10-27
Erasure Coding: Ec refactoring (#7396)
Chris Lu
1
-4
/
+10
2025-08-23
Shell: support regular expression for collection selection (#7158)
Chris Lu
1
-0
/
+11
2025-08-07
ec candidate selection needs to adjust same rack count compare (#7106)
Chris Lu
1
-2
/
+2
2025-07-16
convert error fromating to %w everywhere (#6995)
Chris Lu
1
-1
/
+1
2025-05-12
Move `shell.ErrorWaitGroup` into a common file, to cleanly reuse across `weed...
Lisandro Pin
1
-56
/
+0
2025-05-09
Improve safety for weed shell's `ec.encode`. (#6773)
Lisandro Pin
1
-0
/
+8
2025-02-28
`ec.encode`: Fix resolution of target collections. (#6585)
Lisandro Pin
1
-2
/
+2
2025-02-28
Fix calculation of node's free EC shard slots. (#6584)
Lisandro Pin
1
-1
/
+7
2025-02-07
Nit: remove missing newlines on `weed shell` commands output. (#6524)
Lisandro Pin
1
-1
/
+1
2025-02-06
Remove warning on EC balancing if no replica placement settings are found. (#...
Lisandro Pin
1
-3
/
+0
2025-02-04
Nit: fix missing newline on EC balancing warnings regarding replica settings ...
Lisandro Pin
1
-1
/
+1
2025-01-30
Improve EC shards balancing logic regarding replica placement settings. (#6491)
Lisandro Pin
1
-4
/
+4
2025-01-29
`ec.balance`: Allow EC balancing without collections. (#6488)
Lisandro Pin
1
-4
/
+4
2025-01-29
`ec.encode`: Display a warning on EC balancing if no replica placement settin...
Lisandro Pin
1
-10
/
+18
2024-12-19
"golang.org/x/exp/slices" => "slices" and go fmt
chrislu
1
-1
/
+1
2024-12-18
Allow configuring the maximum number of concurrent tasks for EC parallelizati...
Lisandro Pin
1
-45
/
+48
2024-12-17
Rework `shell.EcBalance()`'s waitgroup code into a standalone type. (#6373)
Lisandro Pin
1
-54
/
+61
2024-12-15
Parallelize EC shards balancing within racks (#6354)
Lisandro Pin
1
-5
/
+5
2024-12-13
Parallelize EC shards balancing across racks. (#6352)
Lisandro Pin
1
-5
/
+6
2024-12-13
Parallelize EC balancing for racks. (#6351)
Lisandro Pin
1
-15
/
+15
2024-12-12
Begin implementing EC balancing parallelization support. (#6342)
Lisandro Pin
1
-7
/
+54
2024-12-12
Limit EC re-balancing for `ec.encode` to relevant collections when a volume I...
Lisandro Pin
1
-0
/
+41
2024-12-10
Unify the re-balancing logic for `ec.encode` with `ec.balance`. (#6339)
Lisandro Pin
1
-18
/
+108
2024-12-06
Remove average constraints when selecting nodes/racks to balance EC shards in...
Lisandro Pin
1
-37
/
+8
2024-12-05
Share common parameters for EC re-balancing functions under a single struct. ...
Lisandro Pin
1
-55
/
+63
2024-12-04
Account for replication placement settings when balancing EC shards within th...
Lisandro Pin
1
-10
/
+8
2024-12-04
Account for replication placement settings when balancing EC shards across ra...
Lisandro Pin
1
-7
/
+9
2024-12-02
Resolve replica placement for EC volumes from master server defaults. (#6303)
Lisandro Pin
1
-21
/
+46
2024-11-28
Display details upon failures to re-balance EC shards racks. (#6299)
Lisandro Pin
1
-11
/
+12
2024-11-27
Improve EC shards rebalancing logic across nodes (#6297)
Lisandro Pin
1
-21
/
+59
2024-11-21
use math rand v2
chrislu
1
-2
/
+2
2024-11-21
Improve EC shards rebalancing logic across racks (#6270)
Lisandro Pin
1
-20
/
+63
2024-11-19
Unify usage of shell.EcNode.dc as DataCenterId. (#6258)
Lisandro Pin
1
-6
/
+5
2024-11-18
Introduce logic to resolve volume replica placement within EC rebalancing. (#...
Lisandro Pin
1
-26
/
+44
2024-11-04
Refactor `ec.balance` logic into a `weeed/shell/command_ec_common.go`… (#6195)
Lisandro Pin
1
-1
/
+423
2023-09-25
Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweed...
chrislu
1
-4
/
+4
2023-09-18
Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"
chrislu
1
-4
/
+4
2023-09-18
Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)
dependabot[bot]
1
-4
/
+4
2022-10-09
refactor to change capacity data type
chrislu
1
-4
/
+0
2022-09-14
refactor(shell): `Decending` -> `Descending` (#3675)
Ryan Russell
1
-2
/
+2
2022-08-22
shell: stop long running jobs if lock is lost
chrislu
1
-0
/
+4
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-8
/
+8
2022-04-18
enhancement: replace sort.Slice with slices.SortFunc to reduce reflection
justin
1
-9
/
+8
2022-02-08
ec.encode: calculate free ec slots based on (maxVolumeCount-volumeCount)
chrislu
1
-1
/
+1
2022-02-08
volume.balance: add delay during tight loop
chrislu
1
-1
/
+1
2021-12-26
use streaming mode for long poll grpc calls
chrislu
1
-4
/
+4
2021-09-12
change server address from string to a type
Chris Lu
1
-11
/
+15
2021-02-22
refactoring
Chris Lu
1
-7
/
+4
[next]