xintongsong commented on a change in pull request #9693: [FLINK-13984] Separate
on-heap and off-heap managed memory pools
URL: https://github.com/apache/flink/pull/9693#discussion_r327962042
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/memory/MemoryManager.java
##########
@@ -216,6 +216,9 @@ public boolean verifyEmpty() {
/**
* Allocates a set of memory segments from this memory manager.
*
+ * <p>The returned segments can have any memory type. The total
allocated memory for each type will not exceed its
Review comment:
returned -> allocated
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services