Uh oh!
There was an error while loading. Please reload this page.
[SPARK-42025][SHUFFLE] Improve logs level in removeBlocks - #54043
[SPARK-42025][SHUFFLE] Improve logs level in removeBlocks#54043varun-lakhyani wants to merge 2 commits into
Conversation
JIRA Issue Information=== Improvement SPARK-42025 === This comment was automatically generated by GitHub Actions |
f5800fa to
4d9ac53ComparePTAL @mridulm@wankunde@otterc
1 is completed for RemoveBlocks but RemoveShuffleMerge doesnt use RPC send so can't infer onSuccess and onFailure in it. Should this client.send be replaced with client.sendRpc for RemoveShuffleMerge and implement similar to RemoveBlocks? |
varun-lakhyani
commented
Jan 30, 2026
We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable. |
What changes were proposed in this pull request?
Changed log level from warn to info as discussed #37922 (comment)
Why are the changes needed?
Reduce logs pollution and improve readability
Does this PR introduce any user-facing change?
No
How was this patch tested?
No tests required, Just Logs level changed
Was this patch authored or co-authored using generative AI tooling?
No