Bigwen-1 commented on issue #8118:
URL: https://github.com/apache/apisix/issues/8118#issuecomment-1283657895

   是的  目前定位到在经过init.lua  _M.http_access_phase()  
router.router_http.match(api_ctx) —> radixtree_uri.lua  _M.match(api_ctx)—> 
radixtree_uri.lua  base_router.match_uri(uri_router, match_opts, api_ctx) 
—>route.lua  _M.match_uri(uri_router, match_opts, api_ctx)  
经过match_opts.matched = core.tablepool.fetch("matched_route_record", 0, 4) 
一行获取到的matched_route  中upstream  node为上次修改后的upstream   api_ctx参数中也如此


-- 
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]

Reply via email to