Re: [Dovecot] 1.0rc8 status report
On Wed, October 11, 2006 11:26 am, Timo Sirainen <tss@iki.fi> said:
I was seeing this too, with the CVS version just before RC8. I believe that when login_max_processes_count is reached (the default is 128) Dovecot is crashing rather than handling that condition semi gracefully.
The reason I think this is because we have a cluster of servers that do search indexing for our IMAP mailboxes, and due to a bug this week, those servers started slamming one of our IMAP servers with rapid login failures. Dovecot crashed frequently with "Login process died too early - shutting down" while this was occurring. And then also under normal operation we were seeing Dovecot crash about once per day on random servers when that server was under a heavy IMAP load.
To work around this we switched to "login_process_per_connection = no" and bumped up our file descritor limit ("ulimit -n"). No crashes since. But probably still needs to be fixed in the code.
Bill
On Wed, 11 Oct 2006, Bill Boebel wrote:
I had the same issue in rc7, same fix solved it, I agree that the "login process died too early" message needs to be fixed in the code. Totally misleading message; it would be nice if the code did something more rational than just dying. I'm running rc8 in this fashion with no problems.
Jeff Earickson Colby College
participants (2)
-
Bill Boebel
-
Jeff A. Earickson