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.