You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Eric Maynard (JIRA)" <ji...@apache.org> on 2016/12/01 18:59:58 UTC

[jira] [Comment Edited] (KUDU-1422) java client: Error buffer size is hard-coded

    [ https://issues.apache.org/jira/browse/KUDU-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15709967#comment-15709967 ] 

Eric Maynard edited comment on KUDU-1422 at 12/1/16 6:59 PM:
-------------------------------------------------------------

Ah. In that case, I noticed that {{AsyncKuduSession}} already helpfully provides a mutator for that variable. I don't see why {{maxCapacity}} needs to be final, so we can access it in that mutator perhaps:

https://gerrit.cloudera.org/#/c/5291/


was (Author: emaynard):
Ah. In that case, I noticed that {{AsyncKuduSession}} already helpfully provides a mutator for that variable. I don't see why {{maxCapacity}} needs to be final, so we can access it in that mutator perhaps:

https://gerrit.cloudera.org/#/c/5286/
https://gerrit.cloudera.org/#/c/5287/

> java client: Error buffer size is hard-coded
> --------------------------------------------
>
>                 Key: KUDU-1422
>                 URL: https://issues.apache.org/jira/browse/KUDU-1422
>             Project: Kudu
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 0.8.0
>            Reporter: Mike Percy
>
> The java client has an error buffer for auto flush. The error buffer size is hard coded to 1000 errors; this should be tunable.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)