Cache Partitioned Mode

2016-07-08 Thread daniel07
Hi As far as I understood from following (on case of PARTITIONED mode) http://apacheignite.gridgain.org/docs/cache-modes#partitioned-mode my data is divided equally into partitions . Now questions 1. If I have 2 nodes,and do twice puts on existing empty cache,data is divides on nodes.(1-1 peer

Re: IgniteClientDisconnectedException: Client node disconnected 'grid_name'

2016-07-07 Thread daniel07
Ok,thank you dear Dennis. So,You are thinking that problem is in Docker? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/IgniteClientDisconnectedException-Client-node-disconnected-grid-name-tp6041p6166.html Sent from the Apache Ignite Users mailing list archive

Re: IgniteClientDisconnectedException: Client node disconnected 'grid_name'

2016-07-07 Thread daniel07
Hi Denis, Bellow you can find log gist link https://gist.github.com/RazmikMkrtchyan/97a8153172cce3b1f6779bb7b0199a61/18e9b5cf8f7879924925083da2c3f9a4bf573880 -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/IgniteClientDisconnectedException-Client-node-disconne

Re: IgniteClientDisconnectedException: Client node disconnected 'grid_name'

2016-07-06 Thread daniel07
HI Denis, Bellow you can find docker logs- time="2016-07-06T08:20:30Z" level=debug msg="containerd: process exited" id=5d06eee7a6738b375c06d3a09f2135347f57b8d35731b16f751cc8706d091d58 pid=init status=0 systemPid=4732 time="2016-07-06T08:20:30.416276511Z" level=debug msg="received containerd event:

Re: JVM and System Tuning

2016-07-05 Thread daniel07
Thank you,dear Magda. 1. Ok,its clear. 2. So,I must be sure that when the program is stops the OS clens all off-heap caches from RAM? And please can you help me with this question http://apache-ignite-users.70518.x6.nabble.com/IgniteClientDisconnectedException-Client-node-disconnected-grid-name-

JVM and System Tuning

2016-07-05 Thread daniel07
Hi,I have two questions. 1. Here https://apacheignite.readme.io/docs/jvm-and-system-tuning it is written that in case of on-heap configuration JVM options must be -Xms8g -Xmx8g ,but in off-heap case must be -Xms10g -Xmx10g . I dont understand why is in case of on-heap less memory than off-

Re: IgniteClientDisconnectedException: Client node disconnected 'grid_name'

2016-07-02 Thread daniel07
Hi dear Val, There arent many logs. On client node side (in intelij idea console) is written the following Caused by: org.apache.ignite.IgniteClientDisconnectedException: Client node disconnected: sys_grid at org.apache.ignite.internal.GridKernalGatewayImpl.readLock(GridKernalGatewayImpl.

IgniteClientDisconnectedException: Client node disconnected 'grid_name'

2016-07-01 Thread daniel07
Hi, I have 2 nodes- server node(on docker) and client node. When connection is established and I do some actions,after some time on docker console is written "Killed",and in intelijIdea console it brings IgniteClientDisconnectedException: Client node disconnected 'grid_name'. I think what there

Re: Creating cache with CacheLoaderFactory on client node brings exception org.apache.ignite.IgniteCheckedException: Failed to find class with given class loader for unmarshalling (make sure same ver

2016-06-28 Thread daniel07
Hi Magda, I have a question related to this area. Above I mentioned that when I manually replaced necessary classes on remote node it worked fine. Now I want to replace not the classes but the jar(s)(containing that classes).? In documentation is written the following "To deploy your JAR files

Re: Creating cache with CacheLoaderFactory on client node brings exception org.apache.ignite.IgniteCheckedException: Failed to find class with given class loader for unmarshalling (make sure same ver

2016-06-28 Thread daniel07
Lot of thank you, dear Magda -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Creating-cache-with-CacheLoaderFactory-on-client-node-brings-exception-org-apache-ignite-IgniteCheck-tp5915p5951.html Sent from the Apache Ignite Users mailing list archive at Nabble.com

Re: Creating cache with CacheLoaderFactory on client node brings exception org.apache.ignite.IgniteCheckedException: Failed to find class with given class loader for unmarshalling (make sure same ver

2016-06-28 Thread daniel07
Hi dear Magda, As far as I understood ,my loaderFactory(and generally whatever (classes) is used in client node)must be manually set also in the rest nodes? I replaced my classes to remote node,and it started working. Isn't there another solution? At least to be done automatically. Every time a

Re: Creating cache with CacheLoaderFactory on client node brings exception org.apache.ignite.IgniteCheckedException: Failed to find class with given class loader for unmarshalling (make sure same ver

2016-06-27 Thread daniel07
Hi @bintisepaha, Yes the the JDK versions are same. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Creating-cache-with-CacheLoaderFactory-on-client-node-brings-exception-org-apache-ignite-IgniteCheck-tp5915p5946.html Sent from the Apache Ignite Users mailing lis

Creating cache with CacheLoaderFactory on client node brings exception org.apache.ignite.IgniteCheckedException: Failed to find class with given class loader for unmarshalling (make sure same version

2016-06-27 Thread daniel07
Hi, I saw other questions related org.apache.ignite.IgniteCheckedException: Failed to find class with given class loader for unmarshalling (make sure same versions of all classes are available on all nodes or enable peer-class-loading) exception,but not find my answer. I have one remote server nod