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

Ignore normal errors #1135

Merged
merged 3 commits into from
Feb 26, 2025
Merged

Ignore normal errors #1135

merged 3 commits into from
Feb 26, 2025

Conversation

Jake-Shadle
Copy link
Collaborator

@Jake-Shadle Jake-Shadle commented Feb 24, 2025

Part of #1133

@XAMPPRocky
Copy link
Collaborator

Closes: #1133

I'm not sure this closes the issue, because we have tied this error to packet loss errors in the game, and this PR doesn't seem to address whatever is ocurring with the error. it's just adding the metric.

This is something we don't handle since it's not a good idea to do this, but good to know if it does happen so that we can add handling of it if we need to
For now we can increment this in all cases, but we can filter out the ones that can happen in normal operation if it is just noise

Also adds a small helper to eliminate allocations in the common cases
@quilkin-bot
Copy link
Collaborator

Build Succeeded 🥳

Build Id: 6da3f06c-eeca-476b-a618-94713fcd824f

The following development images have been built, and will exist for the next 30 days:

To build this version:

git fetch [email protected]:googleforgames/quilkin.git pull/1135/head:pr_1135 && git checkout pr_1135
cargo build

@Jake-Shadle Jake-Shadle merged commit 057ae5b into main Feb 26, 2025
12 checks passed
@Jake-Shadle Jake-Shadle deleted the ignore-xdp-temp-errors branch February 28, 2025 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants