[
https://issues.apache.org/jira/browse/FLINK-7880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16240024#comment-16240024
]
Till Rohrmann commented on FLINK-7880:
--------------------------------------
The {{CancellationSuccess}} message is sent after the {{JobManager}} has called
{{cancel}} on the {{ExecutionGraph}}. But this does not necessarily mean that
the {{ExecutionGraph}} is in a terminal state when the client receives the
{{CancellationSuccess}} message. Thus, waiting on the {{CancelJob}} response
won't work to ensure proper job termination/cleanup.
> flink-queryable-state-java fails with core-dump
> -----------------------------------------------
>
> Key: FLINK-7880
> URL: https://issues.apache.org/jira/browse/FLINK-7880
> Project: Flink
> Issue Type: Bug
> Components: Queryable State, Tests
> Affects Versions: 1.4.0
> Reporter: Till Rohrmann
> Assignee: Kostas Kloudas
> Priority: Blocker
> Labels: test-stability
> Fix For: 1.4.0
>
>
> The {{flink-queryable-state-java}} module fails on Travis with a core dump.
> https://travis-ci.org/tillrohrmann/flink/jobs/289949829
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)