quick filter / quick search in message content kills IMAP server (lots of imap search processes on server, due to incremental quick search of BODY for IMAP folder of offline-use=off)
Categories
(Thunderbird :: Search, defect)
Tracking
(Not tracked)
People
(Reporter: mmcs, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: perf)
Comment 1•16 years ago
|
||
Updated•16 years ago
|
Updated•16 years ago
|
Updated•16 years ago
|
Comment 3•16 years ago
|
||
Updated•14 years ago
|
It's ruining Thunderbird. Over the last several weeks, QF is unusable because of this. In truth, I think the search always started once the first character was typed in but for whatever reason the search worked properly without freezing the program.
It's ruining Thunderbird. Over the last several weeks, QF is unusable because of this. In truth, I think the search always started once the first character was typed in but for whatever reason the search worked properly without freezing the program. (In reply to WADA:World Anti-bad-Duping Agency from comment #1)
IMAP log, with Tb 3.0.0, Quick Search option : Message Body Filter, IMAP
folder : offline use=off.
Typed "m", "d", "n" in this order. Searched for "m", "md", "mdn".
Incremental search for "body" shouldn't be executed if "body search" for
IMAP folder of offline use=off.
Confirming.00000002 0.10044125 [3404] 652[3ba6740]: 3dd8400:imap.gmail.com:S-INBOX:SendData: 14 uid SEARCH UNDELETED BODY "m"
00000004 0.44273198 [3404] 652[3ba6740]: 3dd8400:imap.gmail.com:S-INBOX:CreateNewLineFromSocket: * SEARCH 11636
00000006 0.44345105 [3404] 652[3ba6740]: 3dd8400:imap.gmail.com:S-INBOX:CreateNewLineFromSocket: 14 OK SEARCH completed (Success)
00000009 11.94228745 [3404] 652[3ba6740]: 3dd8400:imap.gmail.com:S-INBOX:SendData: 15 uid SEARCH UNDELETED BODY "md"
00000011 12.21621609 [3404] 652[3ba6740]: 3dd8400:imap.gmail.com:S-INBOX:CreateNewLineFromSocket: * SEARCH
00000013 12.21651268 [3404] 652[3ba6740]: 3dd8400:imap.gmail.com:S-INBOX:CreateNewLineFromSocket: 15 OK SEARCH completed (Success)
00000016 14.84657097 [3404] 652[3ba6740]: 3dd8400:imap.gmail.com:S-INBOX:SendData: 16 uid SEARCH UNDELETED BODY "mdn"
00000018 15.07075596 [3404] 652[3ba6740]: 3dd8400:imap.gmail.com:S-INBOX:CreateNewLineFromSocket: * SEARCH 11639 11640 11641 11642 11643 11644 11645
00000020 15.07292175 [3404] 652[3ba6740]: 3dd8400:imap.gmail.com:S-INBOX:CreateNewLineFromSocket: 16 OK SEARCH completed (Success)Workaround of DoS attack like behaviour:
Dont use "Message body filter" of quick search, if IMAP folder of offline
use=off exists.
If body search is required, use Edit/Find/Search Messages, or Saved search
folder(Virtual Folder).
Doesn't make any difference. My QF searches are limited to Sender and Recipients. No Subject, no Body search.
Description
•