HDFS-12531. Fix conflict in the javadoc of UnderReplicatedBlocks.java in branch-2. Contributed by Bharat Viswanadham.
(cherry picked from commit de5744c903
)
This commit is contained in:
parent
e103acc8f4
commit
3ecc1431fc
|
@ -36,11 +36,7 @@ import org.apache.hadoop.hdfs.util.LightWeightLinkedSet;
|
|||
*
|
||||
* <p/>
|
||||
* The policy for choosing which priority to give added blocks
|
||||
<<<<<<< HEAD
|
||||
* is implemented in {@link #getPriority(int, int, int)}.
|
||||
=======
|
||||
* is implemented in {@link #getPriority(BlockInfo, int, int, int, int)}.
|
||||
>>>>>>> 5411dc5... HDFS-9205. Do not schedule corrupt blocks for replication. (szetszwo)
|
||||
* is implemented in {@link #getPriority(int, int, int, int)}.
|
||||
* </p>
|
||||
* <p>The queue order is as follows:</p>
|
||||
* <ol>
|
||||
|
|
Loading…
Reference in New Issue