we are facing massive problems with our system using the latest version of objectdb:
- around 2 times per day we have a simple object remove (entityManager.remove) that takes more than 5 minutes to complete
- it seams that there is a memory leak (we did not change our application at all but just use the latest version 2.7.4_02, with versions of 2.7.3 we never had these problems)
- we have this log entry in our log:
...
RetrievalTask.reportPrimaryResult0: page#13887921, reader.getPos() = 1229
...
another point:
- our application/objectdb can be killed doing the following
-- we are using objectdb in our application in embedded mode
-- open explorer and connect via embedded server port 3333
-- set up a non optimized query (simple select)
>>> our application step by step blows up (as more and more starts executing a simple select query are hanging)