[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14395669#comment-14395669
 ] 

Hudson commented on MAPREDUCE-4844:
-----------------------------------

FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #153 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/153/])
MAPREDUCE-4844. Counters / AbstractCounters have constant references not 
declared final. (Brahma Reddy Battula via gera) (gera: rev 
a0795c1e81685b812288cf2f4df6f8d23da30ab8)
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/counters/AbstractCounters.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/Counters.java
* hadoop-mapreduce-project/CHANGES.txt


> Counters / AbstractCounters have constant references not declared final
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4844
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4844
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 3.0.0, 2.6.0
>            Reporter: Gera Shegalov
>            Assignee: Brahma Reddy Battula
>             Fix For: 2.8.0
>
>         Attachments: MAPREDUCE-4844-002.patch, MAPREDUCE-4844-002.patch, 
> MAPREDUCE-4844-branch-1.patch
>
>
> Counters have a number of immutable fields that have not been declared 
> 'final'.
> For example, the field groups is not final. It is, however, accessed in a 
> couple of methods that are declared 'synchronized'. While there is a 
> happens-before relationship between these methods calls, there is none 
> between the Counters object initialization and these synchronized methods.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to