Skip to content

Commit

Permalink
Brings in a patch on having flusher not suppress errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jameinel committed Jan 16, 2018
1 parent 896bbb8 commit 17f007e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txn/flusher.go
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ func (f *flusher) checkpoint(t *transaction, revnos []int64) error {
f.debugf("Ready to apply %s. Saving revnos %v: LOST RACE", t, debugRevnos)
return f.reload(t)
}
return nil
return err
}

func (f *flusher) apply(t *transaction, pull map[bson.ObjectId]*transaction) error {
Expand Down

0 comments on commit 17f007e

Please sign in to comment.