Project

General

Profile

Bug #14822

Updated by Jason Dillaman about 8 years ago

For example:
journal snap create start
snap create
journal snap create finish
<crash>

-- on replay --
snap create
** ERROR: snap already exists

Similarly, if we are missing the finish op event, we still need to re-apply the op to avoid an inconsistent state.

Back