Re: messages stopped for 3 minutes?

2011-09-26 Thread Yang
h. never mind, possibly the first 24 seconds delay was caused by GC, the GC logging was not printed in system.log, I found one line on stdout that possibly corresponds to that. I found I left out the enable parallel remark param, let me add that and retry. Thanks Yang On Mon, Sep 26, 2011

messages stopped for 3 minutes?

2011-09-25 Thread Yang
I constantly see TimedOutException , then followed by UnavailableException in my logs, so I added some extra debugging to Gossiper. notifyFailureDetector() void notifyFailureDetector(InetAddress endpoint, EndpointState remoteEndpointState) { IFailureDetector fd =

Re: messages stopped for 3 minutes?

2011-09-25 Thread Jonathan Ellis
What makes you think the problem is on the receiving node, rather than the sending node? On Sun, Sep 25, 2011 at 1:19 AM, Yang tedd...@gmail.com wrote: I constantly see TimedOutException , then followed by UnavailableException in my logs, so I added some extra debugging to Gossiper.

Re: messages stopped for 3 minutes?

2011-09-25 Thread Yang
thanks Jonathan, I really don't know, I just did further tests to catch the jstack on the receiving side over the last night. going through these stacks now. if I can't find anything suspicious, I'll add these debugging to the sending side too. another useful piece of info: when I did a