- NN处理全量块汇报(FBR)时的一些细节
- 怎么生成的toRemove
- 怎么check 汇报上来的块是不是corrupt的?
- reportDiff方法里巧妙地引入delimiterBlock这个block的作用
前置知识:【HDFS】Block、BlockInfo、BlockInfoContiguous、BlockInfoStriped的分析记录
上面的文章中介绍了关于BlockInfo类里move当前块到storage存储列表的头的方法。在本文要描述的reportDiff方法里会用到。
首先声明reportDiff方法的调用上下文:
datanode侧进行全量块汇报 -> NameNodeRpcServer#blockReport方法 -> BlockManager#processReport方法及重载 -> reportDiff方法 -> processReportedBlock方法文章来源:https://www.toymoban.com/news/detail-623194.html
reportDiff详细分析:文章来源地址https://www.toymoban.com/news/detail-623194.html
private void reportDiff(DatanodeStorageInfo storageInfo,
BlockListAsLongs
到了这里,关于【HDFS】NN处理全量块汇报时reportDiff的一些细节的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!