I've checked the command you provided. It works, though it really does not add any objects to DB. However, I've added some prints to TestTableStore#writeAll() and I can see that all 100 entires are passed to it to be written. It seems that there is some issue with your implementation of this function or with my DB configuration - by some reason it does not write any records to database. Anyway, Ignite seems to be working just fine in my case.
Best Regards, Igor On Thu, Oct 20, 2016 at 10:21 AM, kvipin <[email protected]> wrote: > Hi Igor, > > does write-through works for you? following is the sample command line: > > $ ./tester -c config/test-tool-client.xml -o 1 -l 1 -i 1 -n 100 // insert > (-o 1) 100 records(-n 100) with tid 1 (-i 1) once(-l 1). > > above command line will insert records into ignite server node successfully > which I'm expecting them to persist to couchbase node. > > read-through is working for me but write-through is not working. > > I will check about "8080 TCP port is already in use" and come back. > > thanks, > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Couchbase-as-persistent-store-tp7476p8368.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
