Re:Re:Re: delete data error

2018-01-21 Thread Lucky
Is there any suggestion? At 2018-01-18 09:56:51, "Lucky" wrote: This did not happen every time. When I run it several times,it will happen .And when it happened, then it will happened every time. This table is simple; I insert some data and when I finish the job,I

.Net standard target for Ignite.Net client

2018-01-21 Thread Raymond Wilson
All, Are there any plans for porting the current Ignite.Net client to .Net Standard? Has anyone investigated how much effort there would be involved? We would like to use dockerised deployments and as we use a .Net development stack .Net Standard is our target platform for those deployments.

Option meta schema in cache level?

2018-01-21 Thread mamaco
I'm trying to use Binary Marshaller to replace old OptimizedMarshaller which is really a pain for deployment. But according to document of Type Metadata, it could be changed at runtime, that means if I access to a 3rd party cache which was created by someone else without explicit type settings,

Re: query on BinaryObject index and table

2018-01-21 Thread Rajesh Kishore
Hi Denis, This is my code: CacheConfiguration cacheCfg = new CacheConfiguration<>(ORG_CACHE); cacheCfg.setAtomicityMode(CacheAtomicityMode.TRANSACTIONAL); cacheCfg.setBackups(1); cacheCfg