AngersZhuuuu opened a new pull request, #53578:
URL: https://github.com/apache/spark/pull/53578

   
   ### What changes were proposed in this pull request?
   These days I am checking cluster's OOM failed APP, I found allocate failed 
didn't log out the error stack. A little not friendly for user check app.
   
   
   Such as user set 200M broadcast threshold, but allocate 4G memory
   
   ```
   25/12/21 07:08:13 WARN [broadcast-exchange-4] TaskMemoryManager: Failed to 
allocate a page (4294967296 bytes), try again.
   25/12/21 07:08:58 WARN [broadcast-exchange-4] TaskMemoryManager: Failed to 
allocate a page (4294967296 bytes), try again.
   ```
   
   
   ### Why are the changes needed?
   Help user debug
   
   
   ### Does this PR introduce _any_ user-facing change?
   User can know allocate what memory failed
   
   
   ### How was this patch tested?
   No
   
   
   ### Was this patch authored or co-authored using generative AI tooling?
   No
   


-- 
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]

Reply via email to