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

ASF GitHub Bot updated FLINK-18935:
-----------------------------------
    Labels: pull-request-available  (was: )

> CompletedOperationCache accepts new operations after closeAsync has been 
> called
> -------------------------------------------------------------------------------
>
>                 Key: FLINK-18935
>                 URL: https://issues.apache.org/jira/browse/FLINK-18935
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / REST
>    Affects Versions: 1.10.1, 1.12.0, 1.11.1
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.12.0
>
>
> The {{CompletedOperationCache}} accepts new operations after {{closeAsync}} 
> has been called. This is problematic because the returned termination future 
> of {{closeAsync}} won't include these new operations. I think it would be 
> better to fail with an {{IllegalStateException}} when one tries to enqueue a 
> new operation after the {{CompletedOperationCache}} has been shut down.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to