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
56bd5e3110
fix: accurate truncation flag, deterministic server order, indexed volume lookup
- Track balanced flag to distinguish "hit maxResults cap" from "cluster
balanced at exactly maxResults" — truncated is only true when there's
genuinely more work to do
- Sort servers for deterministic iteration and tie-breaking when
multiple servers have equal volume counts
- Pre-index volumes by server with per-server cursors to avoid
O(maxResults * volumes) rescanning on each iteration
- Add truncation flag assertions to RespectsMaxResults test: true when
capped, false when detection finishes naturally
2 weeks ago
..
handlers
plugin worker: support job type categories (all, default, heavy) (#8547)
2 weeks ago
iceberg
plugin worker: support job type categories (all, default, heavy) (#8547)
2 weeks ago
admin_script_handler.go
plugin worker: support job type categories (all, default, heavy) (#8547)
2 weeks ago
admin_script_handler_test.go
add admin script worker (#8491)
3 weeks ago
erasure_coding_handler.go
plugin worker: support job type categories (all, default, heavy) (#8547)
2 weeks ago
erasure_coding_handler_test.go
Make EC detection context aware (#8449)
4 weeks ago
handler_registry.go
plugin worker: support job type categories (all, default, heavy) (#8547)
2 weeks ago
vacuum_handler.go
plugin worker: support job type categories (all, default, heavy) (#8547)
2 weeks ago
vacuum_handler_test.go
Add iceberg_maintenance plugin worker handler (Phase 1) (#8501)
2 weeks ago
volume_balance_handler.go
fix: return explicit truncated flag from Detection instead of approximating
2 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)
4 weeks 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