Re: strange behavior of getPendingErrors

2018-11-16 Thread Boris Tyukin
Hi Todd, We are on Kudu 1.5 still and I used Kudu client 1.7 Thanks, Boris On Fri, Nov 16, 2018, 17:07 Todd Lipcon Hi Boris, > > This is interesting. Just so we're looking at the same code, what version > of the kudu-client dependency have you specified, and what version of the > server? > >

Re: strange behavior of getPendingErrors

2018-11-16 Thread Todd Lipcon
Hi Boris, This is interesting. Just so we're looking at the same code, what version of the kudu-client dependency have you specified, and what version of the server? -Todd On Fri, Nov 16, 2018 at 1:12 PM Boris Tyukin wrote: > Hey guys, > > I am playing with Kudu Java client (wow it is fast),

strange behavior of getPendingErrors

2018-11-16 Thread Boris Tyukin
Hey guys, I am playing with Kudu Java client (wow it is fast), using mostly code from Kudu Java example. While learning about exceptions during rows inserts, I stumbled upon something I could not explain. If I insert 10 rows into a brand new Kudu table (AUTO_FLUSH_BACKGROUND mode) and I make