Timo Walther created FLINK-10859: ------------------------------------ Summary: Queryable state (rocksdb) end-to-end test fails on Travis Key: FLINK-10859 URL: https://issues.apache.org/jira/browse/FLINK-10859 Project: Flink Issue Type: Bug Components: E2E Tests Reporter: Timo Walther
Queryable state (rocksdb) end-to-end test fails on Travis. I guess the root exception is: {code} org.apache.flink.runtime.checkpoint.decline.CheckpointDeclineTaskNotReadyException: Task Source: Custom Source (1/1) was not running at org.apache.flink.runtime.taskmanager.Task$1.run(Task.java:1166) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)