GitHub user corningsun added a comment to the discussion: why relases 2.1.0 has no kvrocks-xxx-release.x86_64.rpm file ?
I build success with modify the **x.py** file `cmake_options += ["-DENABLE_STATIC_LIBSTDCXX=OFF", "-DWITH_LZ4=ON", "-DWITH_ZLIB=ON", "-DWITH_SNAPPY=ON"]` sysinfo ``` # cat /proc/version Linux version 3.10.0-1127.19.1.el7.x86_64 ([email protected]) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) ) #1 SMP Tue Aug 25 17:23:54 UTC 2020 ``` bug got error when I set a key to kvrocks ``` eg: hset KEY_192.168.1.1 888 ERR Corruption: Corrupted compressed block contents: Snappy ``` GitHub link: https://github.com/apache/incubator-kvrocks/discussions/779#discussioncomment-3419417 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
