On Tue, Jan 19, 2021 at 4:44 PM Bob Peterson <[email protected]> wrote: > Sure, the recovery workers' bio allocations and submitting may be serialized, > but that's where it ends. The recovery workers don't prevent races with each > other when using the variable common to all of them: sdp->sd_log_bio. > This is the case when there are, for example, 5 journals with 5 different > recovery workers, all trying to use the same sdp->sd_log_bio at the same time.
Well, sdp->sd_log_bio obviously needs to be moved to a per-journal context. Thanks, Andreas
