LDAP address books can't cope with multiple searches from browser.contacts.quickSearch at the same time
Categories
(Thunderbird :: Address Book, defect)
Tracking
(thunderbird_esr78 wontfix, thunderbird90 affected, thunderbird91? fixed)
People
(Reporter: standard8, Assigned: rnons)
References
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
rjl
:
approval-comm-beta+
|
Details | Review |
In bug 1679364 I added the capability to read from read-only address books via contacts.quickSearch.
In Conversations I have been trying to speed up contacts access. One thing I do is to kick off multiple contacts searches at the same time.
It appears that kicking off multiple searches for LDAP fails to resolve the promises for all the searches.
I think we either need to disable remote searches via quickSearch or fix it. Whilst we could warn add-on authors, I suspect you could get circumstances where two add-ons do a search at the same time (and as LDAP searches can take a second or two, you'd be more likely to hit it).
| Reporter | ||
Comment 1•4 years ago
|
||
Adding tracking request, as I think we should come to a resolution on this before 91 ships.
| Assignee | ||
Comment 2•4 years ago
|
||
We can only investigate this after bug 1716858.
| Reporter | ||
Comment 3•4 years ago
|
||
Just a reminder that the other bug is fixed now.
| Assignee | ||
Comment 4•4 years ago
|
||
It was implemented by following nsAbLDAPDirectory.cpp to call stopSearch in search. This patch removes the stopSearch call in search, so that concurrent searches work.
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/c3b91b49b068
Support concurrent searches in LDAP Directory. r=darktrojan
Comment 6•4 years ago
|
||
Comment on attachment 9230440 [details]
Bug 1716861 - Support concurrent searches in LDAP Directory. r=darktrojan
[Triage Comment]
Goes with other address book bugs that are being uplifted to Thunderbird 91beta.
Comment 7•4 years ago
|
||
| bugherder uplift | ||
Thunderbird 91.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/d1f36168b605
Updated•1 year ago
|
Description
•