Hello community:
I encountered a problem after submitting PR[1] which supporting shared thread pool for motan plugin. The problem is `shenyu-integrated-test-motan` always runs failed, and PR [1] only adds logic related to thread pool creation. If you are free, please see the PR[1] and help me to solve the problem. By the way, I have tested the code in the following order: 1. run `ShenyuAdminBootstrap` and enable `MotanPlugin`; 2. run `TestMotanApplication`; 3. run `ShenyuBootstrapApplication`; 4. send post request: GET http://localhost:9195/motan/hello Accept: application/json Content-Type: application/json { "name": "order" } thanks. dragon-zhang [1] https://github.com/apache/incubator-shenyu/pull/3253