GitHub user haohui opened a pull request:

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

    [FLINK-7398] Table API operators/UDFs must not store Logger.

    This PR moves all the usages of {{slf4j.Logger}} to a common trait so that 
we can ensure the Logger object is not serialized over the wire.
    
    It turns out that adding a rule in checkstyles is more involved and it is 
deferred to another PR.

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

    $ git pull https://github.com/haohui/flink FLINK-7398

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

    https://github.com/apache/flink/pull/4576.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 #4576
    
----
commit 4cd80bb2ff167045f150adccc5bf4a04f70be5e9
Author: Haohui Mai <[email protected]>
Date:   2017-08-23T21:13:07Z

    [FLINK-7398] Table API operators/UDFs must not store Logger.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to