Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable_wal and reopen are incompatible (#13372)
Summary: We want to disable WAL for RoWS stress tests (anand1976 made a config change to explicitly do this), but it turns out that is not compatible with `reopen` > 0. I found this error in the logs: ``` Error: Db cannot reopen safely with disable_wal set! ``` Pull Request resolved: #13372 Test Plan: We should not get this error message in the RoWS stress tests. Reviewed By: jowlyzhang Differential Revision: D69193849 Pulled By: archang19 fbshipit-source-id: 933252926a906183c9abdef0b47f641073c5de37
- Loading branch information