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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to