Re: Mysterious remoting issue

2012-06-07 Thread Dean Yu
And the confirm the first item, clearing the flag in a finally block makes it so the probe isn't tripped. So not a re-entrant call to send then. -- Dean On 6/7/12 7:41 PM , "Dean Yu" wrote: >The second point could be what's happening. > >During our investigations into this, I was noticing a l

Re: Mysterious remoting issue

2012-06-07 Thread Dean Yu
The second point could be what's happening. During our investigations into this, I was noticing a lot of IOException: Resource temporarily unavailable exceptions being raised when sending the Unexport command. When I noticed this, I modified the TCP buffer sizes via sysctl to see if we were hittin

Mysterious remoting issue

2012-06-07 Thread Kohsuke Kawaguchi
So I kept thinking about the problem we looked at today in IRC, and here are few things that occurred to me. - The flag needs to be cleared in the finally block to ensure that it is accurate. Or else if the send() throws an exception, it can incorrectly raise an error when there actually i