[
https://issues.apache.org/jira/browse/FLINK-39374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-39374:
-----------------------------------
Labels: pull-request-available (was: )
> Rename KuduWriterConfig.maxBufferSize to maxMutationBufferOps
> -------------------------------------------------------------
>
> Key: FLINK-39374
> URL: https://issues.apache.org/jira/browse/FLINK-39374
> Project: Flink
> Issue Type: Bug
> Components: Connectors / Kudu
> Reporter: Marton Greber
> Priority: Minor
> Labels: pull-request-available
>
> KuduWriterConfig.Builder exposes a field named maxBufferSize, but it maps to
> KuduSession.setMutationBufferSpace() — a count of buffered mutation
> operations, not a byte size. The name maxBufferSize implies a byte quantity.
> The field, its getter/setter, and the corresponding CLI option
> (sink.max-buffer-size) should be renamed to reflect the actual semantics
> (e.g. maxMutationBufferOps / sink.max-mutation-buffer-ops).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)