-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception while invoking method 'sendMessage' #14486
Comments
We have been seeing similar on a very small rocketchat instance (under 40 active users) deployed from docker to Debian Linux. The mongoDB was converted to run DB Replicaset as a single instance when it was required with the v1.0 release.. The rocketchat doesn't crash but we see this error a few times a day, there are reports of rocketchat being slower as well but not sure if this is connected to these errors.. i.e.
etc. |
Description:
We have this error eventually and the RC service goes down. It happens at least twice a day
Exception while invoking method 'sendMessage' { BulkWriteError: E11000 duplicate key error collection: rocketchat.rocketchat_message index: _id_ dup key
I think it could be due to clients with slow internet connection
Server Setup Information:
Additional context
Relevant logs:
The text was updated successfully, but these errors were encountered: