keepAliveCache.socketHealthCheck Is Causing A Severe Performance Degradation
(Doc ID 2021598.1)
Last updated on JUNE 12, 2023
Applies to:
Oracle WebLogic Server - Version 10.3.6 to 12.1.1.0Information in this document applies to any platform.
Symptoms
WLS 10.3.6, NIO socket muxer is used
After setting -Dhttp.keepAliveCache.socketHealthCheckTimeout=1 (in this case, the cache is checking the health condition before returning the cached connection to the client for use), you are reporting a severe performance degradation.
Tracking the way ExecuteThread 36 evolves in the various thread dumps collected over the time we see:
From reading the source code, this implies that the socket read didn't timeout as it should.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |