br1ghtyang / asterixdb

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

Exception: Could not complete rollback! System is in an inconsistent state #568

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Documenting this so I don't forget:

When I was removing the sort operator from the inserts plan, there was a bug in 
setting the location constraint of algebricks meta operator which caused the 
primary index to get two records with the same key. The index throw a duplicate 
key exception, but sometimes rolling back that transaction failed and an 
exception is thrown:

Could not complete rollback! System is in an inconsistent state
edu.uci.ics.asterix.transaction.management.exception.ACIDException: Log File 
Corruption: lastLSN mismatch

Original issue reported on code.google.com by salsuba...@gmail.com on 17 Jul 2013 at 9:50

GoogleCodeExporter commented 8 years ago
@Sattam

Could you check whether the situation you explained still occurs?

Young-Seok.

Original comment by kiss...@gmail.com on 15 Nov 2013 at 5:31