MyRocks supports the CHECK TABLE command.
The command will do a number of checks to verify that the table data is self-consistent.
The details about the errors are printed into the error log. If log_warnings > 2, the error log will also have some informational messages which can help with troubleshooting.
Besides this, RocksDB has its own (low-level) log in #rocksdb/LOG
file.
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/myrocks-and-check-table/