Re: Alternative approaches for jobs aborting on problematic docs

2019-06-06 Thread Karl Wright
Generic SMB errors we can deal with differently, yes. Not existing/not readable columns in JDBC sounds much more fatal to me. Indexing errors in Solr because of non-ascii characters sounds like a true three-alarm fire frankly and we wouldn't want to just ignore those. Karl On Thu, Jun 6, 2019

Re: Alternative approaches for jobs aborting on problematic docs

2019-06-06 Thread Julien Massiera
Hi Karl, sure, all errors are not the same and we cannot deal the same way with OOM errors than with "file no longuer exists" error for example. The classes of errors that are triggering frequent job abortions are generic errors like: - SMBException errors for the win share connector -