br1ghtyang / asterixdb

Automatically exported from code.google.com/p/asterixdb
0 stars 0 forks source link

Read-uncommitted is happening #588

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, the lockMgr releases locks as soon as the entity-level commit logs 
are written to in-memory log buffers. Consequently, it is possible for readers 
to read tuples whose commit logs are not flushed to disk. When the system 
crashes before the logs are flushed to disk and after the tuples have been read 
by the readers, reader read non-existing tuples.

Original issue reported on code.google.com by kiss...@gmail.com on 28 Jul 2013 at 11:03

GoogleCodeExporter commented 8 years ago
I have attached a pdf file describing how to solve this issue.

Original comment by kiss...@gmail.com on 29 Jul 2013 at 9:53

Attachments:

GoogleCodeExporter commented 8 years ago
fixed in the following revision.
https://code.google.com/p/asterixdb/source/detail?r=46f0815add2bca05a72579271b07
757616d94071

Original comment by kiss...@gmail.com on 23 Aug 2013 at 10:15