[Dovecot] Mail deletion and Solr index update
Hi,
I've deleted 10000s emails and it seems that every mail is removed with a single request from Solrs index. This works, but it's quite slow. Is it possible/plans to improve that?
Matthias
On 3.8.2012, at 9.49, Matthias Rieber wrote:
I've deleted 10000s emails and it seems that every mail is removed with a single request from Solrs index. This works, but it's quite slow. Is it possible/plans to improve that?
Could you try if the attached patch works? It compiles, but didn't test it.
Hello,
Am 03.08.2012 16:10, schrieb Timo Sirainen:
On 3.8.2012, at 9.49, Matthias Rieber wrote:
I've deleted 10000s emails and it seems that every mail is removed with a single request from Solrs index. This works, but it's quite slow. Is it possible/plans to improve that?
Could you try if the attached patch works? It compiles, but didn't test it.
it segfaults:
Aug 4 08:55:58 smtp dovecot: indexer: Error: Indexer worker disconnected, discarding 1 requests for matthias Aug 4 08:55:58 smtp dovecot: indexer-worker(matthias): Fatal: master: service(indexer-worker): child 32503 killed with signal 11 (core not dumped)
But I didn't managed to get a core dump. I start dovecot with ulimit -c unlimited and I also set /proc/sys/kernel/core_pattern to world writeable directory.
Matthias
On Sat, 2012-08-04 at 09:11 +0200, Matthias Rieber wrote:
I've deleted 10000s emails and it seems that every mail is removed with a single request from Solrs index. This works, but it's quite slow. Is it possible/plans to improve that?
Could you try if the attached patch works? It compiles, but didn't test it.
it segfaults:
This should work: http://hg.dovecot.org/dovecot-2.1/rev/82f59d2139a9
Hi,
Am 07.08.2012 23:45, schrieb Timo Sirainen:
On Sat, 2012-08-04 at 09:11 +0200, Matthias Rieber wrote:
I've deleted 10000s emails and it seems that every mail is removed with a single request from Solrs index. This works, but it's quite slow. Is it possible/plans to improve that?
Could you try if the attached patch works? It compiles, but didn't test it.
it segfaults:
This should work: http://hg.dovecot.org/dovecot-2.1/rev/82f59d2139a9
perfect. I deleted the content of a folder with ~50000 mails, the speed was good.
Matthias
participants (2)
-
Matthias Rieber
-
Timo Sirainen