Marton Greber has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24157
Change subject: Fix misleading Javadoc for writer.maxBufferSize ...................................................................... Fix misleading Javadoc for writer.maxBufferSize The Javadoc for writer.maxBufferSize incorrectly described it as "maximum size in bytes of the client-side write buffer". It actually maps to KuduSession's mutationBufferMaxOps, which is a count of buffered mutation operations, not a byte size. The confusion likely stems from the parameter name in the Flink connector (KuduWriterConfig.maxBufferSize), which implies a byte quantity, while the connector's own source comment clarifies: "Reference from AsyncKuduSession mutationBufferMaxOps 1000." Change-Id: I2e79b888ecc4bd0ef815aeadec9003027b7d6b3a --- M java/kudu-replication/src/main/java/org/apache/kudu/replication/ReplicationConfigParser.java 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/57/24157/1 -- To view, visit http://gerrit.cloudera.org:8080/24157 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I2e79b888ecc4bd0ef815aeadec9003027b7d6b3a Gerrit-Change-Number: 24157 Gerrit-PatchSet: 1 Gerrit-Owner: Marton Greber <[email protected]>
