Skip to content
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

Rocket Chat errors #616

Open
filiy opened this issue Jan 28, 2020 · 2 comments
Open

Rocket Chat errors #616

filiy opened this issue Jan 28, 2020 · 2 comments
Assignees

Comments

@filiy
Copy link
Contributor

filiy commented Jan 28, 2020

A few errors popping up that need looked at.

Lots of these on the mongo pods:
mongo ACCESS Unauthorized: not authorized on admin to execute command { serverStatus: 1, tcmalloc: false, $readPreference: { mode: "secondaryPreferred" }, $db: "admin" }

on RC logs. Something to do with mobile notifications?
server.js:204 System ➔ error Error sending push to gateway (5 try) -> { Error: failed [400] {"code":108,"error":"bad request sent to apn"

On RC logs. Something with nodejs module?
Exception in defer callback: Error: Phase unexpectedly STEADY at OplogObserveDriver._doneQuerying (packages/mongo/oplog_observe_driver.js

@filiy filiy self-assigned this Jan 28, 2020
@filiy
Copy link
Contributor Author

filiy commented Jan 28, 2020

https://forums.rocket.chat/t/sudden-100-cpu-usage-causing-non-responsive-chat-till-service-restart/2631/10

Some helpful info there. Maybe some issues with mongo db and needs a clean up?

@ShellyXueHan
Copy link
Collaborator

had the same problem when one of the replica went down. Tried the following and worked:

  • remove the bad primary rs.remove(hostportstr)
  • then bring it back rs.add(hostportstr)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants