// invokes batchProcessComplete() on the CasProcessor
doEndOfBatch(container, processor, pTrTemp, aCasObjectList.length);
timer03 += (System.currentTimeMillis() - t1);
}
} else {
container.incrementRetryCount(1);
}
// Release current Cas Processor before continuing with the next Cas Processor in the
// pipeline
if (processor != null) {
maybeLogFinest("UIMA_CPM_release_cp__FINEST", container, processor, casCache);