Rate This Document
Findability
Accuracy
Completeness
Readability

Performing the Crash Test with Atomic Flush

  1. Go to the RocksDB source package directory.
    cd /home/rocksdb-6.10.2
  2. Perform a white-box test.
    python -u tools/db_crashtest.py --cf_consistency whitebox  --random_kill_odd 888887 

  3. Perform a black-box test.
    python -u tools/db_crashtest.py --cf_consistency blackbox