AlinsRan commented on PR #13458: URL: https://github.com/apache/apisix/pull/13458#issuecomment-4900550674
Thanks for the thorough root-cause writeup — the `fetch_latest_conf()` gap on `plugin_configs` (only reached via `pick_target()` in the multi-instance path) was diagnosed exactly right. We ended up fixing this more broadly in #13663 (merged): rather than adding just `plugin_configs`, it covers all plugin-bearing resource types (`plugin_configs`, `global_rules`, `consumers`, `consumer_groups`) in `fetch_latest_conf` in one place, plus a regression test — which closes the same gap this PR targets and then some. #13456 is resolved by it. Closing as superseded by #13663. Appreciate the clear diagnosis and repro. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
