tillrohrmann commented on a change in pull request #11408:
[FLINK-15989][FLINK-16225] Improve direct and metaspace out-of-memory error
handling
URL: https://github.com/apache/flink/pull/11408#discussion_r395647271
##########
File path:
flink-tests/src/test/java/org/apache/flink/runtime/util/ExceptionUtilsITCases.java
##########
@@ -113,10 +168,10 @@ private static long getMetaspaceUsage() {
}
throw new RuntimeException("Metaspace usage is not
found");
}
+ }
- private static void output(String text) {
- //noinspection UseOfSystemOutOrSystemErr
- System.out.println(text);
- }
+ private static void output(String text) {
+ //noinspection UseOfSystemOutOrSystemErr
Review comment:
Please remove.
----------------------------------------------------------------
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