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 <[email protected]>
Date:   2017-09-05T10:52:10Z

    [FLINK-7581] [REST] Name netty threads

----


---

Reply via email to