avantgardnerio opened a new pull request, #2104: URL: https://github.com/apache/datafusion-ballista/pull/2104
## Summary Follow-up to #2038 (multi-partition tasks). Four log sites introduced by that PR fire on every scheduling/execution decision and flood scheduler + executor logs at INFO. This PR moves all four to `debug!` and drops the ad-hoc `DIAG ` prefix. - `ballista/scheduler/src/cluster/mod.rs`: `stage_has_input_collapse` + `bind_one` — per-bind decision traces. - `ballista/executor/src/execution_engine.rs`: `executor plan pre-run` + `executor plan post-run` — per-task `DisplayableExecutionPlan` dumps. Pre-#2038 this function had no logging; both dumps are noise for anyone not actively debugging. Turn them back on locally with: ``` RUST_LOG=ballista_scheduler=debug,ballista_executor=debug ``` Closes #2103. ## Test plan - [x] `cargo clippy --all-targets -p ballista-scheduler -p ballista-executor` — clean - [x] `cargo fmt --all` — clean 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
