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

Bug caused by joining the "!****:matrix.org" room with over 100,000 people #3375

Open
matrixbot opened this issue Nov 2, 2024 · 0 comments

Comments

@matrixbot
Copy link
Collaborator

This issue was originally created by @simontxxx at matrix-org/dendrite#3375.

Background information

  • Dendrite version or git SHA: 46902e5
  • SQLite3 or Postgres?: Posgtres
  • Running in Docker?: no
  • go version: 1.22.2
  • Client used (if applicable): Element

Description

  • What is the problem: CPU usage is high. <input.(*Inputer).processRoomEvent> Missing event has missing prev events". Many log "Failed to get missing /event for event ID". There is a problem with message consumption in Nats, and messages are starting to get stuck. This is causing the recipient to not receive messages when they are sent. Removed the jetstream directory of nats and restart dendrite to recover.
  • Who is affected: "Me" - Who are you? Running the server or a user on a Dendrite server?
  • How is this bug manifesting: “Can't send messages"
  • When did this first appear:

Steps to reproduce

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

No branches or pull requests

1 participant