You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/08/31 10:57:20 UTC

[jira] [Commented] (SPARK-17332) Make Java Loggers static members

    [ https://issues.apache.org/jira/browse/SPARK-17332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15451910#comment-15451910 ] 

Apache Spark commented on SPARK-17332:
--------------------------------------

User 'srowen' has created a pull request for this issue:
https://github.com/apache/spark/pull/14896

> Make Java Loggers static members
> --------------------------------
>
>                 Key: SPARK-17332
>                 URL: https://issues.apache.org/jira/browse/SPARK-17332
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 2.0.0
>            Reporter: Sean Owen
>            Assignee: Sean Owen
>            Priority: Trivial
>
> In many Java classes, the Logger for the class is declared as an instance member, when it can and should be a class member. The downside is just additional Loggers pointlessly allocated and possibly serialized, which is pretty minor, but worth touching up.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org