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

JDBCUpsertOutputFormat no need to create schedule flush when flushMaxSize = 1

    XMLWordPrintableJSON

Details

    Description

      when flushMaxSize set 1; then it will call fush  func every time;  it's no need to create schedule to flush data.

      if (flushIntervalMills != 0)  it's better to modify with

      if (flushIntervalMills != 0 and flushMaxSize != 1)

       

      Attachments

        Issue Links

          Activity

            People

              xiaodao xiaodao
              xiaodao xiaodao
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m