5-20 - Error occurred when stopping the dubbo module

5-20 - Error occurred when stopping the dubbo module

Possible Causes

  1. Custom implementation of the destroy method may have runtime exceptions in business logic.
  2. The service was not stopped gracefully, which may lead to unhandled business logic.

Troubleshooting and Resolution Steps

  1. Check the custom implementation of the destroy method and the business logic.
  2. Verify if there are any time-consuming business processing logic when stopping the service.