Hans Holmberg

Results 38 comments of Hans Holmberg

@UNKJay: Are you emulating a device with a > 4k block size?

@UNKJay : The rocksdb LOG file periodically outputs the compaction statistics, check that. If no compaction has been done, make sure you are running large enough tests and that the...

@UNKJay : Did my answer make sense? Can we close this issue?

We should try to use whatever rocksdb uses. A while ago I did look into the rocksdb unit testing to extend them for zenfs use, and gtest is a nice...

@royguo : Do you have a shortlist of test you would like to have?

Check what is documented elsewhere(google clang-tidy, rocksdb coding style) and reference that where possible

We have clang style in CI now, and it is documented in the readme

Hi @Haltz - the allocator is design to prioritize filling up zones with data that has a shorter life span than of the data already written in the zone to...

@Haltz: ZenFS will co-locate WLTH_SHORT data if all active zones are used (due to the allocator returning LIFETIME_DIFF_COULD_BE_WORSE). If zenfs can't find a decent life time match(NOT_GOOD) it will finish...

@Haltz : Did my previous answer make sense? Can we close this issue?