Adding logs for more clarrity 2016-07-04 03:19:14,970 DEBUG akka.remote.EndpointWriter - Disassociated [ akka.tcp://[email protected]:3001] <- [akka.tcp://[email protected]:3001] 2016-07-04 03:19:14,970 DEBUG akka.remote.EndpointWriter - Disassociated [ akka.tcp://[email protected]:3001] <- [akka.tcp://[email protected]:3001] 2016-07-04 03:19:37,148 DEBUG akka.remote.EndpointWriter - Disassociated [ akka.tcp://[email protected]:3001] -> [akka.tcp://[email protected]:3001] 2016-07-04 03:19:37,148 WARN akka.remote.ReliableDeliverySupervisor - Association with remote system [akka.tcp://[email protected]:3001] has failed, address is now gated for [5000] ms. Reason: [Disassociated] 2016-07-04 03:19:37,149 DEBUG akka.remote.EndpointWriter - Disassociated [ akka.tcp://[email protected]:3001] -> [akka.tcp://[email protected]:3001] 2016-07-04 03:20:21,358 DEBUG akka.remote.EndpointWriter - AssociationError [akka.tcp://[email protected]:3001] -> [akka.tcp://[email protected]:3001]: Error [Association failed with [akka.tcp://[email protected]:3001]] [ akka.remote.EndpointAssociationException: Association with [akka.tcp: //[email protected]:3001] 2016-07-04 03:20:21,358 WARN akka.remote.ReliableDeliverySupervisor - Association with remote system [akka.tcp://[email protected]:3001] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://[email protected]:3001]] Caused by: [No response from remote for outbound association. Handshake timed out after [15000 ms].] 2016-07-04 03:20:21,359 DEBUG akka.remote.EndpointWriter - Disassociated [ akka.tcp://[email protected]:3001] -> [akka.tcp://[email protected]:3001] 2016-07-04 03:20:41,825 DEBUG akka.remote.EndpointWriter - AssociationError [akka.tcp://[email protected]:3001] -> [akka.tcp://[email protected]:3001]: Error [Association failed with [akka.tcp://[email protected]:3001]] [ akka.remote.EndpointAssociationException: Association with [akka.tcp: //[email protected]:3001] 2016-07-04 03:20:41,825 WARN akka.remote.ReliableDeliverySupervisor - Association with remote system [akka.tcp://[email protected]:3001] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://[email protected]:3001]] Caused by: [No response from remote for outbound association. Handshake timed out after [15000 ms].] 2016-07-04 03:20:41,825 DEBUG akka.remote.EndpointWriter - Disassociated [ akka.tcp://[email protected]:3001] -> [akka.tcp://[email protected]:3001] 2016-07-04 03:21:04,445 DEBUG akka.remote.EndpointWriter - AssociationError [akka.tcp://[email protected]:3001] -> [akka.tcp://[email protected]:3001]: Error [Association failed with [akka.tcp://[email protected]:3001]] [ akka.remote.EndpointAssociationException: Association with [akka.tcp: //[email protected]:3001] 2016-07-04 03:21:04,445 WARN akka.remote.ReliableDeliverySupervisor - Association with remote system [akka.tcp://[email protected]:3001] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://[email protected]:3001]] Caused by: [No response from remote for outbound association. Handshake timed out after [15000 ms].] 2016-07-04 03:21:04,445 DEBUG akka.remote.EndpointWriter - Disassociated [ akka.tcp://[email protected]:3001] -> [akka.tcp://[email protected]:3001] 2016-07-04 03:21:04,445 DEBUG akka.remote.Remoting - Associated [akka.tcp://[email protected]:3001] <- [akka.tcp://[email protected]:3001] 2016-07-05 08:04:39,190 DEBUG akka.remote.EndpointWriter - Disassociated [ akka.tcp://[email protected]:3001] <- [akka.tcp://[email protected]:3001] 2016-07-05 08:04:39,191 WARN akka.remote.ReliableDeliverySupervisor - Association with remote system [akka.tcp://[email protected]:3001] has failed, address is now gated for [5000] ms. Reason: [Disassociated] 2016-07-05 08:04:39,191 DEBUG akka.remote.EndpointWriter - Disassociated [ akka.tcp://[email protected]:3001] <- [akka.tcp://[email protected]:3001] 2016-07-05 08:04:48,172 DEBUG akka.remote.Remoting - Associated [akka.tcp://[email protected]:3001] <- [akka.tcp://[email protected]:3001]
Can be seen that from 03:19:14, 970 to 03:21:04,445 the actor systems were disassociated with each other in both the directions. But at 03:21:04,445 the association is setup only in one direction SystemA <- SystemB. Not SystemA -> SystemB. What can cause this. Any clues R On Tuesday, 5 July 2016 17:43:24 UTC+8, R wrote: > > We are using akka 2.4.7. Have two actor systems A and B. > Association of actor system A -> B is being disassociated without any > network issues. Same time the association A <- B is intact. > Is there any config to change which can print the cause of change in the > association state. > > R > -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
