@ -1121,9 +1123,14 @@ public class CollectionConfiguration extends SchemaConfiguration implements Seri
if(proccount%100==0)ConcurrentLog.info("CollectionConfiguration","postprocessed "+proccount+" from "+count+" documents; "+(proccount*1000/(System.currentTimeMillis()-start))+" docs/second; "+((System.currentTimeMillis()-start)*(count-proccount)/proccount/60000)+" minutes remaining");
}catch(finalThrowablee1){
ConcurrentLog.logException(e1);
failids.add(i);
}
countcheck++;
}
if(failids.size()>0){
ConcurrentLog.info("CollectionConfiguration","cleanup_processing: deleting "+failids.size()+" documents which have permanent execution fails");
collectionConnector.deleteByIds(failids);
}
if(count!=countcheck)ConcurrentLog.warn("CollectionConfiguration","ambiguous collection document count for harvestkey "+harvestkey+": expected="+count+", counted="+countcheck);// big gap for harvestkey = null
ConcurrentLog.info("CollectionConfiguration","cleanup_processing: re-calculated "+proccount+" new documents, "+