Hi Todd, Where is the buffer size configured? Is this the size of the submission? 'MANUAL_FLUSH' only submitted a few thousand each time, the speed is too slow.
At 2017-08-15 03:56:10, "Todd Lipcon" <[email protected]> wrote: >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 <[email protected]> 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
