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_r395645386
##########
File path:
flink-tests/src/test/java/org/apache/flink/test/recovery/ProcessFailureCancelingITCase.java
##########
@@ -237,11 +237,11 @@ public Long map(Long value) throws Exception {
// all seems well :-)
}
catch (Exception e) {
- printProcessLog("TaskManager",
taskManagerProcess.getOutput().toString());
+ printProcessLog("TaskManager",
taskManagerProcess.getErrorOutput().toString());
Review comment:
Same here with the change. Why is it ok?
----------------------------------------------------------------
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