Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The garbage collector for the KiWi triple store is currently not working correctly, because the removed
nodes remain in the cache of the KiWiPersistence. This could be solved by instead of directly deleting first iterating over all candidates and removing them from the cache before removing them from the database.
Until the issue is solved, the garbage collection for nodes is disabled. Garbage collection for triples is still working (and is more important anyways).