Yu Li created FLINK-14544:
-----------------------------
Summary: Resuming Externalized Checkpoint after terminal failure (file, async) end-to-end test fails on travis
Key: FLINK-14544
URL:
https://issues.apache.org/jira/browse/FLINK-14544 Project: Flink
Issue Type: Bug
Components: Runtime / Checkpointing, Tests
Affects Versions: 1.10.0
Reporter: Yu Li
From the log we could see below error message and then the job was terminated due to job exceeded the maximum log length.
{code}
2019-10-25 20:46:09,361 ERROR org.apache.flink.runtime.taskmanager.Task - Error while canceling task FailureMapper (1/1).
java.util.concurrent.RejectedExecutionException: org.apache.flink.streaming.runtime.tasks.mailbox.MailboxStateException: Mailbox is in state CLOSED, but is required to be in state OPEN for put operations.
at org.apache.flink.streaming.runtime.tasks.mailbox.execution.MailboxExecutorImpl.executeFirst(MailboxExecutorImpl.java:75)
at org.apache.flink.streaming.runtime.tasks.mailbox.execution.MailboxProcessor.sendPriorityLetter(MailboxProcessor.java:176)
at org.apache.flink.streaming.runtime.tasks.mailbox.execution.MailboxProcessor.allActionsCompleted(MailboxProcessor.java:172)
at org.apache.flink.streaming.runtime.tasks.StreamTask.cancel(StreamTask.java:540)
at org.apache.flink.runtime.taskmanager.Task.cancelInvokable(Task.java:1191)
at org.apache.flink.runtime.taskmanager.Task.doRun(Task.java:764)
at org.apache.flink.runtime.taskmanager.Task.run(Task.java:521)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.flink.streaming.runtime.tasks.mailbox.MailboxStateException: Mailbox is in state CLOSED, but is required to be in state OPEN for put operations.
at org.apache.flink.streaming.runtime.tasks.mailbox.TaskMailboxImpl.checkPutStateConditions(TaskMailboxImpl.java:199)
at org.apache.flink.streaming.runtime.tasks.mailbox.TaskMailboxImpl.putHeadInternal(TaskMailboxImpl.java:141)
at org.apache.flink.streaming.runtime.tasks.mailbox.TaskMailboxImpl.putFirst(TaskMailboxImpl.java:131)
at org.apache.flink.streaming.runtime.tasks.mailbox.execution.MailboxExecutorImpl.executeFirst(MailboxExecutorImpl.java:73)
... 7 more
{code}
https://api.travis-ci.org/v3/job/602788586/log.txt--
This message was sent by Atlassian Jira
(v8.3.4#803005)