Hi folks,
I just installed RocksDB to try using it and the MTR test rocksdb.compression_zstd fails:
[ERROR] RocksDB: Error opening instance, Status Code: 4, Status: Invalid argument: Compression type ZSTD is not linked with the binary.
[ERROR] Plugin 'ROCKSDB' init function returned error.
[ERROR] Plugin 'ROCKSDB' registration as a STORAGE ENGINE failed.
I did the cmake and make after:
export WITH_ZSTD=/usr
Four other tests fail but I figure the above is the most important:
Completed: Failed 5/211 tests, 97.63% were successful.
Failing test(s): rocksdb.compression_zstd rocksdb.rqg_runtime rocksdb.rqg_examples rocksdb.rqg_transactions rocksdb.persistent_cache
Any ideas as to what I am doing wrong?
Rohit