Hi Sky,

It sounds like you are using 'MANUAL_FLUSH' mode for your KuduSession. You
should switch to AUTO_FLUSH_BACKGROUND mode, or else you need to call Flush
more frequently to ensure that you don't overrun your configured buffer
size.

-Todd

On Thu, Aug 10, 2017 at 4:37 AM, sky <x_h...@163.com> wrote:

> Hi,all
>     I am using kudu python API to insert  data to kudu cluster, but a lot
> of data and too many columns would lead to the errors:
>  kudu.errors.KuduBadStatus: Incomplete: not enough mutation buffer space
> remaining for operation: required additional 1146 when 7339290 of 7340032
> already used
>    or
>    write RPC to ip:port  timed out after 5.000s (SENT)
>    Why?
>
>
>
>


-- 
Todd Lipcon
Software Engineer, Cloudera

Reply via email to