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 will
delete the data.
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.
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, I'l
Hi Denis,
This is my code:
CacheConfiguration cacheCfg =
new CacheConfiguration<>(ORG_CACHE);
cacheCfg.setAtomicityMode(CacheAtomicityMode.TRANSACTIONAL);
cacheCfg.setBackups(1);
cacheCfg
.setWriteSynchronizationMode(CacheWriteSynchronizationMode.FULL_SYNC);
cacheCfg