-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transaction Error: Entity cannot be retracted #211
Comments
Were you able to reproduce? |
I was not able to. Tried to rebuild the db using the new re-index function but that errored and wiped the DB. It was just a dev DB so that was okay but I lost the faulty data that somehow caused the error. |
OK, looks like we need to create a backup db before re-indexing. |
0.9.0 will use a safer default write option |
Have a similar error where it seems that data that failed to deserialize blocks a retract. (db/transact! [[:db/retractEntity 214]])
Error handling response - class java.lang.RuntimeException: No reader function for tag datalevin/Indexable |
possibly a regression: #208 |
I have not been able to come up with a repro yet. |
I have a strange case where an entity cannot be retracted. Working on a repro. Logging the error here for now in case it helps
The entity also has a nil key and value when touched:
The text was updated successfully, but these errors were encountered: