-
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).
- Loading branch information
Ibrahim Jarif
authored
Jul 16, 2019
1 parent
896f7b1
commit afa8fae
Showing
1 changed file
with
41 additions
and
74 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