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.
Here's a snippet:
```
at
org.apache.flink.yarn.YarnApplicationMasterRunner.run(YarnApplicationMasterRunner.java:196)
at
org.apache.flink.yarn.YarnApplicationMasterRunner.main(YarnApplicationMasterRunner.java:123)
Caused by: java.lang.VerifyError: Inconsistent stackmap frames at branch
target 152
Exception Details:
Location:
akka/dispatch/Mailbox.processAllSystemMessages()V @152: getstatic
Reason:
```
---