Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
test: cover min_cpu_per_task wiring; clarify field doc - Comment said 'Floor' but the implementation is 'Default-when-None' (explicit num_cpus is honored as-is). Reword to match. - Add two unit tests: * num_cpus falls back to min_cpu_per_task when ResourceRequest is empty * explicit num_cpus passes through unchanged
XiaoHongbo-Hope:fix/min-cpu-per-task-wiring
4 hours ago
fix(flotilla): wire min_cpu_per_task into TaskResourceRequest The min_cpu_per_task execution config field had no readers in the distributed scheduler: TaskResourceRequest::num_cpus() returned a hardcoded 1.0 when the plan's ResourceRequest had no num_cpus. This was wired up in #4506 for the legacy ray runner only; #5375 removed that runner along with its lone reader, and the flotilla scheduler was never wired in. Result: setting min_cpu_per_task via daft.set_execution_config or DAFT_MIN_CPU_PER_TASK had zero effect on autoscaler bundle requests. Plumb the value from DaftExecutionConfig (already in scope at SwordfishTaskBuilder::build) into TaskResourceRequest, and use it as the fallback in num_cpus() instead of the literal 1.0. Closes #7123
XiaoHongbo-Hope:fix/min-cpu-per-task-wiring
7 hours ago
Merge branch 'main' into fix-actor-udf-blocking-sink-deadlock
XiaoHongbo-Hope:fix-actor-udf-blocking-sink-deadlock
8 hours ago
Merge branch 'main' into fix-actor-udf-blocking-sink-deadlock
XiaoHongbo-Hope:fix-actor-udf-blocking-sink-deadlock
10 hours ago
Merge branch 'main' into fix-actor-udf-blocking-sink-deadlock
XiaoHongbo-Hope:fix-actor-udf-blocking-sink-deadlock
11 hours ago
Merge branch 'main' into fix-actor-udf-blocking-sink-deadlock
XiaoHongbo-Hope:fix-actor-udf-blocking-sink-deadlock
12 hours ago
Merge branch 'main' into fix-actor-concurrency-hang
XiaoHongbo-Hope:fix-actor-concurrency-hang
13 hours ago
Merge remote-tracking branch 'origin/main' into perf/inline-agg-product # Conflicts: # src/daft-recordbatch/src/ops/inline_agg.rs
BABTUNA:perf/inline-agg-product
15 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(flotilla): wire min_cpu_per_task into TaskResourceRequest
#7125
5 hours ago
034ec2b
XiaoHongbo-Hope:fix/min-cpu-per-task-wiring
CodSpeed Performance Gauge
0%
fix: actor UDF followed by BlockingSink deadlocks due to held channel sender
#7115
13 hours ago
879f206
XiaoHongbo-Hope:fix-actor-udf-blocking-sink-deadlock
CodSpeed Performance Gauge
0%
fix: detect unschedulable actor UDFs and warn on over-requested concurrency
#7113
13 hours ago
5d108c1
XiaoHongbo-Hope:fix-actor-concurrency-hang
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs