[akka-user] There's no such thing as a permanent quarantine

2014-11-12 Thread oxbow_lakes
Hi - I'm being bitten by a client/server application where multiple clients subscribe for updates from a server where, upon a long GC pause, the clients are being quarantined. Here is some client logs for an attempt to rediscover the server actor using "server ? Identify", which times out. I

Re: [akka-user] There's no such thing as a permanent quarantine

2014-11-13 Thread Martynas Mickevičius
Hi Chris, you can subscribe to EventStream for QuarantinedEvent which is published when system gets quarantined