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:
Anu Engineer 2017-09-23 11:16:50 -07:00 committed by Akira Ajisaka
parent e103acc8f4
commit 3ecc1431fc
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 5 deletions

View File

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