From 91244c578aef498af93cacb2cf353f3878b92fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Mon, 6 Jul 2026 15:45:03 +0800 Subject: [PATCH] fix: bump envoy submodule to include doAfterVmCallActions drain-to-local (#4034) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Advances the envoy/envoy submodule from f49d591e to f468a1a3 (higress-group/envoy envoy-1.36 tip), which carries the proxy_wasm_cpp_host pin bump (higress-group/envoy#28) picking up higress-group/proxy-wasm-cpp-host#12. That fix makes WasmBase::doAfterVmCallActions reentry-safe (drain the after_vm_call_actions_ queue into a stack-local before iterating), resolving the worker-thread CPU 100% infinite loop when a Wasm plugin re-enters via onRedisCallFailure + injectEncodedDataToFilterChain (#4034). Signed-off-by: 澄潭 --- envoy/envoy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy/envoy b/envoy/envoy index f49d591e6..f468a1a3a 160000 --- a/envoy/envoy +++ b/envoy/envoy @@ -1 +1 @@ -Subproject commit f49d591e67227876031ac00a533b27b47c98e2e2 +Subproject commit f468a1a3acc1feaf9bec50bd8657c13d8b2d6c3e