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

Fix occasional 'tuple index out of range' error #3607

Merged
merged 1 commit into from
Jul 25, 2018

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Jul 25, 2018

This fixes a bug in _delete_existing_rows_txn which was introduced in #3435
(though it's been on matrix-org-hotfixes for years). This code is only called
when there is some sort of conflict the first time we try to persist an event,
so it only happens rarely. Still, the exceptions are annoying.

This fixes a bug in _delete_existing_rows_txn which was introduced in #3435
(though it's been on matrix-org-hotfixes for *years*). This code is only called
when there is some sort of conflict the first time we try to persist an event,
so it only happens rarely. Still, the exceptions are annoying.
@richvdh richvdh requested a review from a team July 25, 2018 10:09
@richvdh richvdh merged commit 32b30e1 into develop Jul 25, 2018
@richvdh richvdh deleted the rav/fix_persist_events_integrity_error branch July 25, 2018 10:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants