You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Haibo Sun (JIRA)" <ji...@apache.org> on 2019/06/14 02:45:00 UTC

[jira] [Updated] (FLINK-11879) Add JobGraph validators for the uses of InputSelectable, BoundedOneInput and BoundedMultiInput

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

Haibo Sun updated FLINK-11879:
------------------------------
    Description: 
- Rejects the jobs containing operators which were implemented `TwoInputSelectable` in case of enabled checkpointing.
 - Rejects the jobs containing operators which were implemented `BoundedInput` or `BoundedMultiInput` in case of enabled checkpointing.
 - Rejects the jobs containing operators which were implemented `TwoInputSelectable` in case that credit-based flow control is disabled.

  was:
- Rejects the jobs containing operators which were implemented `TwoInputSelectable` in case of enabled checkpointing.
 - Rejects the jobs containing operators which were implemented `BoundedInput` or `BoundedTwoInput` in case of enabled checkpointing.
 - Rejects the jobs containing operators which were implemented `TwoInputSelectable` in case that credit-based flow control is disabled.


> Add JobGraph validators for the uses of InputSelectable, BoundedOneInput and BoundedMultiInput
> ----------------------------------------------------------------------------------------------
>
>                 Key: FLINK-11879
>                 URL: https://issues.apache.org/jira/browse/FLINK-11879
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / Task
>            Reporter: Haibo Sun
>            Assignee: Haibo Sun
>            Priority: Major
>
> - Rejects the jobs containing operators which were implemented `TwoInputSelectable` in case of enabled checkpointing.
>  - Rejects the jobs containing operators which were implemented `BoundedInput` or `BoundedMultiInput` in case of enabled checkpointing.
>  - Rejects the jobs containing operators which were implemented `TwoInputSelectable` in case that credit-based flow control is disabled.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)