GH-142: Log instances should be all static ------------------------------------------
Key: OOZIE-158
URL: https://issues.apache.org/jira/browse/OOZIE-158
Project: Oozie
Issue Type: Bug
Reporter: Hadoop QA
Many classes create Log instance as local/instance variables.
In a long running system this creates a large number of dangling Log objects
until (if) they are GCed.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
