Hi,
We are running CAS 5.1.2 with Oracle 12 as the backend database for ticketing/audit logs and while load testing the environment we started running into issues with the database being deadlocked. In our oracle trace logs we are seeing the following:
delete from TICKETGRANTINGTICKET where ticketGrantingTicket_ID=:1
In the cas logs we have the following:
It seems to only be occurring during logout requests and not does seem to happen to all the requests. Has anyone encountered something similar with deadlocks on the Database.
Thanks!
Hi Nathaniel,
We had to disable to the defaultticketcleaner for JPA because it was not cleaning up the tickets, after disabling the cleaner we no longer experienced the Deadlock issue but we had to setup some external scripts to perform the cleanup on the tickets.
Thanks!
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/SN6PR05MB518283459A77009013AD063E86550%40SN6PR05MB5182.namprd05.prod.outlook.com.