[ https://issues.apache.org/jira/browse/FLINK-7581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16153465#comment-16153465
]
ASF GitHub Bot commented on FLINK-7581:
---------------------------------------
GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/4644
[FLINK-7581] [REST] Name netty threads
## What is the purpose of the change
This PR modifies the netty setup in the RestClient and RestServerEndpoint to explicitly
provide a thread factory with an appropriate thread name, to make debugging a bit easier.
We use the same factory implementation that would be used if we weren't passing a factory,
just with a modified pool name.
## Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 7581
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4644.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4644
----
commit e1de928fb7b4b78bbee4d5c46322667edad41bce
Author: zentol <chesnay@apache.org>
Date: 2017-09-05T10:52:10Z
[FLINK-7581] [REST] Name netty threads
----
> Name netty threads of rest components
> -------------------------------------
>
> Key: FLINK-7581
> URL: https://issues.apache.org/jira/browse/FLINK-7581
> Project: Flink
> Issue Type: Improvement
> Components: REST
> Affects Versions: 1.4.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Fix For: 1.4.0
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
|