Hi, Im using uimaj 2.4.0 and java 8. I’ve implemented my own CollectionReader to pulll records on a queue. I do this so I can make some adjustments in the text.
When I have a very large text file(>600mb) this adjustment can take a bit of time(15 min or so).. When it completes it gets put on the input queue, but hasNext() Never gets called again.. There are waiting records on the queue.. I have the logger running debug, not nothing is happening.. I end up having to restart the reader.. The adjust code runs in getNext(Cas cas). This is exhibits itself when the files are quite large and take some time to processes.. Is there some kind of timeout that I can increase to keep this from happening? Best Regards, Daniel Cosio [email protected]
