[Xapian-discuss] xapian-replicate errors

Olly Betts olly at survex.com
Wed Nov 14 21:46:17 GMT 2012


On Wed, Nov 14, 2012 at 09:36:02PM +0000, Olly Betts wrote:
> >> "Getting update for index from index
> >> xapian-replicate: NetworkError: Insane message length specified!"
> >
> > This however I am still stumped by..
> 
> This either means that the message length actually is insanely large
> (close to 32 bits for an "in-core" messages, or more than 64 bits for a
> streamed message), or that the message reader and writer are getting
> out of sync.

Ah, I see the issue.  The "file copy" case has the lower limit - it's
actually 35 bits or about 32G I think -  but it copies in chunks so it
can actually cope with any size file.

I've committed this fix to trunk - can you try applying this patch (I
don't have a large enough database to hand to test this with):

http://trac.xapian.org/changeset/16888

Cheers,
    Olly



More information about the Xapian-discuss mailing list