RocksDBEmul.removeLiveLevelPair() deletes pair in the wrong order
RocksDBEmul.removeLiveLevelPair() deletes the backing file of the WALMemtable then it removes the name of the file in the Manifest, but it should be the other way around to be safe.
RocksDBEmul.removeLiveLevelPair() deletes the backing file of the WALMemtable then it removes the name of the file in the Manifest, but it should be the other way around to be safe.