On Fri, Mar 06, 2020 at 12:12:01PM -0500, Brian Foster wrote: > > out_abort: > > - xlog_cil_committed(ctx, true); > > + xlog_cil_committed(ctx); > > Error paths like this might warrant an assert. It's not really clear > that we expect to be shutdown based on the context. Otherwise looks Ok. I've added an assert to the next version.