Re: issue for indexing large blobs into databases

2019-05-07 Thread Karl Wright
The thread dump is not helpful. I see no traces for any threads that identify code from MCF at all. That's new and has nothing to do with MCF; it's probably a new Java "feature". The OutOfMemoryException should, I've confirmed, be rethrown. The Worker Thread code does in fact catch the

Re: issue for indexing large blobs into databases

2019-05-07 Thread Karl Wright
Hi Olivier, Any out-of-memory exception that makes it to the top level should cause the agents process to shut itself down. The reason for this is simple: in a multithread environment, with lots of third-party jars, an out-of-memory in one thread is usually indicative of an out-of-memory in