Falven commented on issue #12662: URL: https://github.com/apache/apisix/issues/12662#issuecomment-3392660699
Closing this issue - my analysis was incorrect. The code flow DOES work correctly: 1. Timer calls `read_apisix_config()` 2. `read_apisix_config()` calls `update_config(config_new, last_modification_time)` 3. `update_config()` calls `sync_status_to_shdict(true)` at line ~144 The bug report was based on misreading the code. Apologies for the noise. -- 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]
