HDFS-12531. Fix conflict in the javadoc of UnderReplicatedBlocks.java in branch-2. Contributed by Bharat Viswanadham.
This commit is contained in:
parent
d0c0bd573b
commit
de5744c903
|
@ -36,11 +36,7 @@ import org.apache.hadoop.hdfs.util.LightWeightLinkedSet;
|
||||||
*
|
*
|
||||||
* <p/>
|
* <p/>
|
||||||
* The policy for choosing which priority to give added blocks
|
* The policy for choosing which priority to give added blocks
|
||||||
<<<<<<< HEAD
|
* is implemented in {@link #getPriority(int, int, int, int)}.
|
||||||
* 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)
|
|
||||||
* </p>
|
* </p>
|
||||||
* <p>The queue order is as follows:</p>
|
* <p>The queue order is as follows:</p>
|
||||||
* <ol>
|
* <ol>
|
||||||
|
|
Loading…
Reference in New Issue