Good Day Everyone,
I'm having an interesting problem with large mailboxes, searches, and roundcube errors. It seems that any time a IMAP search takes more than a minute to return results Roundcube returns a "Connection to storage server failed." error. If you re-run the search after the error you do end up getting the results without issue.
Here are the details:
The problem occurs with or without imapproxy and memcache in place.
I figured I'd toss it out here before I go the route of filing a bug report.
Thanks, Ben
On 11/15/2012 04:58 PM, Benjamin Hamilton wrote:
I'm having an interesting problem with large mailboxes, searches, and roundcube errors. It seems that any time a IMAP search takes more than a minute to return results Roundcube returns a "Connection to storage server failed." error. If you re-run the search after the error you do end up getting the results without issue.
Nothing interesting. For the first time IMAP server is most likely updating indexes so the next search is faster. Enable imap_debug to see what's going on. If IMAP cannot respond in a minute, we can do nothing about it.
Hey Alec,
I saw you've responded to my ticket, so I'll just follow-up there.
Thanks, Ben
On 11/15/2012 02:34 PM, A.L.E.C wrote:
On 11/15/2012 04:58 PM, Benjamin Hamilton wrote:
I'm having an interesting problem with large mailboxes, searches, and roundcube errors. It seems that any time a IMAP search takes more than a minute to return results Roundcube returns a "Connection to storage server failed." error. If you re-run the search after the error you do end up getting the results without issue.
Nothing interesting. For the first time IMAP server is most likely updating indexes so the next search is faster. Enable imap_debug to see what's going on. If IMAP cannot respond in a minute, we can do nothing about it.