[GitHub] flink issue #5012: [FLINK-8070][yarn][tests] Print errors found in log files

2017-11-22 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/5012 Ah, thanks @zentol for the clarification. Very nice to have this! ---

[GitHub] flink issue #5012: [FLINK-8070][yarn][tests] Print errors found in log files

2017-11-22 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5012 merging. ---

[GitHub] flink issue #5012: [FLINK-8070][yarn][tests] Print errors found in log files

2017-11-21 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5012 Also, this particular exception stops at after `Caused by: java.lang.VerifyError: Inconsistent stackmap frames at branch target 152` because the next lines don't look like a stack trace.

[GitHub] flink issue #5012: [FLINK-8070][yarn][tests] Print errors found in log files

2017-11-21 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5012 In this particular stack trace, you have the stack trace of the assertion error ``` java.lang.AssertionError(... exception message ...) at

[GitHub] flink issue #5012: [FLINK-8070][yarn][tests] Print errors found in log files

2017-11-21 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/5012 LGTM. I'm puzzled why the `])` is printed out-of-order in the middle of the stack trace. ---