Event 31: waiting for buf write to complete before writing

A server process responsible for writing data pages to the disk (for example, a checkpoint) has determined that it must write a MASS. However, an earlier write operation involving the same page has not finished, so the second process must wait until the first write completes before initiating its write operation.