spantaleev / matrix-docker-ansible-deploy

🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker
GNU Affero General Public License v3.0
4.65k stars 1.01k forks source link

Synapse server occasionally suddenly unresponsive #3343

Open Vincent-appinco opened 1 month ago

Vincent-appinco commented 1 month ago

Playbook Configuration:

My vars.yml file looks like this:

matrix_domain: REDACTED
matrix_homeserver_implementation: synapse
matrix_homeserver_generic_secret_key: REDACTED
matrix_playbook_reverse_proxy_type: playbook-managed-traefik
devture_traefik_config_certificatesResolvers_acme_email: REDACTED
devture_postgres_connection_password: REDACTED
matrix_synapse_workers_enabled: true
matrix_synapse_admin_enabled: true
matrix_synapse_presence_enabled: false
etherpad_enabled: false

Matrix Server:

Problem description:

For a good amount of time everything ran perfectly smoothly with no issues whatsoever without updating. Recently however all of the sudden the synapse server would become unresponsive and all connected clients would be disconnected. Rebooting the server solved it for some time until it happens more and more often. I didn't see any signs of malicious intrusion or rogue processes so I updated to latest version and experience the same issue still. Usually I notice the CPU/disk exploding when this happens but believe I've seen the issue on normal CPU/disk load as well.

How can I find out what's causing this and/or what is recommended to solve this?

image

image

xylobol commented 1 month ago

I'm seeing this as well on a bog-standard x86_64 box. Everything is up to date.