There is 1 comment.
 
 
XWiki Infrastructure / cid:jira-generated-image-avatar-340d9f17-b993-4e74-824f-97285c914596 XINFRA-496 Open

Extension import on extensions.xwiki.org fails the first time with "Record has changed since last read" (MariaDB snapshot isolation)

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-13193f89-9e2b-4d82-aa3f-fb7420e16dd1 Michael Hamann on 16/Sep/26 15:27
 

It should fix the issue with the same drawbacks as the workaround, but it's a different fix, it changes the transaction isolation level to "read committed", which doesn't have the snapshot isolation feature (as it doesn't have repeatable reads).