It's possible to have more than 1 winbindd child per domain, but currently we only have one queue per child. It can happen that a request waits in a queue of a busy child, while another child becomes idle and could server the request. We should have just one queue per domain in order to provide fair serving of requests.
Created attachment 14002 [details] Patch for 4.8 cherry-picked from master
Pushed to autobuild-v4-8-test. But needs backport to older versions.
Pushed to v4-8-test.
Re-assigning to Metze for backports.
Created attachment 14151 [details] Patches for v4-7-test This requires the patchset on #13291
Pushed to autobuild-v4-7-test.
Created attachment 14157 [details] Patches for v4-7-test In 4.7 add_trusted_domain_from_tdc() needs to return NULL instead of NT_STATUS_NO_MEMORY
(In reply to Stefan Metzmacher from comment #7) Pushed to autobuild-v4-7-test.
(In reply to Karolin Seeger from comment #8) Pushed to v4-7-test. Closing out bug report. Thanks!