[
https://issues.apache.org/jira/browse/FLINK-14545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960923#comment-16960923
]
Gary Yao edited comment on FLINK-14545 at 10/28/19 10:54 AM:
-------------------------------------------------------------
The exception should be even excluded:
https://github.com/apache/flink/blob/96640cad3d770756cb6e70c73b25bd4269065775/flink-end-to-end-tests/test-scripts/common.sh#L327
It's not clear what caused the test failure. There are no other errors.
was (Author: gjy):
The exception should be even excluded
https://github.com/apache/flink/blob/96640cad3d770756cb6e70c73b25bd4269065775/flink-end-to-end-tests/test-scripts/common.sh#L327
It's not clear what caused the test failure. There are no other errors.
> Resuming Externalized Checkpoint (file, async, scale down) end-to-end test
> fails on travis
> ------------------------------------------------------------------------------------------
>
> Key: FLINK-14545
> URL: https://issues.apache.org/jira/browse/FLINK-14545
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Checkpointing, Tests
> Affects Versions: 1.10.0
> Reporter: Yu Li
> Priority: Critical
> Labels: test-stability
>
> The job keeps running until exceeded the maximum log length, and from the log
> message there're no special error but only the below warning:
> {code}
> 2019-10-27 19:00:22,345 WARN org.apache.flink.client.cli.CliFrontend
> - Could not load CLI class
> org.apache.flink.yarn.cli.FlinkYarnSessionCli.
> java.lang.NoClassDefFoundError:
> org/apache/hadoop/yarn/exceptions/YarnException
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:264)
> at
> org.apache.flink.client.cli.CliFrontend.loadCustomCommandLine(CliFrontend.java:1169)
> at
> org.apache.flink.client.cli.CliFrontend.loadCustomCommandLines(CliFrontend.java:1129)
> at org.apache.flink.client.cli.CliFrontend.main(CliFrontend.java:1054)
> Caused by: java.lang.ClassNotFoundException:
> org.apache.hadoop.yarn.exceptions.YarnException
> at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> ... 5 more
> {code}
> https://api.travis-ci.org/v3/job/603503569/log.txt
--
This message was sent by Atlassian Jira
(v8.3.4#803005)