Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Issues: matrix-org/synapse

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

'extrem' is misppelt throughout the schema as 'exterm'. A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#1754 opened Jan 3, 2017 by ara4n
My HS has accumulated thousands of unreferenced state groups A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db A-Disk-Space things which fill up the disk roadmap S-Minor Blocks non-critical functionality, workarounds exist. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues. z-p2 (Deprecated Label)
#3364 opened Jun 7, 2018 by richvdh
device_inbox never gets emptied A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db A-Disk-Space things which fill up the disk S-Minor Blocks non-critical functionality, workarounds exist. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#3599 opened Jul 24, 2018 by ara4n
Sqlite can end up with valid utf8 sequences which describe invalid codepoints, which break synapse_port_db A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Minor Blocks non-critical functionality, workarounds exist. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#3538 opened Jul 15, 2018 by ara4n
Frequent [TXN OPERROR] messages A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db A-Logging Synapse's logs (structured or otherwise). Not metrics. S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Other Questions, user support, anything else.
#4993 opened Apr 2, 2019 by c7hm4r
event_push_actions don't seem to be cleaned for some of my rooms A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db A-Push Issues related to push/notifications S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#6060 opened Sep 18, 2019 by ara4n
stop using REPEATABLE READ everywhere A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
#11567 opened Dec 13, 2021 by richvdh
Drop state_events and rejections tables A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks. Z-Future-Maintenance Things that can't yet be done, but will need cleaning up in a couple of months/releases
#11496 opened Dec 2, 2021 by richvdh
3 of 5 tasks
Postgres indexes differ on matrix.org A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks. Z-Cleanup Things we want to get rid of, but aren't actively causing pain Z-Dev-Wishlist Makes developers' lives better, but doesn't have direct user impact
#11893 opened Feb 2, 2022 by clokep
synapse_port_db assumes events is append-only, but it is not A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#12007 opened Feb 16, 2022 by richvdh
many duplicate _get_state_groups_from_groups queries leading to OOMs A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db S-Minor Blocks non-critical functionality, workarounds exist. T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#10301 opened Jul 2, 2021 by richvdh
Allow using pg_repack on state_groups_state by adding a primary key or UNIQUE constraint A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#10308 opened Jul 3, 2021 by PeterCxy
[Feature request] Room state database integrity check A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#12489 opened Apr 18, 2022 by ShadowJonathan
Sometimes we have entries in event_to_state_groups for outliers, and I don't know why A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db T-Other Questions, user support, anything else.
#12201 opened Mar 10, 2022 by richvdh
Add logging to determine the source of slow database transactions A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db A-Logging Synapse's logs (structured or otherwise). Not metrics. T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
#13964 opened Sep 29, 2022 by H-Shay
[sqlite] Upgrade to 1.68 leads to bootlooping Synapse systemd service A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db O-Occasional Affects or can be seen by some users regularly or most users rarely S-Minor Blocks non-critical functionality, workarounds exist. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#14100 opened Oct 7, 2022 by axelsimon
simple_* methods handle None incorrectly for key values A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Minor Blocks non-critical functionality, workarounds exist. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#14157 opened Oct 12, 2022 by clokep
Slow query performance(?) in list users API due to naive join to profiles table A-Admin-API A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db A-Performance Performance, both client-facing and admin-facing O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Minor Blocks non-critical functionality, workarounds exist. T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#14254 opened Oct 21, 2022 by DMRobertson
Refactor database helper functions so they can be checked by mypy A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks. Z-Dev-Wishlist Makes developers' lives better, but doesn't have direct user impact
#14002 opened Sep 30, 2022 by DMRobertson
Support psycopg3 RFC A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db A-Performance Performance, both client-facing and admin-facing O-Occasional Affects or can be seen by some users regularly or most users rarely S-Minor Blocks non-critical functionality, workarounds exist. T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#14586 opened Nov 30, 2022 by thinkwelltwd
Add a multi-postgres complement run to CI A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db S-Minor Blocks non-critical functionality, workarounds exist. T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
#13530 opened Aug 15, 2022 by erikjohnston
allow_unsafe_locale: true still enforces the check on postgres' encoding A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#13709 opened Sep 4, 2022 by erkinalp
Long running schema deltas are killed by systemd and lead to bootlooping A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db O-Occasional Affects or can be seen by some users regularly or most users rarely S-Major Major functionality / product severely impaired, no satisfactory workaround. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#14401 opened Nov 9, 2022 by squahtx
Postgres docs page is written with non-containerised deployments in mind, and should cross-reference to the config manual A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db A-Docker Docker images, or making it easier to run Synapse in a container. A-Docs things relating to the documentation O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#13751 opened Sep 8, 2022 by ghost
Speed up push actions/unread counting A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience S-Minor Blocks non-critical functionality, workarounds exist. T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements. T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
#13846 opened Sep 20, 2022 by Fizzadar
ProTip! Updated in the last three days: updated:>2025-01-08.