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

something in the federation sender is dropping logcontexts #5271

Closed
richvdh opened this issue May 28, 2019 · 2 comments
Closed

something in the federation sender is dropping logcontexts #5271

richvdh opened this issue May 28, 2019 · 2 comments
Assignees

Comments

@richvdh
Copy link
Member

richvdh commented May 28, 2019

Lots of this sort of stuff going on:

2019-05-28 10:32:06,362 - synapse.util.metrics - 111 - WARNING - - Context has unexpectedly changed from 'federation_transaction_transmission_loop-6779' to 'sentinel'. ('_send_new_transaction')
2019-05-28 10:32:06,362 - synapse.util.logcontext - 279 - WARNING - - Expected logging context federation_transaction_transmission_loop-6779 has been lost
2019-05-28 10:32:06,365 - synapse.util.metrics - 111 - WARNING - - Context has unexpectedly changed from 'federation_transaction_transmission_loop-6721' to 'sentinel'. ('outbound_request')

As with all logcontext drops, this is problematic because (a) it means that logs are hard to trace and (b) metrics will be incorrect

@richvdh
Copy link
Member Author

richvdh commented May 28, 2019

seems to have been introduced by #5037. hopefully fixed in #5277

@richvdh
Copy link
Member Author

richvdh commented May 29, 2019

fixed by #5277

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

No branches or pull requests

1 participant