Understanding Swap Space feature-- how it works?

2017-02-24 Thread edwardk
Hi, I am trying to understand the support in Ignite for spilling over to disk when memory limits are reached. I see there is a feature of swap space as in the link below, https://apacheignite.readme.io/docs/off-heap-memory#swap-space But, I am not clear on how it works. When we configure swap-s

Re: Which ports does ignite cluster need to run normally?

2016-11-03 Thread edwardk
ports. Thanks, edwardk -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Which-ports-does-ignite-cluster-need-to-run-normally-tp8031p8676.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Does Apache Ignite use any proprietary api?

2016-10-19 Thread edwardk
Spring Boot. Check out the issue raised for it in Spring Boot as below. https://github.com/spring-projects/spring-boot/issues/6373 I do not believe this to be true. I haven't see anything about that in the apache ignite site docs too. Can someone confirm on this. Thanks, edwardk -- View

Setup Web agent and Web console on locally

2016-10-18 Thread edwardk
with webconsole as well as the nodes in the cluster. Can you help me on how I can have the web-console setup so that I can communicate to it with the web-agent I have downloaded. I feel the docs are not clear on the procedure. Thanks, edwardk -- View this message in context: http

Re: Using ignite configuration with JCache api

2015-11-18 Thread edwardk
Hi, Thanks for your response. But, I am still not clear on this. I have ignite-config.xml in my project folder (src/main/resources) I have used JCache API to create and read from the cache. In ignite-config.xml I have added cacheConfiguration bean's for each of the caches I have created using

Using ignite configuration with JCache api

2015-11-17 Thread edwardk
Hi, I am using JCache api to create a cache and also to fetch the values from it without references to apache ignite api. I am using Apache Ignite as Caching provider as I have the required jars in the classpath using maven pom file. I know we can use apache ignite configuration xml for configur

Multiple Caches in same configuration XML ?

2015-11-12 Thread edwardk
ile. I tried adding another CacheConfiguration bean but was not able to do so. How can I add another bean of type CacheConfiguration in same xml and configure the properties differently. If not is there way I can configure settings separate for each cache (plans, customers, etc.,) in XML. Thanks,

Re: Bulk load data at startup

2015-10-19 Thread edwardk
Hi Artem, Thanks for your response. Yes I want to do an initial warmup of the data so that during request time it would be available soon. Moreover, the data would be master data, used for read-only purpose and which would rarely change. In that case, I feel we can go with partitioned mode, ha

Bulk load data at startup

2015-10-19 Thread edwardk
I have a requirement to bulk load a lot of Master data which would be common to entire system. Since the Data store returns a huge number of rows, I feel the system might hang if we try to load all of them to memory. I am assuming it is possible , but not sure , if is is possible to load the data