BUG/MEDIUM: check/threads: do not involve the rendez-vous point for status updates
authorWilly Tarreau <w@1wt.eu>
Tue, 21 Aug 2018 17:54:09 +0000 (19:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 21 Aug 2018 17:54:09 +0000 (19:54 +0200)
commit49725a0977d229d062f02705cfeafbb3ccd93954
treecdf64c667543b053ab04a7e1d9baf019270d09cd
parent1b87748ff5fe98f230f9cde2a754243d1da4202e
BUG/MEDIUM: check/threads: do not involve the rendez-vous point for status updates

thread_isolate() is currently being called with the server lock held.
This is not acceptable because it prevents other threads from reaching
the rendez-vous point. Now that the LB algos are thread-safe, let's get
rid of this call.

No backport is nedeed.
src/server.c