-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Description
Description:
If a rocket.chat instance lose the connection to its database and restore it, all works fine except push messages are not send anymore until a restart of the instance. Push messages are sent via push gateway.
Server Setup Information:
- Version of Rocket.Chat Server: 0.58.2
- Operating System: Ubuntu 16.04 LTS
- Deployment Method(snap/docker/tar/etc): docker
- Number of Running Instances: 1
- DB Replicaset Oplog: YES
- Node Version: shipped in docker image
Steps to Reproduce:
- Start your MongoDB Docker Container
- Start your Rocket.Chat Docker Container
- Send some test messages -> push is working
- Stop mongodb docker container, wait 10 sec
- start mongodb docker container
- Wait for reconnecting of the rc docker container
- Send some test messages -> no push messages anymore
Expected behavior:
Push messages should be send if a docker rocket.chat containers fail-over or reconnect to the database.
Actual behavior:
At a fail over or a reconnection to the database no push messages are sent anymore until a complete restart of the RC docker container is done.
Relevant logs:
No relevant log messages (just seeing that there are no log entries after reconnection)
Reactions are currently unavailable