I am using xodus database for my application and I have 3 simple entities in it. when the application receives bulk load the xodus throws Caching forcedly stopped, cache adapter is obsolete error. because of that the GC operation is not happening and the application crashes.
Error Message : [EntityStoreSharedAsyncProcessor0] INFO jetbrains.exodus.entitystore.EntityIterableCache - Caching forcedly stopped, cache adapter is obsolete: 7-0-0
when the load is minimum, this issue does not occur.
Any ideas for this issue?