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

EG v1.2.2 shows ERROR & DPANIC #4805

Closed
ovaldi opened this issue Nov 28, 2024 · 2 comments
Closed

EG v1.2.2 shows ERROR & DPANIC #4805

ovaldi opened this issue Nov 28, 2024 · 2 comments
Labels
kind/bug Something isn't working

Comments

@ovaldi
Copy link

ovaldi commented Nov 28, 2024

EG version: v1.2.2
K8s Version: v1.31

Today I upgraded EG from v1.1.2 to v1.2.2, and when I rolling update my business Deployment, the EnvoyGateway proxy log shows ERROR & DPANIC as below:

image
2024-11-28T12:31:25.901Z    ERROR    provider    kubernetes/status_updater.go:191    event    {"runner": "provider", "error": "dropping status update, buffer full"}
2024-11-28T12:31:25.901Z    DPANIC    provider    kubernetes/status_updater.go:191    odd number of arguments passed as key-value pairs for logging    {"runner": "provider", "ignored key": {"name":"eg-route-api-fr","namespace":"envoy-gateway-system"}}
@ovaldi ovaldi added the triage label Nov 28, 2024
@ovaldi
Copy link
Author

ovaldi commented Nov 28, 2024

logger.Error() requires one more parameter.

image

@zhaohuabing zhaohuabing added kind/bug Something isn't working and removed triage labels Nov 29, 2024
@arkodg
Copy link
Contributor

arkodg commented Nov 29, 2024

hey thanks for flagging this, this code got removed as part of #4809 and hopefully you shouldnt see this in the next patch release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants