"debug database-stats" admin command exceeds PDU sizes #851

Closed
opened 2025-06-15 10:07:21 +00:00 by MTRNord · 1 comment

Using !admin debug database-stats in the admin room seems to not work and result in this error:

  2025-06-15T10:04:01.618427Z ERROR conduwuit_service::admin: Failed to build and append admin room response PDU: "M_TOO_LARGE: Message/PDU is too long (exceeds 65535 bytes)"
    at src/service/admin/mod.rs:313 on conduwuit:worker ThreadId(5)

I am using 0.5.0-rc.6 (0870c8d)

Using `!admin debug database-stats` in the admin room seems to not work and result in this error: ``` 2025-06-15T10:04:01.618427Z ERROR conduwuit_service::admin: Failed to build and append admin room response PDU: "M_TOO_LARGE: Message/PDU is too long (exceeds 65535 bytes)" at src/service/admin/mod.rs:313 on conduwuit:worker ThreadId(5) ``` I am using `0.5.0-rc.6 (0870c8d)`
Jade added the
Status
Duplicate
label 2025-06-15 10:21:05 +00:00
Owner

We're aware of this issue affecting a lot of admin commands in certain situations:
#304

In the meantime, the admin console (which requires the binary to be built with the console feature) can be used to see the results of these commands for debugging

We're aware of this issue affecting a lot of admin commands in certain situations: https://forgejo.ellis.link/continuwuation/continuwuity/issues/304 In the meantime, the admin console (which requires the binary to be built with the `console` feature) can be used to see the results of these commands for debugging
Jade closed this issue 2025-06-15 10:21:05 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: continuwuation/continuwuity#851
No description provided.