This is an old revision of the document!
Introduction
This page details possible items for implementation on the Access server.
Possible Problems to keep an eye on
Distributed lock manager occasionally has file stores fail because “item not locked for read”
A server (Production-A, I think) fell over on October 17, 2018 with “too many open files” exceptions. No idea why this happened.
Possible implementation items for the future
To make Project archiving more reliable tag various entities with UUID values (instead of just handles)
Projects
Vehicles
Tracks
more?
Remove old Proxool DB connection pool, Hikari has proven successful. Proxool is not needed for fall back any longer.
Move to JDK-11
Move to OpenJDK instead of Oracle JDK