Hello Zoltan Chovan, Ashwani Raina, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/24157
to look at the new patch set (#2).
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
M
java/kudu-replication/src/test/java/org/apache/kudu/replication/TestReplicationConfigParser.java
2 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/57/24157/2
--
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: newpatchset
Gerrit-Change-Id: I2e79b888ecc4bd0ef815aeadec9003027b7d6b3a
Gerrit-Change-Number: 24157
Gerrit-PatchSet: 2
Gerrit-Owner: Marton Greber <[email protected]>
Gerrit-Reviewer: Ashwani Raina <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Zoltan Chovan <[email protected]>