(no title)
daviesliu | 2 years ago
Inside the metadata service, it uses merkle tree (hash of hash) to verify the integrity of whole namespace (including id of data blocks) between RAFT replicas. Once we store the hash (4 bytes) of each objects into metadata, it should provide the integrity of the whole namespace.
amluto|2 years ago
Otherwise there’s no end-to-end integrity check.
daviesliu|2 years ago
With POSIX API or HDFS, there is no such API to do that, unfortunately.
markhahn|2 years ago