Hi, Sorry for the delay.
Which version of Akka are you using? If possible, use latest stable release, i.e. 2.3.0. Failure detection can be triggered by that the worker nodes are unresponsive. As you see in the logs heartbeat messages are sent to monitor the remote system. If it doesn't reply in a timely fashion it is detected as unreachable and quarantined. That is what you see in the logs. Several things can make the worker nodes unresponsive. Overload. Long garbage collection pauses. Sending too many remote messages without flow control. Sending too big remote messages. ... You can make the failure detector less sensitive by increasing akka.remote.watch-failure-detector.acceptable-heartbeat-pause, but you probably also have to add some flow kind of flow control or throttling to avoid overloading the worker nodes. I can recommend that you read this blog post series: http://blog.goconspire.com/post/64130417462/akka-at-conspire-part-1-how-we-built-our-backend-on Especially part 5 should be interesting for you. Regards, Patrik On Fri, Mar 7, 2014 at 7:33 PM, HARSH PATEL <[email protected]> wrote: > Here is the log info with DEBUG: > > [DEBUG] [03/07/2014 10:24:20.444] > [KafeBackend-akka.actor.default-dispatcher-17] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:20.445] > [KafeBackend-akka.actor.default-dispatcher-17] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:21.444] > [KafeBackend-akka.actor.default-dispatcher-32] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:21.446] > [KafeBackend-akka.actor.default-dispatcher-3] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:22.444] > [KafeBackend-akka.actor.default-dispatcher-18] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:22.445] > [KafeBackend-akka.actor.default-dispatcher-26] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:23.444] > [KafeBackend-akka.actor.default-dispatcher-21] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:23.445] > [KafeBackend-akka.actor.default-dispatcher-28] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:24.444] > [KafeBackend-akka.actor.default-dispatcher-25] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:24.561] > [KafeBackend-akka.actor.default-dispatcher-25] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:25.444] > [KafeBackend-akka.actor.default-dispatcher-21] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:25.470] > [KafeBackend-akka.actor.default-dispatcher-25] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:26.445] > [KafeBackend-akka.actor.default-dispatcher-19] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:26.446] > [KafeBackend-akka.actor.default-dispatcher-23] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:27.444] > [KafeBackend-akka.actor.default-dispatcher-12] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:27.445] > [KafeBackend-akka.actor.default-dispatcher-20] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:28.444] > [KafeBackend-akka.actor.default-dispatcher-29] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:28.446] > [KafeBackend-akka.actor.default-dispatcher-22] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:29.444] > [KafeBackend-akka.actor.default-dispatcher-3] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:29.445] > [KafeBackend-akka.actor.default-dispatcher-16] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:30.444] > [KafeBackend-akka.actor.default-dispatcher-18] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:30.446] > [KafeBackend-akka.actor.default-dispatcher-16] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:31.444] > [KafeBackend-akka.actor.default-dispatcher-19] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:31.595] > [KafeBackend-akka.actor.default-dispatcher-19] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:32.444] > [KafeBackend-akka.actor.default-dispatcher-15] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:32.445] > [KafeBackend-akka.actor.default-dispatcher-16] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:33.444] > [KafeBackend-akka.actor.default-dispatcher-29] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:33.445] > [KafeBackend-akka.actor.default-dispatcher-32] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:34.444] > [KafeBackend-akka.actor.default-dispatcher-2] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:35.345] > [KafeBackend-akka.actor.default-dispatcher-21] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:35.444] > [KafeBackend-akka.actor.default-dispatcher-30] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:35.445] > [KafeBackend-akka.actor.default-dispatcher-23] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:36.444] > [KafeBackend-akka.actor.default-dispatcher-19] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:36.445] > [KafeBackend-akka.actor.default-dispatcher-18] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:37.444] > [KafeBackend-akka.actor.default-dispatcher-19] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:37.445] > [KafeBackend-akka.actor.default-dispatcher-25] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:38.444] > [KafeBackend-akka.actor.default-dispatcher-26] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:38.456] > [KafeBackend-akka.actor.default-dispatcher-22] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:39.444] > [KafeBackend-akka.actor.default-dispatcher-13] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:39.445] > [KafeBackend-akka.actor.default-dispatcher-13] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:40.444] > [KafeBackend-akka.actor.default-dispatcher-29] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:40.445] > [KafeBackend-akka.actor.default-dispatcher-26] > [akka://KafeBackend/system/remote-watcher] Received heartbeat rsp from > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:41.444] > [KafeBackend-akka.actor.default-dispatcher-28] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:42.444] > [KafeBackend-akka.actor.default-dispatcher-24] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:43.444] > [KafeBackend-akka.actor.default-dispatcher-20] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:44.444] > [KafeBackend-akka.actor.default-dispatcher-24] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:45.444] > [KafeBackend-akka.actor.default-dispatcher-20] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:46.444] > [KafeBackend-akka.actor.default-dispatcher-24] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:47.444] > [KafeBackend-akka.actor.default-dispatcher-29] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:48.444] > [KafeBackend-akka.actor.default-dispatcher-24] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:49.444] > [KafeBackend-akka.actor.default-dispatcher-29] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:50.444] > [KafeBackend-akka.actor.default-dispatcher-24] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:51.444] > [KafeBackend-akka.actor.default-dispatcher-20] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:52.444] > [KafeBackend-akka.actor.default-dispatcher-15] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [INFO] [03/07/2014 10:24:52.806] > [KafeBackend-akka.actor.default-dispatcher-13] > [akka://KafeBackend/system/transports/akkaprotocolmanager.tcp0/akkaProtocol-tcp%3A%2F%2FKafeBackend%40192.168.1.113%3A2553-1] > Message [akka.remote.transport.AssociationHandle$Disassociated] from > Actor[akka://KafeBackend/deadLetters] to > Actor[akka://KafeBackend/system/transports/akkaprotocolmanager.tcp0/akkaProtocol-tcp%3A%2F%2FKafeBackend%40192.168.1.113%3A2553-1#1117468665] > was not delivered. [1] dead letters encountered. This logging can be turned > off or adjusted with configuration settings 'akka.log-dead-letters' and > 'akka.log-dead-letters-during-shutdown'. > [DEBUG] [03/07/2014 10:24:52.809] > [KafeBackend-akka.actor.default-dispatcher-24] > [akka://KafeBackend/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FKafeBackend%40192.168.1.113%3A2553-0/endpointWriter] > Disassociated [akka.tcp://[email protected]:2552] -> > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:52.815] > [KafeBackend-akka.actor.default-dispatcher-24] > [akka://KafeBackend/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FKafeBackend%40192.168.1.113%3A2553-0/endpointWriter] > Disassociated [akka.tcp://[email protected]:2552] -> > [akka.tcp://[email protected]:2553] > [INFO] [03/07/2014 10:24:52.815] > [KafeBackend-akka.actor.default-dispatcher-29] > [akka://KafeBackend/system/transports/akkaprotocolmanager.tcp0/akkaProtocol-tcp%3A%2F%2FKafeBackend%40192.168.1.113%3A2553-1] > Message [akka.remote.transport.ActorTransportAdapter$DisassociateUnderlying] > from Actor[akka://KafeBackend/deadLetters] to > Actor[akka://KafeBackend/system/transports/akkaprotocolmanager.tcp0/akkaProtocol-tcp%3A%2F%2FKafeBackend%40192.168.1.113%3A2553-1#1117468665] > was not delivered. [2] dead letters encountered. This logging can be turned > off or adjusted with configuration settings 'akka.log-dead-letters' and > 'akka.log-dead-letters-during-shutdown'. > [DEBUG] [03/07/2014 10:24:53.164] > [KafeBackend-akka.actor.default-dispatcher-24] > [akka://KafeBackend/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FKafeBackend%40192.168.1.113%3A2553-0/endpointWriter] > Associated [akka.tcp://[email protected]:2552] -> > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:53.201] > [KafeBackend-akka.actor.default-dispatcher-24] [Remoting] Associated > [akka.tcp://[email protected]:2552] <- > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:53.444] > [KafeBackend-akka.actor.default-dispatcher-23] > [akka://KafeBackend/system/remote-watcher] Sending Heartbeat to > [akka.tcp://[email protected]:2553] > [WARN] [03/07/2014 10:24:54.444] > [KafeBackend-akka.actor.default-dispatcher-24] > [akka://KafeBackend/system/remote-watcher] Detected unreachable: > [akka.tcp://[email protected]:2553] > [INFO] [03/07/2014 10:24:54.447] > [KafeBackend-akka.actor.default-dispatcher-16] [Remoting] Address > [akka.tcp://[email protected]:2553] is now quarantined, all messages > to this address will be delivered to dead letters. > [INFO] [03/07/2014 10:24:54.448] > [KafeBackend-akka.actor.default-dispatcher-28] > [akka://KafeBackend/deadLetters] Message > [com.healthline.kafe.backend.messages.Fetch] from > Actor[akka://KafeBackend/user/controller#-423140090] to > Actor[akka://KafeBackend/deadLetters] was not delivered. [3] dead letters > encountered. This logging can be turned off or adjusted with configuration > settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. > [INFO] [03/07/2014 10:24:54.448] > [KafeBackend-akka.actor.default-dispatcher-28] > [akka://KafeBackend/deadLetters] Message > [com.healthline.kafe.backend.messages.Fetch] from > Actor[akka://KafeBackend/user/controller#-423140090] to > Actor[akka://KafeBackend/deadLetters] was not delivered. [4] dead letters > encountered. This logging can be turned off or adjusted with configuration > settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. > [INFO] [03/07/2014 10:24:54.448] > [KafeBackend-akka.actor.default-dispatcher-28] > [akka://KafeBackend/deadLetters] Message > [com.healthline.kafe.backend.messages.Fetch] from > Actor[akka://KafeBackend/user/controller#-423140090] to > Actor[akka://KafeBackend/deadLetters] was not delivered. [5] dead letters > encountered. This logging can be turned off or adjusted with configuration > settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. > [INFO] [03/07/2014 10:24:54.448] > [KafeBackend-akka.actor.default-dispatcher-28] > [akka://KafeBackend/deadLetters] Message > [com.healthline.kafe.backend.messages.Fetch] from > Actor[akka://KafeBackend/user/controller#-423140090] to > Actor[akka://KafeBackend/deadLetters] was not delivered. [6] dead letters > encountered. This logging can be turned off or adjusted with configuration > settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. > [INFO] [03/07/2014 10:24:54.448] > [KafeBackend-akka.actor.default-dispatcher-28] > [akka://KafeBackend/deadLetters] Message > [com.healthline.kafe.backend.messages.Fetch] from > Actor[akka://KafeBackend/user/controller#-423140090] to > Actor[akka://KafeBackend/deadLetters] was not delivered. [7] dead letters > encountered. This logging can be turned off or adjusted with configuration > settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. > [INFO] [03/07/2014 10:24:54.448] > [KafeBackend-akka.actor.default-dispatcher-28] > [akka://KafeBackend/deadLetters] Message > [com.healthline.kafe.backend.messages.Fetch] from > Actor[akka://KafeBackend/user/controller#-423140090] to > Actor[akka://KafeBackend/deadLetters] was not delivered. [8] dead letters > encountered. This logging can be turned off or adjusted with configuration > settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. > [INFO] [03/07/2014 10:24:54.448] > [KafeBackend-akka.actor.default-dispatcher-28] > [akka://KafeBackend/deadLetters] Message > [com.healthline.kafe.backend.messages.Fetch] from > Actor[akka://KafeBackend/user/controller#-423140090] to > Actor[akka://KafeBackend/deadLetters] was not delivered. [9] dead letters > encountered. This logging can be turned off or adjusted with configuration > settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. > [INFO] [03/07/2014 10:24:54.448] > [KafeBackend-akka.actor.default-dispatcher-28] > [akka://KafeBackend/deadLetters] Message > [com.healthline.kafe.backend.messages.Fetch] from > Actor[akka://KafeBackend/user/controller#-423140090] to > Actor[akka://KafeBackend/deadLetters] was not delivered. [10] dead letters > encountered, no more dead letters will be logged. This logging can be turned > off or adjusted with configuration settings 'akka.log-dead-letters' and > 'akka.log-dead-letters-during-shutdown'. > [DEBUG] [03/07/2014 10:24:54.456] > [KafeBackend-akka.actor.default-dispatcher-27] > [akka://KafeBackend/system/endpointManager/endpointWriter-akka.tcp%3A%2F%2FKafeBackend%40192.168.1.113%3A2553-1] > Disassociated [akka.tcp://[email protected]:2552] <- > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:54.456] > [KafeBackend-akka.actor.default-dispatcher-24] > [akka://KafeBackend/system/remote-watcher] Watchee terminated: > [akka.tcp://[email protected]:2553/remote/akka.tcp/[email protected]:2552/user/controller/router/c2] > [DEBUG] [03/07/2014 10:24:54.457] > [KafeBackend-akka.actor.default-dispatcher-25] > [akka://KafeBackend/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FKafeBackend%40192.168.1.113%3A2553-0/endpointWriter] > Disassociated [akka.tcp://[email protected]:2552] -> > [akka.tcp://[email protected]:2553] > [DEBUG] [03/07/2014 10:24:54.470] > [KafeBackend-akka.actor.default-dispatcher-24] > [akka://KafeBackend/system/remote-watcher] Watchee terminated: > [akka.tcp://[email protected]:2553/remote/akka.tcp/[email protected]:2552/user/controller/router/c4] > [DEBUG] [03/07/2014 10:24:54.470] > [KafeBackend-akka.actor.default-dispatcher-24] > [akka://KafeBackend/system/remote-watcher] Watchee terminated: > [akka.tcp://[email protected]:2553/remote/akka.tcp/[email protected]:2552/user/controller/router/c5] > [DEBUG] [03/07/2014 10:24:54.470] > [KafeBackend-akka.actor.default-dispatcher-24] > [akka://KafeBackend/system/remote-watcher] Watchee terminated: > [akka.tcp://[email protected]:2553/remote/akka.tcp/[email protected]:2552/user/controller/router/c1] > [DEBUG] [03/07/2014 10:24:54.471] > [KafeBackend-akka.actor.default-dispatcher-24] > [akka://KafeBackend/system/remote-watcher] Watchee terminated: > [akka.tcp://[email protected]:2553/remote/akka.tcp/[email protected]:2552/user/controller/router/c3] > [DEBUG] [03/07/2014 10:24:54.471] > [KafeBackend-akka.actor.default-dispatcher-24] > [akka://KafeBackend/system/remote-watcher] Unwatched last watchee of node: > [akka.tcp://[email protected]:2553] > [INFO] [03/07/2014 10:24:54.476] > [KafeBackend-akka.actor.default-dispatcher-16] > [akka://KafeBackend/system/remoting-terminator] Shutting down remote daemon. > [INFO] [03/07/2014 10:24:54.477] > [KafeBackend-akka.actor.default-dispatcher-16] > [akka://KafeBackend/system/remoting-terminator] Remote daemon shut down; > proceeding with flushing remote transports. > [INFO] [03/07/2014 10:24:54.513] > [KafeBackend-akka.actor.default-dispatcher-13] > [akka://KafeBackend/system/remoting-terminator] Remoting shut down. > [DEBUG] [03/07/2014 10:24:54.514] > [KafeBackend-akka.actor.default-dispatcher-25] [EventStream] shutting down: > StandardOutLogger started > [DEBUG] [03/07/2014 10:24:54.514] > [KafeBackend-akka.actor.default-dispatcher-25] [EventStream] shutting down: > StandardOutLogger started > [DEBUG] [03/07/2014 10:24:54.515] > [KafeBackend-akka.actor.default-dispatcher-25] [EventStream] all default > loggers stopped > > > > Can you please let me know what should i do to avoid quarantined, thanks a > lot for your time. > > >>> -- > >>>>>>>>>> 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. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> 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.
