westerndigitalcorporation / zenfs

ZenFS is a storage backend for RocksDB that enables support for ZNS SSDs and SMR HDDs.
GNU General Public License v2.0
243 stars 88 forks source link

io: fix wrong assertion condition #155

Closed royguo closed 2 years ago

royguo commented 2 years ago

This issue didn't raise up because we always build with RelWithDebInfo, never tested in a debug mode....

assert(offset % block_sz != 0);

Signed-off-by: Kuankuan Guo guokuankuan@bytedance.com