One of our sites (Revo 2.2.14) showed blank pages all of the sudden, logging into the manager was also not possible anymore. The host told us that the my sql processes had stopped because of the following query that was waiting for a lock:
DELETE FROM `modx_session` WHERE `access` < 1428327164
A long time ago we had a similar issue on another site. It turned out that the modx_session table for that site had become corrupt. We repaired the table and everything worked again. For this site we tried the same and it also resolved the issue.
However we would like to prevent this from happening again, but have no clue what could be causing the modx_session table becoming corrupt. Does anyone have an idea what could be the cause?