-
Notifications
You must be signed in to change notification settings - Fork 9
Derby database corrupted after delete #3
Description
If CDO is used with
<property name="supportingAudits" value="false" /> <property name="supportingBranches" value="false" /> <property name="supportingUnits" value="false" />
delete of element can result in holes in LIST tables.
The result is a complete damaged database where all data is not usable anymore and CDO-Server does not startup.
The exception is:
org.eclipse.emf.cdo.util.CommitException: Rollback in DBStore: org.eclipse.net4j.db.DBException: java.sql.BatchUpdateException: The statement was aborted because it would have caused a duplicate key value in a unique or primary key constraint or unique index identified by 'I1680272084714_23' defined on '*_LIST'.
The original discussion: https://www.eclipse.org/forums/index.php/t/1112542/
We need some helpt to fix this error. Does anybody have any idea how to fix this?