eBay / HomeStore

Storage Engine for block and key/value stores.
Apache License 2.0
23 stars 21 forks source link

inconsistent chunk_size persisted in chunk_info and vdev_info #522

Open yamingk opened 3 months ago

yamingk commented 3 months ago

chunk_info persists chunk_size as uint64_t; vdev_info persists chunk_size as uint32_t; Should make them consistent and uint chunk_size_t as type;