Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make THREAD_NAME_KEY work #5701

Merged
merged 1 commit into from
Jan 31, 2020
Merged

Conversation

manzhizhen
Copy link

我们知道可以给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.

@chickenlj
Copy link
Contributor

LGTM.

@chickenlj chickenlj merged commit 28ec1f8 into apache:master Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants