Hi Wofr, This is a bug, will be fixed in 2.3.1 very soon. You can follow the ticket here: https://www.assembla.com/spaces/akka/tickets/3943-gate-should-not-overwrite-quarantine#/activity/ticket :
-Endre On Thu, Mar 20, 2014 at 10:19 AM, Wofr <[email protected]> wrote: > Hi ! > > We use Akka 2.3.0. with the default configuration for akka remote > > We have 2 system on 2 nodes running which are remote connected and watch > each other. > When we put e.g. one Node-A under heavy heavy load the system gets > quarantined by Node-B with the following log. > > *09:46:51.475 WARN Association to > [akka.tcp://[email protected]:2552 > <http://[email protected]:2552>] having UID [-1869651349] is > irrecoverably failed. UID is now quarantined and all messages to this UID > will be delivered to dead letters. Remote actorsystem must be restarted to > recover from this situation.* > > When we now put the load form Node-A after a certain time it continuous to > communicate with Node-B and Node-B is talking to Node-A...so the quarantine > seems not to work in this case because non of our system is restarted. > > Maybe this is caused because as soon as the watch is telling us that > Node-A is Terminated we start to try resolve a certain actor of Node-A > again. > > Funny fact is that an "external" system which is also watching an actor on > our Node-A is not able to communicate with Node-A after it puts in > quarantine. But this "external" system does no resolve the simple do an > actorSelection. > > Any help welcome! > > Wolfgang > > > > > -- > >>>>>>>>>> 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 to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- >>>>>>>>>> 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 to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
