wooden-laptop-80408
10/28/2025, 3:39 PMOct 28 16:08:49 notice k3s: time="2025-10-28T16:08:49+01:00" level=error msg="TTL delete trigger failed for key=/registry/events/<podname>-59dd494c99-6zccx.18716e967027d1c1: context canceled, requeuing"
While this appears to happen a lot for /registry/events in our case. This appears to happen with any data stored in the sqlite database.
When we inspect the database with the following command
sudo sqlite3 state.db 'SELECT * FROM kine WHERE name LIKE "/registry/events/<namespace>/<podname>%"'
I expect to see entries for 59dd494c99-6zccx . However we don't, and it appears that kine is never able to recover, and will continually attempt to delete a key that is not in the database.creamy-pencil-82913
10/28/2025, 4:52 PMwooden-laptop-80408
10/28/2025, 5:00 PMcreamy-pencil-82913
10/28/2025, 5:05 PMcreamy-pencil-82913
10/28/2025, 5:35 PMwooden-laptop-80408
10/28/2025, 5:39 PM