cubefs/storage
leonrayang 5c82a084f1 fix(datanode): The contents on which the CRC check depends are inconsistent with each other
Update the crc check output from error to warn, the inconsistent may be false report and require
more output and make a jugement.

The applyId and crc cann't be atomic under the architecture and are not necessary for performance.

Signed-off-by: leonrayang <chl696@sina.com>
2024-07-22 17:10:59 +08:00
..
error.go fix(client): avoid remove dp concurrent 2024-07-22 17:10:59 +08:00
extent_cache.go feat(data): flush extent cache in timer 2024-07-18 16:57:38 +08:00
extent_store_test.go fix(datanode):Refactor the paramter of storage write at datanode 2024-07-22 17:10:59 +08:00
extent_store.go fix(datanode): The contents on which the CRC check depends are inconsistent with each other 2024-07-22 17:10:59 +08:00
extent_test.go fix(datanode):Refactor the paramter of storage write at datanode 2024-07-22 17:10:59 +08:00
extent.go fix(datanode): The contents on which the CRC check depends are inconsistent with each other 2024-07-22 17:10:59 +08:00
fallocate_darwin.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
fallocate_linux.go storage: fallocate return interrupt err try again 2022-09-19 09:51:18 +08:00
fallocate_windows.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
persistence_crc.go feat(datanode): add testCase for snapshot crc and reconstruct some related code 2024-02-29 15:19:42 +08:00