Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Will not reuse manifest if reuse_logs options is false.
Prior implementation would always try to reuse the manifest, even if reuse_logs was false (the default). This was missed because the stock Env::NewAppendableFile implementation returns false forcing the creation of a new log.
- Loading branch information