-
Notifications
You must be signed in to change notification settings - Fork 4
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
EDGECLOUD-5230: Envoy crashing for UDP packet size larger than 1500 #1443
Conversation
So this will only affect new deployments, right? I might suggest adding some way for us to determine at runtime which version of envoy each AppInst is using, in case they still hit the issue, so we can verify if they recreated their AppInst and have the correct envoy version. A crm debug cmd would probably be sufficient. |
Yes, it will only affect new deployments. For cloudSLAM, they can re-create their cluster and none of our other developers have this problem. Sure, debug cmd makes sense. I will add it. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
…1443) * add debug cmd + use envoy version 1.18.x + update envoy yaml to use v3 api
…1443) * add debug cmd + use envoy version 1.18.x + update envoy yaml to use v3 api
…1443) * add debug cmd + use envoy version 1.18.x + update envoy yaml to use v3 api
…1443) * add debug cmd + use envoy version 1.18.x + update envoy yaml to use v3 api
…1443) * add debug cmd + use envoy version 1.18.x + update envoy yaml to use v3 api
…1443) * add debug cmd + use envoy version 1.18.x + update envoy yaml to use v3 api
…1443) * add debug cmd + use envoy version 1.18.x + update envoy yaml to use v3 api
…1443) * add debug cmd + use envoy version 1.18.x + update envoy yaml to use v3 api
…1443) * add debug cmd + use envoy version 1.18.x + update envoy yaml to use v3 api
…1443) * add debug cmd + use envoy version 1.18.x + update envoy yaml to use v3 api
…1443) * add debug cmd + use envoy version 1.18.x + update envoy yaml to use v3 api
…1443) * add debug cmd + use envoy version 1.18.x + update envoy yaml to use v3 api
…1443) * add debug cmd + use envoy version 1.18.x + update envoy yaml to use v3 api
…1443) * add debug cmd + use envoy version 1.18.x + update envoy yaml to use v3 api
…1443) * add debug cmd + use envoy version 1.18.x + update envoy yaml to use v3 api
…1443) * add debug cmd + use envoy version 1.18.x + update envoy yaml to use v3 api
…1443) * add debug cmd + use envoy version 1.18.x + update envoy yaml to use v3 api
…1443) * add debug cmd + use envoy version 1.18.x + update envoy yaml to use v3 api
…1443) * add debug cmd + use envoy version 1.18.x + update envoy yaml to use v3 api
…1443) * add debug cmd + use envoy version 1.18.x + update envoy yaml to use v3 api
Issues Fixed
Description
crash when udp packet size large than 1500 envoyproxy/envoy#14113
pktsize
config to specify datagram size for UDP ports. Note: using value > 1500 means envoy will allocate more memory, hence set it only for those ports which require this configuration