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

Disable Values Source node in streaming plan optimization

    XMLWordPrintableJSON

Details

    Description

      The Values Source node may be produced in streaming sql plan optimization by FlinkPruneEmptyRules currently,  and the Values Source will become FINISHED status very soon (the data is bounded) which will lead to the whole job can not do checkpoint and savepoint.

      I think we can add an option to enable/disable values source input in streaming sql job to make the job do checkpoint/savepoint normally, in the other hand we can also throw better exception when a Values Source node because many values source node is produced by wrong sql.

       

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              leonard Leonard Xu
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: