SteNicholas opened a new pull request, #3475: URL: https://github.com/apache/celeborn/pull/3475
### What changes were proposed in this pull request? `RemoteShuffleMaster` computes number of bytes for input with memory reserved for input channels in `computeShuffleMemorySizeForTask`. ### Why are the changes needed? `RemoteShuffleMaster` computes number of bytes for input with memory reserved for input gates at present. `RemoteShuffleMaster` could compute input bytes with memory reserved for input channels in finer granularity, for which emory reserved is 5m that is the default threshold for spilling. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? CI. -- 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]
