zentol commented on code in PR #19445:
URL: https://github.com/apache/flink/pull/19445#discussion_r855835204


##########
flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/TaskExecutorRecoveryITCase.java:
##########
@@ -58,7 +58,7 @@
 
 /** Recovery tests for {@link TaskExecutor}. */
 @ExtendWith(TestLoggerExtension.class)
-class TaskExecutorRecoveryTest {
+class TaskExecutorRecoveryITCase {

Review Comment:
   `Could not allocate enough memory segments for NetworkBufferPool (required 
(Mb): 1024, allocated (Mb): 1022, missing (Mb): 2)`
   
   Looks like we're using NETWORK_MEMORY_MAX (1g) by default, which pushes us a 
_bit_ over the memory budget when starting 2 TMs...



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

Reply via email to