Chesnay Schepler created FLINK-10878:
----------------------------------------
Summary: State evolution E2E test failed on travis
Key: FLINK-10878
URL: https://issues.apache.org/jira/browse/FLINK-10878
Project: Flink
Issue Type: Bug
Components: E2E Tests, State Backends, Checkpointing
Affects Versions: 1.7.0
Reporter: Chesnay Schepler
https://travis-ci.org/apache/flink/builds/454402843
{code}
2018-11-13 13:21:14,096 INFO
org.apache.flink.runtime.checkpoint.CheckpointCoordinator - Decline
checkpoint 66 by task c375b648d817e2a1f25ab786094bfaac of job
81af79ed99a57065b3f0cbeb3cd42b2b.
2018-11-13 13:21:14,097 INFO
org.apache.flink.runtime.checkpoint.CheckpointCoordinator - Discarding
checkpoint 66 of job 81af79ed99a57065b3f0cbeb3cd42b2b.
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}
{code}
2018-11-13 13:21:14,035 INFO
org.apache.flink.runtime.taskexecutor.rpc.RpcCheckpointResponder - Declining
checkpoint 66 of job 81af79ed99a57065b3f0cbeb3cd42b2b.
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)
2018-11-13 13:21:14,351 INFO
org.apache.flink.runtime.state.heap.HeapKeyedStateBackend - Initializing
heap keyed state backend with stream factory.
2018-11-13 13:21:14,351 INFO
org.apache.flink.runtime.state.heap.HeapKeyedStateBackend - Initializing
heap keyed state backend from snapshot.
2018-11-13 13:21:15,212 INFO
org.apache.flink.runtime.taskexecutor.rpc.RpcCheckpointResponder - Declining
checkpoint 66 of job 81af79ed99a57065b3f0cbeb3cd42b2b.
org.apache.flink.runtime.checkpoint.decline.CheckpointDeclineOnCancellationBarrierException:
Task received cancellation from one of its inputs
at
org.apache.flink.streaming.runtime.io.BarrierBuffer.notifyAbortOnCancellationBarrier(BarrierBuffer.java:404)
at
org.apache.flink.streaming.runtime.io.BarrierBuffer.processCancellationBarrier(BarrierBuffer.java:304)
at
org.apache.flink.streaming.runtime.io.BarrierBuffer.getNextNonBlocked(BarrierBuffer.java:204)
at
org.apache.flink.streaming.runtime.io.StreamInputProcessor.processInput(StreamInputProcessor.java:209)
at
org.apache.flink.streaming.runtime.tasks.OneInputStreamTask.run(OneInputStreamTask.java:105)
at
org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:300)
at org.apache.flink.runtime.taskmanager.Task.run(Task.java:704)
at java.lang.Thread.run(Thread.java:748)
2018-11-13 13:21:19,680 INFO org.apache.flink.runt
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)