-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
synapse logs drown in logcontext warnings #3518
Comments
I'm assuming the warnings in question are like these:
|
This introduces a mechanism for tracking resource usage by background processes, along with an example of how it will be used. This will help address #3518, but more importantly will give us better insights into things which are happening but not being shown up by the request metrics. We *could* do this with Measure blocks, but: - I think having them pulled out as a completely separate metric class will make it easier to distinguish top-level processes from those which are nested. - I want to be able to report on in-flight background processes, and I don't think we want to do this for *all* Measure blocks.
(for the record, this was introduced by #3496) |
Temporary workaround to #3518 while we release 0.33.0.
There are actually still a lot of these going on in our production instance. I'm going to reopen this |
After upgrading from 0.33 to 0.34.1.1 (and switching to python3, if that is relevant), I started getting these log-entries every minute (didn't see them before at all). |
The remaining instances of this on the production server are:
we're only getting a handful of them, so this is now a pretty minor issue. @zwieberl I imagine you have a different problem and it would be better to open a separate issue including the logs you are seeing. |
On 0.99.3.2 I still get:
|
looks like PresenceHandler needs its use of logcontexts cleaning up. In particular, |
This is being exacerbated by #5271 currently |
and the ones about presence are #4414 |
even on simple things like /sync
The text was updated successfully, but these errors were encountered: