You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2021/03/01 02:54:24 UTC

[GitHub] [hadoop] Zhangshunyu commented on pull request #2655: HDFS-15714: HDFS Provided Storage Read/Write Mount Support On-the-fly

Zhangshunyu commented on pull request #2655:
URL: https://github.com/apache/hadoop/pull/2655#issuecomment-787600101


   @PHILO-HE Thanks for the reply. Please find the error msg:
   ```
    ERROR org.apache.hadoop.hdfs.server.datanode.DataNode: Exception in creating BlockSender: {}
   org.apache.hadoop.hdfs.server.datanode.ReplicaNotFoundException: Replica not found for BP-1079229821-192.168.0.156-1614366591560:blk_1073791203_50379. The block may have been removed recently by the balancer or by intentionally reducing the replication factor. This condition is usually harmless. To be certain, please check the preceding datanode log messages for signs of a more serious issue.
   ```
   we use readOnly mount mode, the data is stored on s3 store, after mount we read the data use readthrough mode, we find that some times the datanode will throw this exception, it seems the read op request send to the wrong datanode?
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org