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

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

Sean Owen created SPARK-17332:
---------------------------------

             Summary: 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