Skip to content

Conversation

@varun-lakhyani
Copy link

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

@github-actions
Copy link

JIRA Issue Information

=== Improvement SPARK-42025 ===
Summary: Optimize logs for removeBlocks and removeShuffleMerge PRC
Assignee: None
Status: Open
Affected: ["3.4.0"]


This comment was automatically generated by GitHub Actions

@github-actions github-actions bot added the CORE label Jan 28, 2026
@varun-lakhyani
Copy link
Author

varun-lakhyani commented Jan 28, 2026

PTAL @mridulm @wankunde @otterc
The issue includes 2 parts :

  1. Change the error logs level for RemoveBlocks RPC
  2. Add some error logs for RemoveShuffleMerge RPC.

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant