Hello,
cc @ExtReMLapin
Version : built on HEAD with this PR fix : #3392
At the office, we're running this idempotent query which fails to execute (not easy reproduction)
Query :
MATCH ()-[r]->()
RETURN COUNT(r) AS count
Return :
Record #10:4495 not found -> Multi-page record #10:4495 was modified during read (page PageId(TEST/10/2) version changed from 337 to 338). Please retry the operation
To us, we expect it to work on an ACID compliant database.
All queries are ran using REST API
Have a wonderful day ~~