ferhui commented on a change in pull request #3386:
URL: https://github.com/apache/hadoop/pull/3386#discussion_r712267897
##########
File path:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/FsDatasetImpl.java
##########
@@ -1049,12 +1050,17 @@ static File moveBlockFiles(Block b, ReplicaInfo
replicaInfo, File destdir)
static File[] hardLinkBlockFiles(ReplicaInfo srcReplica, File dstMeta,
File dstFile)
throws IOException {
+ FsVolumeSpi srcReplicaVolume = srcReplica.getVolume();
Review comment:
Hi @virajjasani here I have one question to ask you.
It seems that there is no change in code logic. Are these code changes of
the whole file for adding debug or trace info?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]