addDocToTimedOutDocs(10000, docId);
// Notify the listeners of the timeout
CPMChunkTimeoutException toe = new CPMChunkTimeoutException(Long.parseLong(docId),
nextChunkMetadata.getThrottleID(), nextChunkMetadata.getURL());
EntityProcessStatusImpl enProcSt = new EntityProcessStatusImpl(null);
enProcSt.addEventStatus("Process", "Failed", toe);
doNotifyListeners(null, enProcSt);
}
if (UIMAFramework.getLogger().isLoggable(Level.FINEST)) {
UIMAFramework.getLogger(this.getClass()).logrb(
Level.FINEST,