sodonnel commented on a change in pull request #3065:
URL: https://github.com/apache/hadoop/pull/3065#discussion_r651611235



##########
File path: 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
##########
@@ -3220,21 +3173,28 @@ private void reportDiffSortedInner(
         // comes from the IBR / FBR and hence what we should use to compare
         // against the memory state.
         // See HDFS-6289 and HDFS-15422 for more context.
-        queueReportedBlock(storageInfo, replica, reportedState,
+        queueReportedBlock(storageInfo, storedBlock, reportedState,

Review comment:
       I this this change is incorrect - we should be queuing the details 
reported in the IBR, which I think is "replica" here. This change was made in 
HDFS-15422.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to