<html>
<head>
<style type="text/css">
body,p,td,div,span{
        font-size:14px;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
};
body p{
        margin:0px;
}
</style>
</head>
<body>Hi Aki,<div><br></div><div>sorry for hijacking this thread, but when you do a SEARCH at least there's an 'Indexing update' being returned from the server.</div><div><br>If the mailbox is not indexed and you do a SORT it just hangs with no update whatsoever until it completes.</div><div><br></div><div>I think it would be beneficial to update the client on the indexing progress when doing SORT as well..</div><div><br></div><div><br>On Monday, 01/03/2021 at 12:57 Aki Tuomi wrote:<br><blockquote style="border:0;border-left: 2px solid #22437f; padding:0px; margin:0px; padding-left:5px; margin-left: 5px; ">> On 01/03/2021 15:30 van der Kamp, John <<a href="mailto:jkamp@amazon.nl" class="normal-link normal-link-email" target="_blank" rel="noopener noreferrer">jkamp@amazon.nl</a>> wrote:<br>
> <br>
>  <br>
> Hi,<br>
> <br>
> When a user is doing a search, and the data is not indexed, then a search can take a very long time. It seems that search process is uninterruptable. The IMAP connection gets a status message with an ETA every so often, but an administrator on the server cannot stop it. Any SIGTERM or doveadm kick is ignored. Also, when the client times out (it seems clients are not seeing the ETA as a reason to keep the connection open) and the client disconnects is this search process continuing, even though any write to the socket would return an error.<br>
> <br>
> I believe the server is stuck in this loop: <a href="https://github.com/dovecot/core/blob/master/src/lib-storage/index/index-search.c#L1788" target="_blank" class="normal-link">https://github.com/dovecot/core/blob/master/src/lib-storage/index/index-search.c#L1788</a><br>
> <br>
> Somehow the server needs to check for disconnected clients and let the session be kicked from the server too. You probably know better what to do about this then me.<br>
> <br>
> John<br>
> <br>
> <br>
> <br>
> Amazon Development Center (Netherlands) B.V., Johanna Westerdijkplein 1, 2521 EN The Hague, Registration No. Chamber of Commerce 56869649, VAT: NL 852339859B01<br>
<br>
Hi!<br>
<br>
One solution would be to use FTS. While it does not make search any more terminatable, it would increase the likelihood of search returning in few seconds.<br>
<br>
Aki</blockquote></div></body></html>