Open shiponcs opened 1 month ago
Thanks for running this by Envoy security before (with approval) posting in the clear
@fabriziomello @cpakulski can you take a look? I don't think we should necessarily roll back an Envoy build config change based on a broken contrib extension
Thanks for reporting it. I will try to repro the crash to find the cause.
I don't think we should necessarily roll back an Envoy build config change based on a broken contrib extension.
I agree. I think that the build config probably just exposes the problem but is not the cause of the crash.
@cpakulski Long time since I ran this regression tests https://github.com/fabriziomello/envoy-postgres-regression. It requires some reworking to work properly again and don't need to waste resources building Envoy.
One naive question, those -dev docker images are a kind of nightly-builds?
@fabriziomello I think that this is what you are looking for: https://hub.docker.com/layers/envoyproxy/envoy/contrib-debug-dev/images/sha256-770fe2414e700156673389677dedca96133fb7b69cb2d9a222253e15fd25b11f?context=explore
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions.
I am still planning to investigate the cause.
Title: Envoy Crash during in pgbench test
Description: We have run pgbench to test postgres server proxied by Envoy. During the test Envoy crashed with the following log:
Testing scope: Envoy configuration: https://gist.github.com/shiponcs/600fff61cddba5911bc3b9e538a4fc8c pgbench command:
pgbench -h localhost -p 50815 -U postgres -c 50 -j 1 -T 00 example
Relevant: We have tried to find the reason; by running git bisect we discovered that, this commit is causing the crash. If we get rid of the changes introduced in the commit, the issue gets resolved.