This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Unique index contraint violation at update can lead to an inconsistent state #188
Closed
Description
We perform delete, then insert in accessor_shard.update_tuple
, so the conflict will occur on the insert operation and the delete will not be rolled back.
@opomuc proposed to make insert and then delete.