Re: [akka-user] [Akka-cluster][version 2.3.0] Failed to write message to the transport when more than 4 nodes joined into the cluster

2014-07-12 Thread Mint
Hi Martynas, Sorry to reply you so late. I was on vacation. Of course I can submit a pull request for this. I have created a issue on the repo of Akka, plz check this 15530 https://github.com/akka/akka/issues/15530 And I have committed the modification in my own repo forked from Akka repo

Re: [akka-user] [Akka-cluster][version 2.3.0] Failed to write message to the transport when more than 4 nodes joined into the cluster

2014-07-09 Thread Martynas Mickevičius
I think you have a fair point. Logging causes of the exceptions could be useful under the DEBUG level. Would you be up for submitting a PR for this? :) On Tue, Jul 8, 2014 at 11:47 PM, Mint tangjian1...@gmail.com wrote: Hi Martynas, Thank you very much for this information. I'll try to

Re: [akka-user] [Akka-cluster][version 2.3.0] Failed to write message to the transport when more than 4 nodes joined into the cluster

2014-07-08 Thread Mint
Hi Martynas, Thank you very for this information. I will try this. Mint 在 2014年7月8日星期二UTC+2下午12时15分04秒,Martynas Mickevičius写道: Hi Mint, the exception is not only thrown in the Endpoint.scala but also published to the event stream. So you could subscribe to event stream

Re: [akka-user] [Akka-cluster][version 2.3.0] Failed to write message to the transport when more than 4 nodes joined into the cluster

2014-07-08 Thread Mint
Hi Martynas, Thank you very much for this information. I'll try to subscribe to event stream. But still can we just configure the log to log the exception stack without define explicitly a listener? Mint 在 2014年7月8日星期二UTC+2下午12时15分04秒,Martynas Mickevičius写道: Hi Mint, the exception is

Re: [akka-user] [Akka-cluster][version 2.3.0] Failed to write message to the transport when more than 4 nodes joined into the cluster

2014-07-07 Thread Martynas Mickevičius
Hi Mint, whats the amount of messages you send from the worker nodes? Is it very high? Can you package this to a small test case and share it? On Fri, Jul 4, 2014 at 11:06 PM, Mint tangjian1...@gmail.com wrote: Hi Patrik, I've just upgraded the version of Akka from 2.3.0 to 2.3.4 for our

Re: [akka-user] [Akka-cluster][version 2.3.0] Failed to write message to the transport when more than 4 nodes joined into the cluster

2014-07-07 Thread Mint
Hello Martynas, I have found the problem. There's a bug in our own code of message serialization. I have debugged into the code of Akka to detect this. It's always strange that there's no explicit exception trace in the log... Now I test a cluster with 10 nodes every thing works fine.

[akka-user] [Akka-cluster][version 2.3.0] Failed to write message to the transport when more than 4 nodes joined into the cluster

2014-07-04 Thread Mint
Hi, I'm writing code using akka cluster to distribute our internal analytics tool. At the beginning things go quite well when I have one analytic client and 2 till 3 analytic remote workers. But every time I try to add one more remote nodes to the cluster(totally one client node and 4 remote

Re: [akka-user] [Akka-cluster][version 2.3.0] Failed to write message to the transport when more than 4 nodes joined into the cluster

2014-07-04 Thread Patrik Nordwall
First of all, use latest released version. That is 2.3.4. Then we can talk :-) /Patrik On Fri, Jul 4, 2014 at 5:05 PM, Mint tangjian1...@gmail.com wrote: Hi, I'm writing code using akka cluster to distribute our internal analytics tool. At the beginning things go quite well when I have one

Re: [akka-user] [Akka-cluster][version 2.3.0] Failed to write message to the transport when more than 4 nodes joined into the cluster

2014-07-04 Thread Mint
Thanks Patrik. I'm doing the upgrade :-) Mint 在 2014年7月4日星期五UTC+2下午5时42分41秒,Patrik Nordwall写道: First of all, use latest released version. That is 2.3.4. Then we can talk :-) /Patrik On Fri, Jul 4, 2014 at 5:05 PM, Mint tangji...@gmail.com javascript: wrote: Hi, I'm writing code