cancelling statement due to statement timeout
Hey all, is any one else also seeing this issue? For us it sarted happening suddenly since lunch yesterday CEST and we have been trying to figure it out. Restarting the server helps for a while, but then it crops up again.
Most i could find is that the postgres.meta process is is aquiring a AccessExclusiveLock every few seconds which maybe causes this issue.
SELECT *
FROM pg_locks l
JOIN pg_stat_activity a ON l.pid = a.pid
WHERE l.mode = 'AccessExclusiveLock';
Anyone else seeing this?
Most i could find is that the postgres.meta process is is aquiring a AccessExclusiveLock every few seconds which maybe causes this issue.
SELECT *
FROM pg_locks l
JOIN pg_stat_activity a ON l.pid = a.pid
WHERE l.mode = 'AccessExclusiveLock';
Anyone else seeing this?