Remote node ID is not as expected - New Node not coming up

2017-08-01 Thread Gracelin Priya
Hello, Can anyone help me to debug? I had a four node cluster up and running. Brought down all the nodes and tried starting it again. One of the node is not coming up and not joining the cluster. It is throwing the below error. What is the reason for below error?. Verified that IP configuratio

Heap Memory Allocation

2017-07-14 Thread Gracelin Priya
Hi, I am starting gridgain using a java program as given below try { ignite = Ignition.start("/opt/GridGain/config/default-server.xml"); } catch (Exception ex) { ex.printStackTrace(); } The above program is executed using the below

RE: Gridgain Stat Data

2017-07-13 Thread Gracelin Priya
Thanks..Will try web console...have not installed web console yet. Is there any cli command to get the data from the node? Regards, Priya -Original Message- From: dkarachentsev [mailto:dkarachent...@gridgain.com] Sent: 14 July 2017 12:05 To: user@ignite.apache.org Subject: Re: Gridgain

Define Cache Size - Queries

2017-07-13 Thread Gracelin Priya
Hi, Can someone please help to clarify the below queries? How to define the size of a cache in gridgain?. My host has got 40 GB memory. I want to allocate 20GB to Gridgain cache so that it should not consume memory above that. Is that possible? How to do it? If there are three nodes in a gridg

Define Cache Size - Queries

2017-07-13 Thread Gracelin Priya
How to define the size of a cache in gridgain?. My host has got 40 GB memory. I want to allocate 20GB to Gridgain cache so that it should not consume memory above that. Is that possible? How to do it? If there are three nodes in a gridgain cluster, should the cache size be same in all the thre

Gridgain Stat Data

2017-07-13 Thread Gracelin Priya
Hello, How to get the stat data from gridgain cluster? I would like to collect the following information from gridgain 1. What is the defined cache size for a cache? 2. What is the used cache size ie how much cache size is occupied with data and how much left over is there? Priya

RE: Heap Memory Limit Set

2017-07-11 Thread Gracelin Priya
Hi, program which starts the gridgain as below ie have set -Xms3G -Xmx10GB. /usr/java/jdk1.8.0_121/bin/java -DIGNITE_QUIET=false -Xms3G -Xmx10G -classpath .:./*:/opt/GridGain/libs/*:/opt/GridGain/libs/ignite-spring/*:/opt/GridGain/libs/ignite-rest-http/*::/opt/GridGain/libs/ignite-indexing/* N

RE: Heap Memory Limit Set

2017-07-10 Thread Gracelin Priya
Hi, Thanks for the response. I executed the program which starts the gridgain as below ie I set -Xms3G -Xmx10GB. /usr/java/jdk1.8.0_121/bin/java -DIGNITE_QUIET=false -Xms3G -Xmx10G -classpath .:./*:/opt/GridGain/libs/*:/opt/GridGain/libs/ignite-spring/*:/opt/GridGain/libs/ignite-rest-http/*::/

Heap Memory Limit Set

2017-07-10 Thread Gracelin Priya
Hello, How to limit the heap memory set during starting a new server or client node?. It is seen that when my first gridgain node is brought up heap is 25GB and next is 50GB and it increases when a server/client joins the topology. ignite-01b06bde.0.log:[10:17:55,730][INFO][main][GridDiscoveryM

RE: Ignite Visor - Help

2017-07-10 Thread Gracelin Priya
Val, I am using Gridgain 8.1.1. open -cpath is not working. It is listing to select a configuration path from the list. Can you please help is there any other way? visor> open -cpath /test/folder/test.xml Local configuration files: +=

Ignite Visor - Help

2017-07-07 Thread Gracelin Priya
Hi, 1. When starting ignitevisorcmd.sh, is there a option to provide the configuration file in the command prompt when starting. 2. When ignitevisorcmd is started and open command is given it is not listing the configuration files which are kept outside IGNITE_HOME. Should all th

How to set timeout for client node

2017-07-07 Thread Gracelin Priya
Hello there, Test tool which populates the gridgain cluster cache , had an error and it hanged @ the below point. It is not getting terminated automatically. It had to be killed for the client session to exit it. Exception in thread "main" java.lang.ClassCastException: java.lang.Short cannot

RE: Dynamically update the Cache Configuration without restsrting client and serve

2017-07-05 Thread Gracelin Priya
Val, Thanks for the information. Cache property changes to list few. 1. field data type change from Short to long 2. Memory parameter changes for a cache 3. Writebehind parameters related to persistent store 4. New field addition to the cache Can you please confirm whether the above configurat

RE: Dynamically update the Cache Configuration without restsrting client and serve

2017-07-04 Thread Gracelin Priya
Nikoli, In gridgain 8.1.1, is the change of configuration of working caches supported? Can you please confirm. Once a cache is created with certain attribute and is loaded with data can the attributes of the cache can be changed later? Is there a list of attributes of cache which can be updat