You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the case that you write a new page through insertTuple, you just write the page into your file through writePage. And if the transaction aborts, the page will be still inserted into your file. I have faced this question too, and don't have a graceful solution.(I just add some clauses)