Warm tip: This article is reproduced from serverfault.com, please click

Jmeter hangs when using KERBEROS

发布于 2021-01-27 06:06:15

This occurs when running Jmeter with multiple threads (users). With single user, the issue does not happen.

OS: Windows 10

Edit: I mean by "hangs" that Jmeter waits a response from the server forever which should be already responded.

Questioner
kena0ki
Viewed
0
kena0ki 2021-01-29 23:29:02

This was resolved by setting HTTP client implementation to Java like this.
Java implementation does not use connection pool and I think that's the reason for it to be resolved (just a wild guess though).