Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rdf4j-dev] Transaction isolation bug

Hi,

I’ve discovered a transaction isolation bug that is pretty severe.


TLDR: Start two transactions in SNAPSHOT isolation. Commit data to one of them. The other can now read that data, even though the transaction started before the commit. If both transactions add/remove statements then the isolation works as expected.

Håvard

Back to the top