Skip to content

Skip locked values when bulk refreshing timestamps

Description

This MR prevents deadlock detection errors in _bulk_refresh_timestamps. It does this by using skip_locked to skip locked rows instead of waiting on them.

Validation

A stress testing setup will be needed to verify that this problem has been resolved.

Merge request reports