Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-25424

Checkpointing is currently not supported for operators that implement InputSelectable

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None

    Description

      Flink DataStream runtime does not support checkpointing for operators that implements `InputSelectable` interface.

      It throws an UnsupportedOperationExcetpion when checking the StreamJobGraph — "Checkpointing is currently not supported for operators that implement InputSelectable".

       

      The machine learning use case is as follows:

      We have a two-input operator A. The first input of A is the model parameters, the second input of A is the training data. 

      In this case, we have to read the model parameters first, then we read the training data. That is we need to finish consuming the first input before we consume the second.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ghandzhipeng Zhipeng Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: