You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2019/04/24 10:11:00 UTC

[jira] [Updated] (FLINK-12317) SynchronousCheckpointITCase fails on Java 9

     [ https://issues.apache.org/jira/browse/FLINK-12317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler updated FLINK-12317:
-------------------------------------
    Description: 
https://travis-ci.org/apache/flink/builds/523415198
{code}
13:41:36.650 [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.31 s <<< FAILURE! - in org.apache.flink.streaming.runtime.tasks.SynchronousCheckpointITCase
13:41:36.662 [ERROR] taskCachedThreadPoolAllowsForSynchronousCheckpoints(org.apache.flink.streaming.runtime.tasks.SynchronousCheckpointITCase)  Time elapsed: 2.202 s  <<< ERROR!
java.lang.IllegalArgumentException
	at org.apache.flink.streaming.runtime.tasks.SynchronousCheckpointITCase.taskCachedThreadPoolAllowsForSynchronousCheckpoints(SynchronousCheckpointITCase.java:123)
{code}

  was:
{code}
13:41:36.650 [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.31 s <<< FAILURE! - in org.apache.flink.streaming.runtime.tasks.SynchronousCheckpointITCase
13:41:36.662 [ERROR] taskCachedThreadPoolAllowsForSynchronousCheckpoints(org.apache.flink.streaming.runtime.tasks.SynchronousCheckpointITCase)  Time elapsed: 2.202 s  <<< ERROR!
java.lang.IllegalArgumentException
	at org.apache.flink.streaming.runtime.tasks.SynchronousCheckpointITCase.taskCachedThreadPoolAllowsForSynchronousCheckpoints(SynchronousCheckpointITCase.java:123)
{code}


> SynchronousCheckpointITCase fails on Java 9
> -------------------------------------------
>
>                 Key: FLINK-12317
>                 URL: https://issues.apache.org/jira/browse/FLINK-12317
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / Checkpointing, Tests
>    Affects Versions: 1.9.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Major
>             Fix For: 1.9.0
>
>
> https://travis-ci.org/apache/flink/builds/523415198
> {code}
> 13:41:36.650 [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.31 s <<< FAILURE! - in org.apache.flink.streaming.runtime.tasks.SynchronousCheckpointITCase
> 13:41:36.662 [ERROR] taskCachedThreadPoolAllowsForSynchronousCheckpoints(org.apache.flink.streaming.runtime.tasks.SynchronousCheckpointITCase)  Time elapsed: 2.202 s  <<< ERROR!
> java.lang.IllegalArgumentException
> 	at org.apache.flink.streaming.runtime.tasks.SynchronousCheckpointITCase.taskCachedThreadPoolAllowsForSynchronousCheckpoints(SynchronousCheckpointITCase.java:123)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)