varun-lakhyani commented on PR #54043: URL: https://github.com/apache/spark/pull/54043#issuecomment-3814230872
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? -- 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]
