I had the same problem like U. In parseUtil.java and ParseJob.java I make the
clone object for parStatus by code:
ParseStatus pstatus = null;
if(page.getParseStatus() != null){
pstatus = (ParseStatus) page.getParseStatus().clone();
}-- View this message in context: http://lucene.472066.n3.nabble.com/parseStatus-not-updated-after-parsing-some-files-tp4118570p4169014.html Sent from the Nutch - User mailing list archive at Nabble.com.

