Hi All,
I have a route which polls the files from FTP server and stores them in HDFS. Now when I shut down my datanodes in HDFS and try to poll a file,I get an uncaught RuntimeException and my process dies(storm worker). Is there any way I can catch the CamelRuntimeException,maybe log the exception and make sure that the file on FTP server is not deleted(route completion is not invoked). I think I can catch the exception by onException(CamelRuntimeException) in my route. But what should I do afterwards that the worker doesnt die? Thanks! Chirag