Hello Kudu Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/19918

to look at the new patch set (#4).

Change subject: [java] add buffer space limit for KuduSession
......................................................................

[java] add buffer space limit for KuduSession

Currently, KuduSession only supports limiting the number
of operations. In this patch, I added the functionality
of configuring the Buffer Space according to the data
size for KuduSession.

To verify that the new feature works effectively, I also
added corresponding unit tests.

Change-Id: I312d47c98566f9405361d969a4b68b326bb3c4d9
---
M java/kudu-client/src/main/java/org/apache/kudu/client/AsyncKuduSession.java
M java/kudu-client/src/main/java/org/apache/kudu/client/KuduSession.java
M java/kudu-client/src/main/java/org/apache/kudu/client/PartialRow.java
M 
java/kudu-client/src/main/java/org/apache/kudu/client/SessionConfiguration.java
M 
java/kudu-client/src/test/java/org/apache/kudu/client/TestAsyncKuduSession.java
5 files changed, 123 insertions(+), 27 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/18/19918/4
--
To view, visit http://gerrit.cloudera.org:8080/19918
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I312d47c98566f9405361d969a4b68b326bb3c4d9
Gerrit-Change-Number: 19918
Gerrit-PatchSet: 4
Gerrit-Owner: KeDeng <kdeng...@gmail.com>
Gerrit-Reviewer: Kudu Jenkins (120)

Reply via email to