5-20 - Error occurred while stopping dubbo module
Possible Reason
- Customize the implementation of the destruction method, and there may be exceptions when the business logic is running.
- The service has not been gracefully stopped, and there may be cases where the business logic has not been processed.
Troubleshooting and resolution steps
- Check the custom implementation of the destruction method and business logic.
- Check whether there is time-consuming business processing logic when the service is stopped.
Last modified January 3, 2023: Merge error code 3-3 to 3-8, 6-4 to 99-0. (#1796) (a687d30ae0)