Summary
Crowd can deadlock under heavy load when sending requests using application/xml response types. The Crowd Client is hardcoded to use application/xml response types.
Notes
This is a known issue with Jersey: Stuck threads under heavy load · Issue #3460 · jersey/jersey · GitHub
Solution
Switch from application/xml response type to application/json in the Crowd Client.