Hi everyone:
I ran more than 30 Ignite instances in 5 physical machines and following are
my cache configure:
CacheCfg.setCacheMode(CacheMode.LOCAL);
CacheCfg.setOffHeapMaxMemory(0);
CacheCfg.setSwapEnabled(false);
CacheCfg.setReadFromBackup(false);
CacheCfg.setBackups(0);
After I ran ignite for
Hi Alexey,
Thanks for advice, with queryEntity.setValueType("DT1") i can save pairs to
cache, but i get another exception when i try to get my data back:
scala> cache.count
[Stage 3:> (0 + 0) /
1024]16/03/08 01:36:24 ERROR Executor: Exception
Hi,
Can you please format your message? Currently it's really hard to read.
There were several fixes regarding missed notifications in continuous
queries. I would recommend to build Ignite from master and check if your
test works there.
-Val
--
View this message in context:
http://apache-ign
Dmitriy,
You should have used the same entity name in QueryEntity as the one you
used when creating a builder, i.e.
queryEntity.setValueType("DT1")
because you can have multiple value types stored in one cache.
I will create a ticket to throw a proper exception when BinaryObject is
used in query
Thank you. That worked.
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/IgniteCache-How-to-ensure-cache-is-rebalanced-when-a-node-leaves-topology-tp3379p3385.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
Dear community,
GA release of MyBatis integration release is done now.http://blog.mybatis.org/
-Roman
On Thursday, February 11, 2016 9:15 PM, Roman Shtykh
wrote:
Dmitriy,
Let's see if we have some feedback from users (that is mostly the intention I
share here too). After that I'll call for