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

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

     [ https://issues.apache.org/jira/browse/SPARK-17332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcelo Vanzin resolved SPARK-17332.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.1.0

> 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
>             Fix For: 2.1.0
>
>
> 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