[ https://issues.apache.org/jira/browse/FLINK-15389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jark Wu resolved FLINK-15389. ----------------------------- Fix Version/s: (was: 1.11.0) 1.10.0 Resolution: Fixed 1.11.0: 21f769bcecfd7a1407f04a90af167ed96b2f437b 1.10.0: 29be78d06e3ef2334252f7a2a9e6b036f4f540af > JDBCUpsertOutputFormat no need to create schedule flush when flushMaxSize = > 1 > ------------------------------------------------------------------------------- > > Key: FLINK-15389 > URL: https://issues.apache.org/jira/browse/FLINK-15389 > Project: Flink > Issue Type: Improvement > Components: Connectors / JDBC > Affects Versions: 1.9.1 > Reporter: xiaodao > Assignee: xiaodao > Priority: Minor > Labels: pull-request-available > Fix For: 1.10.0 > > Time Spent: 20m > Remaining Estimate: 0h > > 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) > -- This message was sent by Atlassian Jira (v8.3.4#803005)