You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "manzhizhen (GitHub)" <gi...@apache.org> on 2020/01/30 16:43:27 UTC

[GitHub] [dubbo] manzhizhen opened pull request #5701: Make THREAD_NAME_KEY work

我们知道可以给Provider的业务处理线程池设置类型和size(见ThreadPool扩展点),在org.apache.dubbo.common.constants.CommonConstants中我们定义了THREADPOOL_KEY、THREAD_NAME_KEY、THREADS_KEY等,但唯独THREAD_NAME_KEY的值threadname在dubbo.xsd中没有设定,我想应该是漏了,导致我们无法给线程池设置想要的名字。所以此PR是为了解决这个问题。

We know that you can set the type and size of the Provider's business processing thread pool (see the ThreadPool extension point). In org.apache.dubbo.common.constants.CommonConstants we define THREADPOOL_KEY, THREAD_NAME_KEY, THREADS_KEY, etc., but only the value of THREAD_NAME_KEY The threadname is not set in dubbo.xsd, I think it should be missed, which prevents us from setting the desired name for the thread pool. So this PR is to solve this problem.



[ Full content available at: https://github.com/apache/dubbo/pull/5701 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org