1-40 - Route waiting too long
Possible Reason
The route calculation time is too long, so the address notification cannot wait for an appropriate time to update the address.
Troubleshooting and resolution steps
- Check the application QPS, if the QPS is very high, this is the expected log
- Check the implementation of custom routes, and check whether there are abnormal implementations, such as deadlocks, infinite loops, etc.
- You can use some third-party tools or
jstack [PID] > jstack.log
to analyze the stack information and locate it.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified January 3, 2023: Merge error code 3-3 to 3-8, 6-4 to 99-0. (#1796) (a687d30ae)