jerqi commented on code in PR #2702:
URL: https://github.com/apache/uniffle/pull/2702#discussion_r2642440648
##########
server/src/main/java/org/apache/uniffle/server/buffer/ShuffleBufferManager.java:
##########
@@ -290,6 +290,10 @@ public StatusCode cacheShuffleData(
}
if (!isPreAllocated) {
updateUsedMemory(size);
+ } else {
Review Comment:
let @zuston take a look at this issue. He also has some thoughts about this
issue.
--
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]