1-40 - Route waiting time is too long
1-40 - Route waiting time is too long
Possible Causes
The routing calculation takes too long, causing the address notification to not wait for a suitable time to perform the address update.
Troubleshooting and Resolution Steps
- Check the application QPS; if the QPS is very high, this is expected logging.
- Check the implementation of custom routing to identify any abnormal implementations, such as deadlocks or infinite loops.
- You can use some third-party tools or
jstack [PID] > jstack.log
to analyze stack information for diagnosis.
Feedback
Was this page helpful?
Yes No
Last modified September 30, 2024: Update & Translate Overview Docs (#3040) (d37ebceaea7)