22 May
2009
22 May
'09
8:29 p.m.
On Fri, 2009-05-22 at 18:24 +0100, Rui Carneiro wrote:
Hi Timo,
I almost finish the changes on fts plugin. By now, it seems to work fine with attachments (extracting and sending them to Solr). I only have a problem with the max size of the command (cmd) that we can send to Solr:
#define SOLR_CMDBUF_SIZE (1024*64)
By now, if we send some message bigger than this value the fts-plugin crash.
The problem is something else. The Solr code simply tries to keep the send buffer smaller than that, nothing would break if you sent a larger buffer. Show gdb backtrace of the crash?