You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted" or "no stalebot". Thank you for your contributions.
Title: Bug of Extension Config Discovery Service
Description:
This bug is triggered when istio's WasmPlugin resource is created and deleted multiple times.
Repro steps:
istio verison: 1.12.1
envoy version: 1.20.1 (istio-proxy used)
step1. create a WasmPlugin resource, like this
step2. delete the WasmPlugin
step3. change the oci image, create again
Keep repeating steps 1-3, this bug will appear.
Logs:
Call Stack:
I found the code line of this address
0x563a40ed25af
inEnvoy::Filter::FilterConfigSubscription::onConfigUpdate() [0x563a40ed25af]
:envoy/source/common/filter/config_discovery_impl.cc
Line 131 in ea23f47
By:
Find the static address of the entry of
Envoy::MainCommon::main()
Then compute the static address of

0x563a40ed25af
Use addr2line get the line of the code
addr2line -Ce /usr/local/bin/envoy 0x32f85aa # result: /proc/self/cwd/external/envoy/source/common/filter/config_discovery_impl.cc:131
The text was updated successfully, but these errors were encountered: