You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Luke Lu (JIRA)" <ji...@apache.org> on 2013/08/13 22:28:48 UTC

[jira] [Created] (HADOOP-9871) Fix intermittent findbug warnings in DefaultMetricsSystem

Luke Lu created HADOOP-9871:
-------------------------------

             Summary: Fix intermittent findbug warnings in DefaultMetricsSystem
                 Key: HADOOP-9871
                 URL: https://issues.apache.org/jira/browse/HADOOP-9871
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Luke Lu
            Assignee: Junping Du
            Priority: Minor


Findbugs sometimes (not always) picks up warnings from DefaultMetricsSystem due to some of the fields not being transient for serializable class (DefaultMetricsSystem is an Enum (which is serializable)). 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira