Re: Server node info when client disconnects

2016-03-18 Thread Alper Tekinalp
Hi again. I fix my issue by updating discoverySpi for client. When a server joins cluster i create a new ip finder and add ip of both server1 and server2. That way when I shutdown server1 client gets node left event and stay in cluster. On Fri, Mar 18, 2016 at 11:56 AM, Alper Tekinalp

Re: about mr accelerator question.

2016-03-18 Thread Vladimir Ozerov
Hi, The fact that you can work with 29G cluster with only 8G of memory might be caused by the following things: 1) Your job doesn't use all data form cluster and hence caches only part of it. This is the most likely case. 2) You have eviction policy configured for IGFS data cache. 3) Or may be

Re: CacheStore handles persistence in client node for transactional cache

2016-03-18 Thread knowak
Makes sense, thanks. Kamil -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/CacheStore-handles-persistence-in-client-node-for-transactional-cache-tp3428p3575.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: websession clustering problem

2016-03-18 Thread boulik
Hi Val. I have make test with wrapper class. Yes, it helped. :) Problem is, that this change i can't do in project. Third party lib add some attributes into httpsession and then uses them. Finnaly i have found, why i got java.lang.ClassNotFoundException: sun.reflect.GeneratedMethodAccessor228.

Re: Server node info when client disconnects

2016-03-18 Thread Dmitriy Setrakyan
cross-sending this to the user list On Thu, Mar 17, 2016 at 8:39 AM, Alper Tekinalp wrote: > Hi. > > I have a server and a client. I connect server from client with static > ip. When server closed I get client node disconnected event. Is there > easy way that I could know the

Re: Querying HashMap stored as value in IgniteCache

2016-03-18 Thread vkulichenko
Hi limabean, Can you please properly subscribe to the mailing list so that the community receives email notifications? Here is the instruction: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1 limabean wrote > I have a similar question to the one that

Re: any example of iptables rules for apache ignite ?

2016-03-18 Thread X Yang
Ok, from the log file, I noticed that ignite node is ping'ing each other. So, I added following rule: -A INPUT -p icmp --icmp-type 8 -s 10.140.151.68,10.140.151.200/31 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT This makes it slightly better. Previously the rules simply killed the

Re: How can I achieve performance

2016-03-18 Thread Yakov Zhdanov
Datastreamer does not have order guarantees, it guarantees that all data added by addData() calls is stored on closing or flushing data streamer. Can you please take a look at this - https://apacheignite.readme.io/docs/messaging#section-ordered-messages - and tell me if this works for you.

Re: Nodes not rebalancing evenly

2016-03-18 Thread vkulichenko
Hi, Can you please properly subscribe to the mailing list so that the community receives email notifications? Here is the instruction: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1 kberthelot wrote > I've created a partitioned cache with the

Re: Reducing memory footprint

2016-03-18 Thread vkulichenko
Alexander, Embedded node is a node started with Ignition.start() method within any kind of application (e.g., web app). Sound like this is your case, right? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Reducing-memory-footprint-tp3494p3586.html Sent