|
You may want to add rocksdb_default_cf_options= with default values to rocksdb.cnf. I messed up adding this multiple times which causes the plugin not to load. While the plugin was not loaded I was able to drop a rocksdb table which caused the plugin to fail to load with the following error until I manually deleted all the files in datadir/.rocksdb
[Warning] RocksDB: Schema mismatch - Table db.foo is registered in RocksDB but does not have a .frm file
|
[ERROR] RocksDB: Problems validating data dictionary against .frm files, exiting
|
[ERROR] RocksDB: Failed to initialize DDL manager.
|
[ERROR] Plugin 'ROCKSDB' init function returned error.
|
[ERROR] Plugin 'ROCKSDB' registration as a STORAGE ENGINE failed.
|
|