Details
Description
If compression/decompression fails during block reclaiming, corrupted data will be stored internally, and then it causes crash in the next round block reuse or file re-open.
We should handle any kinds of errors around block reclaiming. If error happens, it should be propagated to upper layers so as to avoid the situation that block reuse logic is running with corrupted data.