maobaolong commented on code in PR #1889:
URL:
https://github.com/apache/incubator-uniffle/pull/1889#discussion_r1674994410
##########
server/src/main/java/org/apache/uniffle/server/ShuffleTaskManager.java:
##########
@@ -526,6 +552,13 @@ public long requireBuffer(
LOG.error(errorMessage);
throw new NoBufferForHugePartitionException(errorMessage);
}
+ if
(shuffleBufferManager.isPartitionExceededMaxSize(partitionUsedDataSize)) {
+ throw new NoRegisterException(
Review Comment:
Sorry for the careless.
--
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]