xumanbu commented on code in PR #1615:
URL:
https://github.com/apache/incubator-uniffle/pull/1615#discussion_r1558805992
##########
server/src/main/java/org/apache/uniffle/server/buffer/ShuffleBufferManager.java:
##########
@@ -712,4 +712,8 @@ public boolean limitHugePartition(
}
return false;
}
+
+ public void setUsedMemory(long usedMemory) {
Review Comment:
This function should only be used for testing purposes ?
--
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]