Re: [akka-user] Re: akka persistence cleanup old snapshots files

2014-07-28 Thread Rohit Kumar Gupta
Johannessen and Konard, Thanks for your replies. Can you get me the link where I can raise the issue ? Thanks, Rohit -- Read the docs: http://akka.io/docs/ Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html Search the archives:

Re: [akka-user] akka clustering ipaddress vs hostname issue

2014-07-26 Thread Rohit Kumar Gupta
Thanks Roland and Patrik for your replies. Regards, Rohit -- Read the docs: http://akka.io/docs/ Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html Search the archives: https://groups.google.com/group/akka-user --- You received this message because

Re: [akka-user] akka 2.3.4 clustering issue

2014-07-25 Thread Rohit Kumar Gupta
Thanks Endre for the clarification. I will file a bug. Thanks, Rohit -- Read the docs: http://akka.io/docs/ Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html Search the archives: https://groups.google.com/group/akka-user --- You received this

[akka-user] Re: akka clustering ipaddress vs hostname issue

2014-07-25 Thread Rohit Kumar Gupta
Hi, Akka 2.3.4 is having huge issue in resolving the hostname/ipaddress when used with clustering. Sometimes it resolves the as hostname and sometimes it resolves as ipaddress. This makes the addresses different and one part of the cluster can't communicate with the other part of the cluster.

Re: [akka-user] Re: Akka Cluster seed node problem

2014-07-08 Thread Rohit Kumar Gupta
Hi All, I have been able to solve the problem. Now the leader election process kicks in if the original master goes down. Thanks, Rohit -- Read the docs: http://akka.io/docs/ Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html Search the archives:

Re: [akka-user] Re: Akka Cluster seed node problem

2014-07-08 Thread Rohit Kumar Gupta
I added below config to my configuration. # Settings for the DistributedPubSubExtension akka.contrib.cluster.pub-sub { # Actor name of the mediator actor, /user/distributedPubSubMediator name = distributedPubSubMediator # Start the mediator on members tagged with this role. #

Re: [akka-user] Re: Akka Cluster seed node problem

2014-07-07 Thread Rohit Kumar Gupta
Hi Martynas, Thanks for the reply. Both master and workers use distributed pub-sub to send receive messages. There is a distributed pub-sub mediator which acts as a mediator and all the messages are sent to it. Master and workers subscribe to it. So no direct ActorRef is held by anyone.

Re: [akka-user] akka cluster loopback and actual ip address issue

2014-07-07 Thread Rohit Kumar Gupta
Martynas, Thanks for the clarification. Regards, -Rohit -- Read the docs: http://akka.io/docs/ Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html Search the archives: https://groups.google.com/group/akka-user --- You received this message because

Re: [akka-user] Re: Akka Cluster seed node problem

2014-07-04 Thread Rohit Kumar Gupta
Hi Patrik, The basic cluster things are working (as per the distributed akka workers template). But few things (may be advanced) are not working. I have akka cluster consisting of two different m/c. Each m/c hosts once master and one worker process running on different ports. When I

Re: [akka-user] Re: Akka Cluster seed node problem

2014-07-04 Thread Rohit Kumar Gupta
Hi, Does akka treat loopback address (127.0.0.1) and actual ip address differently. If I run the cluster on the same m/c (different processes) it seems I have to use one or the other for consistency (in the akka remote configuration) else things do not work. This is causing the configuration

Re: [akka-user] Re: Akka Cluster seed node problem

2014-07-01 Thread Rohit Kumar Gupta
Hi Patrik, I can see all those messages now. It is working :). Thanks for all your help. Regards, Rohit -- Read the docs: http://akka.io/docs/ Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html Search the archives:

[akka-user] Re: Akka Cluster seed node problem

2014-06-30 Thread Rohit Kumar Gupta
Patrik, Thanks for the reply. I changed the configuration the same way you described. But i am getting the below error now. I started only master node and I am getting this error. Please note that I am using play framework and akka for the past 1 year. This is the first time I am using

Re: [akka-user] Re: Akka Cluster seed node problem

2014-06-30 Thread Rohit Kumar Gupta
On Jun 30, 2014 10:09 AM, Rohit Kumar Gupta rohitkum...@gmail.com javascript: wrote: Patrik, Thanks for the reply. I changed the configuration the same way you described. But i am getting the below error now. I started only master node and I am getting this error. Please note that I am using

Re: [akka-user] Re: Akka Cluster seed node problem

2014-06-30 Thread Rohit Kumar Gupta
ActorSystem system = ActorSystem.create(systemName, conf); ActorSystem system = ActorSystem.create(systemName); ActorSystem system = ActorSystem.create(systemName); I am using create call at 3 places 1. while starting master(backend) 2. while starting worker 3. while starting frontend. Even if I

Re: [akka-user] Re: Akka Cluster seed node problem

2014-06-30 Thread Rohit Kumar Gupta
Here is my configuration. akka { actor { provider = akka.cluster.ClusterActorRefProvider } remote { #log-remote-lifecycle-events = off netty.tcp { hostname = 127.0.0.1 port = 2551 } } cluster { seed-nodes =

Re: [akka-user] Re: Akka Cluster seed node problem

2014-06-30 Thread Rohit Kumar Gupta
Thanks for all you help. Bye. -Rohit -- Read the docs: http://akka.io/docs/ Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed