Skip to content

Commit

Permalink
reincarnate #77
Browse files Browse the repository at this point in the history
  • Loading branch information
Haifeng Xi committed Aug 21, 2019
1 parent a5307d7 commit 926392b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/wal.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func (wal *baseWAL) OnStart() error {
// Use Wait() to ensure it's finished shutting down
// before cleaning up files.
func (wal *baseWAL) OnStop() {
// wal.group.Flush()
wal.group.Flush()
wal.group.Stop()
wal.group.Close()
}
Expand Down

0 comments on commit 926392b

Please sign in to comment.