You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/10/19 08:21:03 UTC

[GitHub] [apisix] tzssangglass commented on issue #8118: help request: The upstream route selection affects the next request

tzssangglass commented on issue #8118:
URL: https://github.com/apache/apisix/issues/8118#issuecomment-1283616691

   > 但是发现下次请求时init.lua 中api_ctx 的node (字段:matched_route value upstream node)仍为上次筛选过的node,
   
   The `api_ctx` stores per-request data, and the nodes are also the upstream nodes associated with the current matching route.
   
   Modifying the nodes in the `api_ctx` of the current request does not affect the nodes in the `api_ctx` of the next request, by design.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org