You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Chris Lu
f0ba8b6e3b
fix: volume balance detection now returns multiple tasks per run ( #8551 )
Previously, detectForDiskType() returned at most 1 balance task per disk
type, making the MaxJobsPerDetection setting ineffective. The detection
loop now iterates within each disk type, planning multiple moves until
the imbalance drops below threshold or maxResults is reached. Effective
volume counts are adjusted after each planned move so the algorithm
correctly re-evaluates which server is overloaded.
4 weeks ago
..
handlers
plugin worker: support job type categories (all, default, heavy) (#8547)
4 weeks ago
iceberg
plugin worker: support job type categories (all, default, heavy) (#8547)
4 weeks ago
admin_script_handler.go
plugin worker: support job type categories (all, default, heavy) (#8547)
4 weeks ago
admin_script_handler_test.go
add admin script worker (#8491)
4 weeks ago
erasure_coding_handler.go
plugin worker: support job type categories (all, default, heavy) (#8547)
4 weeks ago
erasure_coding_handler_test.go
Make EC detection context aware (#8449)
1 month ago
handler_registry.go
plugin worker: support job type categories (all, default, heavy) (#8547)
4 weeks ago
vacuum_handler.go
plugin worker: support job type categories (all, default, heavy) (#8547)
4 weeks ago
vacuum_handler_test.go
Add iceberg_maintenance plugin worker handler (Phase 1) (#8501)
4 weeks ago
volume_balance_handler.go
fix: volume balance detection now returns multiple tasks per run (#8551)
4 weeks ago
volume_balance_handler_test.go
Refactor plugin system and migrate worker runtime (#8369)
1 month ago
volume_metrics.go
Worker set its working directory (#8461)
1 month ago
worker.go
Refactor plugin system and migrate worker runtime (#8369)
1 month ago
worker_test.go
Refactor plugin system and migrate worker runtime (#8369)
1 month ago