This release brings bug fixes and minor performance improvements related to Entity Stores.
API clarification.
Starting from version 1.3.124, EntityStore.close()
doesn't close underlying explicitly created Environment
. Prior to 1.3.124, this contract was undefined.
Bug fixes
- Environments
- XD-786 — Xodus OutOfMemory during environment.truncateStore() of stores with large (100k+) records in 1.3.x.
- XD-787 — Xodus cannot open multiple entity stores with the same environment
- XD-789 — Stuck transaction monitor fails to finish expired transaction created against ContextualEnvironment
Release Notes
Maven Central