[akka-user][deprecated] Handling Exceptions in Ask Pattern

2018-04-02 Thread Joseph Mansigian
Hello, I am building an application using Play 2.6 with Scala 2.12.3 and Akka 2.5.4 Actors. I am using the ask pattern in several places at it is documented at link below https://www.playframework.com/documentation/2.6.x/ScalaAkka The ask patten works well in all regartds except that I do

Re: [akka-user][deprecated] Error message: New incarnation of existing member is trying to join. Existing will be removed from the cluster and then new member will be allowed to join.

2018-04-02 Thread Patrik Nordwall
Other log messages prefixed with “Cluster Node” would probably tell what’s going on. I’d suggest that you move the question to the new forum at http://discuss.akka.io /Patrik mån 2 apr. 2018 kl. 08:05 skrev Grace : > Hi all, > > I was running a cluster of four nodes,

[akka-user][deprecated] Error message: New incarnation of existing member is trying to join. Existing will be removed from the cluster and then new member will be allowed to join.

2018-04-02 Thread Grace
Hi all, I was running a cluster of four nodes, one client node and three worker nodes in my testing. 1) After which, a cluster.down(..) was issued to the client node. 2) The client node listens on Cluster(system).registerOnMemberRemoved{ leaves cluster Does coordinated shutdown