Details
Description
This issue only occurs on MongoMK and is broken because of changes done for OAK-3649.
The invalidation call after documents are removed in MongoDocumentStore was changed from invalidateCache(Collection, List<String>) to invalidateCache(Iterable<String>). The latter does not invalidate a document in the cache when it doesn't exist in MongoDB.
Attachments
Issue Links
- relates to
-
OAK-3649 Extract node document cache from Mongo and RDB document stores
- Closed