Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix database performance of read/write worker locks #16061

Merged
merged 2 commits into from
Aug 17, 2023

Commits on Aug 3, 2023

  1. Fix database performance of read/write worker locks

    We were seeing serialization errors when taking out multiple read locks.
    
    The transactions were retried, so isn't causing any failures.
    
    Introduced in #15782.
    erikjohnston committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    3369ff1 View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d924f9f View commit details
    Browse the repository at this point in the history