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

Reply via email to