Hi,
For you pr, I have a question where when a large number of requets are time-consuming operations, using cachedThreadPool may create Integer.MAX_VALUE thread and cause oom? And I have a proposal that suggest motan-plugin starter add configurations as now it's a bit complex for user to config, see my issue https://github.com/apache/incubator-shenyu/issues/3176. Thanks Ahaha At 2022-04-01 21:36:35, "邪龙" <[email protected]> wrote: >Hello community: > > >MotanProxyService#genericInvoker uses ForkJoinPool by default, which >will bring performance problems when a large number of requests are >time-consuming operations, so I submit a ISSUE[1] to show where exactly >the problem is and a PR[2] to fix ISSUE[1]. > > > >There is another problem that cannot be ignored in the production environment: >the timeout cannot be set ! > > >So I released a VOLUNTEER[3]. > > >If you are free, please see the PR[2] and help this PR[2] to solve the >problem better. > > >If you are familiar with motan framework, submit PRs if you are willing. > > >Looking forward to your reply. > > > >[1] https://github.com/apache/incubator-shenyu/issues/3171 >[2] https://github.com/apache/incubator-shenyu/pull/3172 >[3] https://github.com/apache/incubator-shenyu/issues/3173
