Log copying thread checks the transactional log every second to see if there
were any new log records written that need to be copied, but there is a
chance that the log copying thread might not be able to keep up with the
amount of writes that go to the transactional logs, and will hit an error
when the log records are overwritten before they could be read.