Re: pool thread dies after FTP error

2011-09-01 Thread Claus Ibsen
On Thu, Sep 1, 2011 at 8:30 AM, Sorin Silaghi wrote: > OK that is great news. Any idea when the next version will be released? Is > there an announcement mailing list for Fuse we could folow? > It unfortunately just missed a new 2.6 release which we did recently. The user forum is where announce

Re: pool thread dies after FTP error

2011-08-31 Thread Sorin Silaghi
OK that is great news. Any idea when the next version will be released? Is there an announcement mailing list for Fuse we could folow? thanks On Wed, Aug 31, 2011 at 6:48 PM, Claus Ibsen wrote: > On Wed, Aug 31, 2011 at 4:02 PM, Sorin Silaghi > wrote: > > Hi, > > > > > > Ok thanks. I

Re: pool thread dies after FTP error

2011-08-31 Thread Claus Ibsen
On Wed, Aug 31, 2011 at 4:02 PM, Sorin Silaghi wrote: > Hi, > > >          Ok thanks. I haven't been able to reproduce the problem. It seems > it happens in 2 steps: there is an error on the FTP server(this one might > vary so I don't think it's the cause) , our client then tries to disconnect > a

Re: pool thread dies after FTP error

2011-08-31 Thread Sorin Silaghi
Hi, Ok thanks. I haven't been able to reproduce the problem. It seems it happens in 2 steps: there is an error on the FTP server(this one might vary so I don't think it's the cause) , our client then tries to disconnect and reconnect in order to continue pooling and only after that the

Re: pool thread dies after FTP error

2011-08-31 Thread Claus Ibsen
Hi It was this ticket http://fusesource.com/issues/browse/MR-470 And yeah it was backported to an earlier release of Fuse 2.6 as well. It does a try .. catch in the run method, which ought to keep the tread alive. You may want to set the new runLoggingLevel to something that you can see in your

Re: pool thread dies after FTP error

2011-08-31 Thread Sorin Silaghi
Hi Claus, Thanks for the quick reply. Do you happen to know which version that happened in? We're using version 2.6.0-fuse-02-05 and I checked now versions 2.7.1 and 2.8.0 and I can't see much difference. The logging is the part that has changed the most in these versions.

Re: pool thread dies after FTP error

2011-08-31 Thread Claus Ibsen
Hi The ScheduledPollConsumer have been improved in later releases to be more resilient and avoid terminating due unhandled exceptions being thrown. On Wed, Aug 31, 2011 at 11:24 AM, Sorin Silaghi wrote: > Hi all, > > > >               We have a problem with FTP consumers dying on errors. It >