-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
room stats are not working for rooms created since the initial background_update #5624
Comments
The problem is that synapse/synapse/storage/stats.py Line 423 in 54283f3
synapse/synapse/handlers/stats.py Line 234 in 54283f3
The fix should add that, with proper values (so probably all zeroes except for the state events or whatever?) Plus, synapse/synapse/storage/stats.py Line 442 in 54283f3
|
incidentally, there is an synapse/synapse/storage/stats.py Line 414 in 54283f3
|
I've been looking into some of the code surrounding this issue. Some notes
Possible solutions
|
As part of this issue, I also need to schedule a new background update. It's not clear (to me) whether it should discard previous room_stats or not. In general, they are likely to be wrong due to #5423 and #5690. Any thoughts on this? I will block this background update on #5690 #5423 #5710 being resolved. |
Fixed in #5971 |
No description provided.
The text was updated successfully, but these errors were encountered: