Improve JDBC repository session clean-up job #1739
Labels
in: jdbc
status: waiting-for-triage
An issue we've not yet triaged
type: enhancement
A general enhancement
See #838 for background (and more specifically this comment).
The approach with a single SQL statement based session clean-up job has been historically been somewhat problematic, seeing several revisions to address issues seen with specific RDMBSs. The currently used statement is susceptible to deadlocks in MySQL/MariaDB and SQL Server.
We should consider improving the session clean-up job so that it:
The text was updated successfully, but these errors were encountered: