Re: Ignite LocalStore issue with BinaryConfiguration

2016-07-15 Thread vkulichenko
Hi Reddy, This looks like a misconfiguration issue: locBinaryCfg=null, rmtBinaryCfg={globIdMapper=null, compactFooter=false, globSerializer=null} Please check the configuration of all the nodes and make sure they are the same. If you're using .NET or C++ clients with Java servers, set the

Re: "ArrayIndexOutOfBoundsException" happened when doing qurey in version 1.6.0

2016-07-15 Thread vkulichenko
Hi, Can you provide your configuration? Are you using custom affinity? Also please try to run the test with assertions (set -ea JVM property). If something is wrong, most likely it will give more informative error. -Val -- View this message in context:

Re: Off-heap issue

2016-07-15 Thread vkulichenko
Hi Peter, It seems to me that either key and value class has a non-transient reference to the logger. The serialization of the logger instance can cause both difference in entry sizes and the warning you showed. Can this be the case? -Val -- View this message in context:

Re: How does AffinityKey mapped?

2016-07-15 Thread vkulichenko
Hi, I tried to reproduce the issue, but it works fine for me. Do you have a small example that I can run and that will demonstrate the incorrect behavior? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-does-AffinityKey-mapped-tp6260p6328.html Sent

Re: how to troubleshoot slow query, so slow query!

2016-07-15 Thread vkulichenko
Hi Bob, Please run EXPLAIN [1] and check the execution plan. Are there any full scans implied? I would also recommend to use H2 console [2] for debugging. [1] https://apacheignite.readme.io/docs/sql-queries#using-explain [2] https://apacheignite.readme.io/docs/sql-queries#using-h2-debug-console

Re: Cassandra Cache Store Example

2016-07-15 Thread Kamal C
It's clear now. Thanks for the information Igor. Regards, Kamal C On Fri, Jul 15, 2016 at 9:32 PM, Igor Rudyak wrote: > Hi Kamal, > > Partitions in Cassandra are controlled by the partition key you selected. > Using Ignite-Cassandra module you have two options to specify

Re: Cassandra Cache Store Example

2016-07-15 Thread Igor Rudyak
Hi Kamal, Partitions in Cassandra are controlled by the partition key you selected. Using Ignite-Cassandra module you have two options to specify Cassandra partition key: - Use POJO persistence strategy along with @AffinityKeyMapped annotation for your key classes. In a such way all you

Helping Spread the Word about Apachecon EU 2016

2016-07-15 Thread Sharan Foga
Hi Everyone I'm forwarding the following message on behalf of Rich Bowen and the Apachecon team === As you are aware, we are holding ApacheCon in Seville in November. While this seems like a long way away, it is critical that we get on people's calendar now, so that they can plan, get

Re: Cassandra Cache Store Example

2016-07-15 Thread Kamal C
Val, I too have some concerns to use cassandra partitioned table. For initial version, I'm using PRIMITIVE / BLOB persistent strategy to store the key-value pair. Thanks for the support :) Igor, Still, I'm not clear. Cassandra and Ignite uses different partition strategy. Assume a Ignite Cache