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
6be0ee61d1
fix: nil-guard clusterInfo, uncap legacy DetectionFunc, deterministic disk type order
- Add early nil guard for clusterInfo in Detection to prevent panics
in downstream helpers (detectForDiskType, createBalanceTask)
- Change register.go DetectionFunc wrapper from maxResults=1 to 0
(no cap) so the legacy code path returns all detected tasks
- Sort disk type keys before iteration so results are deterministic
when maxResults spans multiple disk types (HDD/SSD)
5 days ago
..
handlers
plugin worker: support job type categories (all, default, heavy) (#8547)
6 days ago
iceberg
plugin worker: support job type categories (all, default, heavy) (#8547)
6 days ago
admin_script_handler.go
plugin worker: support job type categories (all, default, heavy) (#8547)
6 days ago
admin_script_handler_test.go
add admin script worker (#8491)
1 week ago
erasure_coding_handler.go
plugin worker: support job type categories (all, default, heavy) (#8547)
6 days ago
erasure_coding_handler_test.go
Make EC detection context aware (#8449)
2 weeks ago
handler_registry.go
plugin worker: support job type categories (all, default, heavy) (#8547)
6 days ago
vacuum_handler.go
plugin worker: support job type categories (all, default, heavy) (#8547)
6 days ago
vacuum_handler_test.go
Add iceberg_maintenance plugin worker handler (Phase 1) (#8501)
6 days ago
volume_balance_handler.go
fix: handle zero maxResults as no-cap, emit trace after trim, seed empty servers
5 days ago
volume_balance_handler_test.go
Refactor plugin system and migrate worker runtime (#8369)
3 weeks ago
volume_metrics.go
Worker set its working directory (#8461)
2 weeks ago
worker.go
Refactor plugin system and migrate worker runtime (#8369)
3 weeks ago
worker_test.go
Refactor plugin system and migrate worker runtime (#8369)
3 weeks ago