[
https://issues.apache.org/jira/browse/FLINK-26848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-26848:
-----------------------------------
Labels: pull-request-available stale-assigned (was: pull-request-available)
I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help
the community manage its development. I see this issue is assigned but has not
received an update in 30 days, so it has been labeled "stale-assigned".
If you are still working on the issue, please remove the label and add a
comment updating the community on your progress. If this issue is waiting on
feedback, please consider this a reminder to the committer/reviewer. Flink is a
very active project, and so we appreciate your patience.
If you are no longer working on the issue, please unassign yourself so someone
else may work on it.
> JDBC don't flush data when disable flush-max-rows and flush-interval
> --------------------------------------------------------------------
>
> Key: FLINK-26848
> URL: https://issues.apache.org/jira/browse/FLINK-26848
> Project: Flink
> Issue Type: Bug
> Components: Connectors / JDBC
> Reporter: hehuiyuan
> Assignee: hehuiyuan
> Priority: Minor
> Labels: pull-request-available, stale-assigned
> Attachments: image-2022-03-24-22-05-23-717.png
>
>
> ||h5. sink.buffer-flush.interval||The flush interval mills, over this time,
> asynchronous threads will flush data. Can be set to {{'0'}} to disable it.
> Note, {{'sink.buffer-flush.max-rows'}} can be set to {{'0'}} with the flush
> interval set allowing for complete async processing of buffered actions.||
> |h5. sink.buffer-flush.max-rows|The max size of buffered records before
> flush. Can be set to zero to disable it.|
>
> h5. `Asynchronous thread flush` is disabled when set
> `sink.buffer-flush.interval` = 0, then disable `sink.buffer-flush.max-rows`,
> which causes the data is not written out.
> The data are not written when disable `flush.interval` and `max-rows`. I
> think it should write out when the data arrive.
> !image-2022-03-24-22-05-23-717.png|width=740,height=360!
>
> h5.
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)