[ 
https://issues.apache.org/jira/browse/HDFS-12942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arpit Agarwal updated HDFS-12942:
---------------------------------
    Description: 
FSDataSetImpl#moveBlock  works in following following 3 steps:
# first creates a new replicaInfo object
# calls finalizeReplica to finalize it.
# Calls removeOldReplica to remove oldReplica.
A client can potentially append to the old replica between step 1 and 2.

  was:
FSDataSetImpl#moveBlock  works in following following 3 steps:
first creates a replicaInfo  object
calls finalizeReplica to finalize it.
Calls removeOldReplica to remove oldReplica.
A client can potentially append to the old replica between step 1 and 2.


> bug in FSDataSetImpl#moveBlock
> ------------------------------
>
>                 Key: HDFS-12942
>                 URL: https://issues.apache.org/jira/browse/HDFS-12942
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Ajay Kumar
>            Assignee: Ajay Kumar
>
> FSDataSetImpl#moveBlock  works in following following 3 steps:
> # first creates a new replicaInfo object
> # calls finalizeReplica to finalize it.
> # Calls removeOldReplica to remove oldReplica.
> A client can potentially append to the old replica between step 1 and 2.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to