mbohun / biolink

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

Row failure during import can cause uncommitted objects to exist in cache #223

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
During an import, if a row should fail, the objects created from that row 
(sites, visits, taxa etc) are rolledback, but will still exist in the cache, 
and subsequent cache hits will result in rows that link to non-existent entities

Original issue reported on code.google.com by david.ba...@gmail.com on 27 Nov 2014 at 10:58

GoogleCodeExporter commented 9 years ago
Import processor now invalidates cached objects that where created on a row 
that is rolled back due to error

Original comment by david.ba...@gmail.com on 27 Nov 2014 at 11:44