You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2011/09/08 06:43:10 UTC

[jira] [Created] (OOZIE-158) GH-142: Log instances should be all static

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

        

[jira] [Commented] (OOZIE-158) GH-142: Log instances should be all static

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101908#comment-13101908 ] 

Hadoop QA commented on OOZIE-158:
---------------------------------

tucu00 remarked:
Consolidated in the work of #318

> 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

        

[jira] [Commented] (OOZIE-158) GH-142: Log instances should be all static

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13099844#comment-13099844 ] 

Hadoop QA commented on OOZIE-158:
---------------------------------

mislam77 remarked:
Is the issue #115 the same?

> 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

        

[jira] [Closed] (OOZIE-158) GH-142: Log instances should be all static

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik closed OOZIE-158.
----------------------------------

    Resolution: Fixed

> 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

        

[jira] [Commented] (OOZIE-158) GH-142: Log instances should be all static

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101907#comment-13101907 ] 

Hadoop QA commented on OOZIE-158:
---------------------------------

tucu00 remarked:
no it is not, #115 is about the job context for the log message, this one is about Log variables

> 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