Hello! Is it possible to make a reproducer project for this behavior?
Regards, -- Ilya Kasnacheev чт, 28 мар. 2019 г. в 23:02, ilyn <[email protected]>: > Hi all, > > I currently have an ETL application that parses raw logs and builds batch > inserts that load our Oracle table. We're trying to build out our Apache > Ignite environment that will load a subset of the data. Using the > IgniteJdbcThinDriver I wrote a simple node.js program that connects to our > Ignite node, sets streaming on, inserts X rows of data, sets streaming off, > disconnects. > > For some reason sometimes all X records are inserted, but other times 1 or > 2 > records are not inserted. No matter how many records I insert the missing > record seems to always be the first, second, or third. Initially, I > thought > I was beginning insertion too quickly after SET STREAMING ON, but the same > problem occurs even if I add a minute delay. > > Any help would be greatly appreciated. > TIA! > Ilyn > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
