GitHub user pnowojski opened a pull request:

    https://github.com/apache/flink/pull/4515

    Logging improvements in NetworkFailuresProxy

    This PR consists of only one minor bug fix and one improvement in logging 
of `NetworkFailuresProxy` class used in tests. It's highly unlikely that it 
will brake anything. Change is covered by existing `NetworkFailuresProxyTest`.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pnowojski/flink misc

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/4515.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 #4515
    
----
commit 3ebe2038caf0d0e4d3522f53395bb41081d978ad
Author: Piotr Nowojski <piotr.nowoj...@gmail.com>
Date:   2017-08-09T14:26:08Z

    [hotfix][misc] Fix logging of local port in NetworkFailuresProxy
    
    Previously if localPort was set 0, actually obtained/bind port was not
    logged anywhere. Now we print local port after binding.

commit aed0f5c9d79b82897ee227093e8fde8ebd10b593
Author: Piotr Nowojski <piotr.nowoj...@gmail.com>
Date:   2017-08-10T08:29:17Z

    [hotfix][misc] More verbose logging in NetworkFailuresProxy

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to