Re: Failed to wait for initial partition map exchange

2016-09-05 Thread Jason
No fix or workaround for this so far. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Failed-to-wait-for-initial-partition-map-exchange-tp6252p7536.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Failed to wait for initial partition map exchange

2016-09-05 Thread Ignitebie
Jason Scenario that you shared is same as ours and we face similar issue for large heap servers grid where one of node in restart keeps waiting on initial partition map exchange. Have you received a fix or were able to hack a solution. Please share. Thanks. -- View this message in context:

Not able to retrieve data from cache

2016-09-05 Thread chevy
Hi, I am adding data to cache in below format - "cache.putAll(finalMap)" and cache is of format "IgniteCache cache". "finalMap" looks like "finalMap.put(storeId, salesModel)". SalesModel structure is shown below. I am not able to get data using any of the "rest-api"

JVM tuning

2016-09-05 Thread Caio Nishibe
As I've mentioned here , I'm trying to use Ignite within a biometric identification system to store fingerprint templates in memory and to use Ignite's compute grid capability to perform matching

Note that large topology

2016-09-05 Thread Ignitebie
Hi, We get following warning when we restart a client node trying to connect a grid of 7 servers. '2016-09-05 13:39:00 [WARN] [Thread=main] [class=org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi] Node has not been connected to topology and will repeat join process. Check remote nodes logs

Re: javax.cache.CacheException: Failed to find mapping description

2016-09-05 Thread Alexey Kuznetsov
Hello @vikramT. I prepared example that worked for me with H2 database, but it should work with your DB also. Take a look and try to run (I also put h2 database in zip). demo-with-h2.zip -- View this message in

Re: why allocated containers much more than INGNITE_NODE_COUNT?

2016-09-05 Thread shirely
well, Thanks for your advise. examples for yarn works. and I have figured it out. It seems the ignite yarn deployment is not a good choice for windows. The ignite source code override the onContainersAllocated function, and when it tried ctx.setEnvironment(env) where env=System.getenv(); it

Re: CacheJdbcPojoStoreExampleFactory for Maria DB

2016-09-05 Thread Vasiliy Sisko
Hello @seyeony. The idiomatic ways of data source usage with CacheJdbcPojoStoreFactory are specification of data source bean name or implementation of data source factory class. NOTE: When you implement data source bean factory class it should be available in classpath for every node. F.e.: