You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by haohui <gi...@git.apache.org> on 2017/08/23 21:24:51 UTC

[GitHub] flink pull request #4576: [FLINK-7398] Table API operators/UDFs must not sto...

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 <wh...@apache.org>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request #4576: [FLINK-7398] Table API operators/UDFs must not sto...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink issue #4576: [FLINK-7398] Table API operators/UDFs must not store Logg...

Posted by fhueske <gi...@git.apache.org>.
Github user fhueske commented on the issue:

    https://github.com/apache/flink/pull/4576
  
    Thanks for the PR @haohui! 
    Will add `Logging` to `CRowOutputProcessRunner` as well and merge it.
    
    Cheers, Fabian


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---