You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Spongebob (Jira)" <ji...@apache.org> on 2021/09/15 07:18:00 UTC

[jira] [Created] (FLINK-24289) Load data repeatedly between different jobs

Spongebob created FLINK-24289:
---------------------------------

             Summary: Load data repeatedly between different jobs
                 Key: FLINK-24289
                 URL: https://issues.apache.org/jira/browse/FLINK-24289
             Project: Flink
          Issue Type: Improvement
          Components: Table SQL / API
    Affects Versions: 1.12.4
            Reporter: Spongebob


I had created an jdbc source table named tbl_a, and then I executed two DMLs that both visited tbl_a in await mode, it means flink executed DML1 and then DML2. Out of my expetation that flink had load tbl_a from underlying database both in DML1 and DML2.



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