Thanks,
Drew
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: http://akka.io/faq/
>>>>>>>>>> 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 post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user?hl=en.
Hi,I am just trying to solve very strange problem which occurs in my system. I am writing in this thread because I have a very similar use case.Basically, I have one P(roducer) and one C(onsumer) running on separate machines in the same local network. OS: Ubuntu 12.04., Akka version: 2.0.3.P sends messages to C, C immediately responds to P. C & P can talk like this for days without any problems.Every 7 to 10 days strange things start to happen. P stops receiving confirmation messages from C. However, C still receives messages from P!There are no other traces of error in my system nor any anomalies in the machine. All munin / zabbix graphs are flat etc.Now, I came up with list of possible solutions. Please let me know if any of them makes sense or maybe you have any better ideas which could be helpful.1. akka.remote.netty.read-timeout = 10s # default is 0s == off
2. P will send poisonPill to itself if it doesn't receive message from C for some time.
3. P will send poisonPill to C if it doesn't receive message from C for some time.
Hi Jan!On Tue, Oct 30, 2012 at 12:19 PM, Jan Ziniewicz <janek.z...@gmail.com> wrote:Hi,I am just trying to solve very strange problem which occurs in my system. I am writing in this thread because I have a very similar use case.Basically, I have one P(roducer) and one C(onsumer) running on separate machines in the same local network. OS: Ubuntu 12.04., Akka version: 2.0.3.P sends messages to C, C immediately responds to P. C & P can talk like this for days without any problems.Every 7 to 10 days strange things start to happen. P stops receiving confirmation messages from C. However, C still receives messages from P!There are no other traces of error in my system nor any anomalies in the machine. All munin / zabbix graphs are flat etc.Now, I came up with list of possible solutions. Please let me know if any of them makes sense or maybe you have any better ideas which could be helpful.1. akka.remote.netty.read-timeout = 10s # default is 0s == offUse 0s here. What do do you have any other connection timeouts set?
2. P will send poisonPill to itself if it doesn't receive message from C for some time.3. P will send poisonPill to C if it doesn't receive message from C for some time.You might want to look into getting a Typesafe Subscription to get access to Support + the Console so you can see the activity.Let me know if that is interesting and I can send over more details.
W dniu wtorek, 30 października 2012 12:27:33 UTC+1 użytkownik √ napisał:Hi Jan!
On Tue, Oct 30, 2012 at 12:19 PM, Jan Ziniewicz <janek.z...@gmail.com> wrote:Hi,I am just trying to solve very strange problem which occurs in my system. I am writing in this thread because I have a very similar use case.Basically, I have one P(roducer) and one C(onsumer) running on separate machines in the same local network. OS: Ubuntu 12.04., Akka version: 2.0.3.P sends messages to C, C immediately responds to P. C & P can talk like this for days without any problems.Every 7 to 10 days strange things start to happen. P stops receiving confirmation messages from C. However, C still receives messages from P!There are no other traces of error in my system nor any anomalies in the machine. All munin / zabbix graphs are flat etc.Now, I came up with list of possible solutions. Please let me know if any of them makes sense or maybe you have any better ideas which could be helpful.1. akka.remote.netty.read-timeout = 10s # default is 0s == offUse 0s here. What do do you have any other connection timeouts set?All connections timeouts are set to default values.
2. P will send poisonPill to itself if it doesn't receive message from C for some time.3. P will send poisonPill to C if it doesn't receive message from C for some time.You might want to look into getting a Typesafe Subscription to get access to Support + the Console so you can see the activity.Let me know if that is interesting and I can send over more details.I definitely won't be able to afford it, sorry ;)
On Tue, Oct 30, 2012 at 12:34 PM, Jan Ziniewicz <janek.z...@gmail.com> wrote:
W dniu wtorek, 30 października 2012 12:27:33 UTC+1 użytkownik √ napisał:Hi Jan!
On Tue, Oct 30, 2012 at 12:19 PM, Jan Ziniewicz <janek.z...@gmail.com> wrote:Hi,I am just trying to solve very strange problem which occurs in my system. I am writing in this thread because I have a very similar use case.Basically, I have one P(roducer) and one C(onsumer) running on separate machines in the same local network. OS: Ubuntu 12.04., Akka version: 2.0.3.P sends messages to C, C immediately responds to P. C & P can talk like this for days without any problems.Every 7 to 10 days strange things start to happen. P stops receiving confirmation messages from C. However, C still receives messages from P!There are no other traces of error in my system nor any anomalies in the machine. All munin / zabbix graphs are flat etc.Now, I came up with list of possible solutions. Please let me know if any of them makes sense or maybe you have any better ideas which could be helpful.1. akka.remote.netty.read-timeout = 10s # default is 0s == offUse 0s here. What do do you have any other connection timeouts set?All connections timeouts are set to default values.Do you log the remote lifecycle events? If so, what do they say?