-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Open all vlog files in RDWR mode (#923)
* Open all vlog files in RDWR mode With this commit, all log files are opened in read-write mode. Earlier, we would open files in read-write mode for writing and then reopen them again in read only mode after writing was completed. This approach lead to unnecessary complexity and issues (see issue #769). (cherry picked from commit afa8fae)
- Loading branch information
Ibrahim Jarif
committed
Mar 10, 2020
1 parent
59a966b
commit 2ada7cd
Showing
1 changed file
with
42 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters