3-7 - Server response timed out
The server did not get a response within the time set by the client.
Possible Reason
- The business processing logic of the server is complex and cannot respond within the effective time.
- The connection between the server and the client is disconnected, and the network packet is lost.
- The server load is too high.
Troubleshooting and resolution steps
- Check whether there is indeed a performance bottleneck in the business processing capability of the server.
- 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.