Skip to content

Draft: Fix deadlock in split_update_into_chunks_by_ranges

Davide Silvestri requested to merge fix-tsvector-deadlock into develop

What is in this MR

How to test this MR

  • I cannot reproduce the deadlock locally, so this is more an idea based on the assumption that the deadlock is caused by 2 tasks trying to update the same rows concurrently

Merge Request Checklist

  • changelog.md has been updated if required.
  • New/updated Premium/Enterprise features are separated correctly in the premium or enterprise folder
  • The latest Chrome and Firefox have been used to test any new frontend features
  • Documentation has been updated
  • Quality Standards are met
  • Performance: tables are still fast with 100k+ rows, 100+ field tables
  • The redoc API pages have been updated for any REST API changes
  • Our custom API docs are updated for changes to endpoints accessed via api tokens
  • The UI/UX has been updated following UI Style Guide

Merge request reports