diff --git a/fdbserver/SimulatedCluster.actor.cpp b/fdbserver/SimulatedCluster.actor.cpp index 831fbaf630..42a9642d24 100644 --- a/fdbserver/SimulatedCluster.actor.cpp +++ b/fdbserver/SimulatedCluster.actor.cpp @@ -1291,6 +1291,8 @@ void SimulationConfig::setStorageEngine(const TestConfig& testConfig) { set_config("ssd-rocksdb-experimental"); // Tests using the RocksDB engine are necessarily non-deterministic because of RocksDB // background threads. + TraceEvent(SevWarn, "RocksDBNonDeterminism") + .detail("Explanation", "The RocksDB storage engine is threaded and non-deterministic"); noUnseed = true; break; }