azagrebin commented on a change in pull request #12981:
URL: https://github.com/apache/flink/pull/12981#discussion_r460108755



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/memory/UnsafeMemoryBudget.java
##########
@@ -61,7 +62,8 @@ long getAvailableMemorySize() {
 
        boolean verifyEmpty() {
                try {
-                       reserveMemory(totalMemorySize);
+                       // we wait longer as we have to GC all memory, 
allocated by task, to perform the verification

Review comment:
       indeed details would be good




----------------------------------------------------------------
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]


Reply via email to