On Thu, Nov 19, 2009 at 1:41 PM, Yonik Seeley
<[email protected]> wrote:
> Looks like a very old undesirable config issue...
> http://search.lucidimagination.com/search/document/c5ae6fa490d0f59a
>
> I'll open a JIRA issue to track this.
This was my problem also.
Commenting out that element has solved that problem, and introduced another one.
Even though I'm adding 11 documents at a time, when I look at the
instance with the web interface I see this in the statistics:
numDocs : 4
maxDoc : 24
I've run it a couple of times and the first run gave:
numDocs : 2
maxDoc : 12
I don't understand what's happening because I'm not deleting any from
the archive, shutting down the util I'm using to doesn't say anything
about removing any.
closed
DirectUpdateHandler2{commits=1,autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=11,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
Anyway, I'll try and fix it and make another post if I cant work out what it is.