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

Hudson commented on HDFS-4106:
------------------------------

Integrated in Hadoop-trunk-Commit #3012 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/3012/])
    Moving HDFS-4106 to Release 2.0.3 section in CHANGES.txt. (Revision 1409038)

     Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1409038
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

                
> BPServiceActor#lastHeartbeat, lastBlockReport and lastDeletedReport should be 
> declared as volatile
> --------------------------------------------------------------------------------------------------
>
>                 Key: HDFS-4106
>                 URL: https://issues.apache.org/jira/browse/HDFS-4106
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: name-node, test
>    Affects Versions: 3.0.0
>            Reporter: Jing Zhao
>            Assignee: Jing Zhao
>            Priority: Minor
>             Fix For: 3.0.0, 2.0.3-alpha
>
>         Attachments: HDFS-4106-trunk.001.patch, HDFS-4106-trunk.002.patch
>
>
> All these variables may be assigned/read by a testing thread (through 
> BPServiceActor#triggerXXX) while also assigned/read by the actor thread. Thus 
> they should be declared as volatile to make sure the "happens-before" 
> consistency.

--
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

Reply via email to