You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
state_groups_state size explosion seems related to orphaned state groups
cleanup tools i.e. https://github.com/erikjohnston/synapse-find-unreferenced-state-groups urge you to "properly shutdown" synapse to avoid problems around "unsealed" state groups
manual docker stop -t 120 <synapse_container> did sometimes not terminate without the kill -9 for me
so there is the possibility that container restarts add to the state explosion problem (even though it is only done on whitelist changes).
Problem Description
docker stop / restarthas a default timeout of10sbefore it issues akill -9to the processpurger.pycurrently uses a timeout of30sstate_groups_statesize explosion seems related to orphaned state groupshttps://github.com/erikjohnston/synapse-find-unreferenced-state-groupsurge you to "properly shutdown"synapseto avoid problems around "unsealed" state groupsdocker stop -t 120 <synapse_container>did sometimes not terminate without thekill -9for me