3-4 - Client sending request timed out
Possible Reason
- The number of client connections is too high, the response is slow, and the request cannot be sent to the server in time.
- Some reasons for the network.
Troubleshooting and resolution steps
- Whether the network is normal.
- You can use some third-party tools or
jstack [PID] > jstack.log
to analyze the stack information and locate it.