Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out why we're sending empty transactions and safely fix them #288

Open
girlbossceo opened this issue Apr 17, 2024 · 1 comment
Open
Labels

Comments

@girlbossceo
Copy link
Owner

No description provided.

@meenzen
Copy link
Contributor

meenzen commented Nov 7, 2024

This has been going on for a few months now and is constantly wasting resources. About 50% of all federation requests on my homeserver are these empty events.

For reference, this is how the nginx logs look on the receiving end:

x.x.x.x - - [07/Nov/2024:02:29:04 +0100] "PUT /_matrix/federation/v1/send/47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU HTTP/2.0" 200 11 "-" "Conduwuit/0.4.7 (16014e1)"
x.x.x.x - - [07/Nov/2024:02:29:04 +0100] "PUT /_matrix/federation/v1/send/47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU HTTP/2.0" 200 11 "-" "Conduwuit/0.4.7 (16014e1)"
x.x.x.x - - [07/Nov/2024:02:29:04 +0100] "PUT /_matrix/federation/v1/send/47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU HTTP/2.0" 200 11 "-" "Conduwuit/0.4.6"
x.x.x.x - - [07/Nov/2024:02:29:05 +0100] "PUT /_matrix/federation/v1/send/47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU HTTP/2.0" 200 11 "-" "Conduwuit/0.4.6"
x.x.x.x - - [07/Nov/2024:02:29:05 +0100] "PUT /_matrix/federation/v1/send/47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU HTTP/2.0" 200 11 "-" "Conduwuit/0.4.7 (16014e1)"
x.x.x.x - - [07/Nov/2024:02:29:05 +0100] "PUT /_matrix/federation/v1/send/47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU HTTP/2.0" 200 11 "-" "Conduwuit/0.4.6"
x.x.x.x - - [07/Nov/2024:02:29:05 +0100] "PUT /_matrix/federation/v1/send/47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU HTTP/2.0" 200 11 "-" "Conduwuit/0.4.6"

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

No branches or pull requests

2 participants